Documentation ¶
Overview ¶
Package apigee provides access to the Apigee API.
For product documentation, see: https://cloud.google.com/apigee-api-management/
Creating a client ¶
Usage example:
import "google.golang.org/api/apigee/v1" ... ctx := context.Background() apigeeService, err := apigee.NewService(ctx)
In this example, Google Application Default Credentials are used for authentication.
For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options ¶
To use an API key for authentication (note: some APIs do not support API keys), use option.WithAPIKey:
apigeeService, err := apigee.NewService(ctx, option.WithAPIKey("AIza..."))
To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow), use option.WithTokenSource:
config := &oauth2.Config{...} // ... token, err := config.Exchange(ctx, ...) apigeeService, err := apigee.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))
See https://godoc.org/google.golang.org/api/option/ for details on options.
Index ¶
- Constants
- type GoogleApiHttpBody
- type GoogleCloudApigeeV1Access
- type GoogleCloudApigeeV1AccessGet
- type GoogleCloudApigeeV1AccessRemove
- type GoogleCloudApigeeV1AccessSet
- type GoogleCloudApigeeV1ActivateNatAddressRequest
- type GoogleCloudApigeeV1AddonsConfig
- type GoogleCloudApigeeV1AdvancedApiOpsConfig
- type GoogleCloudApigeeV1Alias
- type GoogleCloudApigeeV1AliasRevisionConfig
- type GoogleCloudApigeeV1ApiCategory
- type GoogleCloudApigeeV1ApiCategoryData
- type GoogleCloudApigeeV1ApiProduct
- type GoogleCloudApigeeV1ApiProductRef
- type GoogleCloudApigeeV1ApiProxy
- type GoogleCloudApigeeV1ApiProxyRevision
- type GoogleCloudApigeeV1ApiResponseWrapper
- type GoogleCloudApigeeV1App
- type GoogleCloudApigeeV1AsyncQuery
- type GoogleCloudApigeeV1AsyncQueryResult
- type GoogleCloudApigeeV1AsyncQueryResultView
- type GoogleCloudApigeeV1Attribute
- type GoogleCloudApigeeV1Attributes
- type GoogleCloudApigeeV1CanaryEvaluation
- type GoogleCloudApigeeV1CanaryEvaluationMetricLabels
- type GoogleCloudApigeeV1CertInfo
- type GoogleCloudApigeeV1Certificate
- type GoogleCloudApigeeV1CommonNameConfig
- type GoogleCloudApigeeV1ConfigVersion
- type GoogleCloudApigeeV1Credential
- type GoogleCloudApigeeV1CustomReport
- type GoogleCloudApigeeV1CustomReportMetric
- type GoogleCloudApigeeV1DataCollector
- type GoogleCloudApigeeV1DataCollectorConfig
- type GoogleCloudApigeeV1Datastore
- type GoogleCloudApigeeV1DatastoreConfig
- type GoogleCloudApigeeV1DateRange
- type GoogleCloudApigeeV1DebugMask
- type GoogleCloudApigeeV1DebugSession
- type GoogleCloudApigeeV1DebugSessionTransaction
- type GoogleCloudApigeeV1DeleteCustomReportResponse
- type GoogleCloudApigeeV1Deployment
- type GoogleCloudApigeeV1DeploymentChangeReport
- type GoogleCloudApigeeV1DeploymentChangeReportRoutingChange
- type GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict
- type GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment
- type GoogleCloudApigeeV1DeploymentConfig
- type GoogleCloudApigeeV1Developer
- type GoogleCloudApigeeV1DeveloperApp
- type GoogleCloudApigeeV1DeveloperAppKey
- type GoogleCloudApigeeV1DeveloperSubscription
- type GoogleCloudApigeeV1DimensionMetric
- type GoogleCloudApigeeV1EntityMetadata
- type GoogleCloudApigeeV1Environment
- type GoogleCloudApigeeV1EnvironmentConfig
- type GoogleCloudApigeeV1EnvironmentGroup
- type GoogleCloudApigeeV1EnvironmentGroupAttachment
- type GoogleCloudApigeeV1EnvironmentGroupConfig
- type GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest
- type GoogleCloudApigeeV1Export
- type GoogleCloudApigeeV1ExportRequest
- type GoogleCloudApigeeV1FlowHook
- type GoogleCloudApigeeV1FlowHookConfig
- type GoogleCloudApigeeV1GetSyncAuthorizationRequest
- type GoogleCloudApigeeV1GraphQLOperation
- type GoogleCloudApigeeV1GraphQLOperationConfig
- type GoogleCloudApigeeV1GraphQLOperationGroup
- type GoogleCloudApigeeV1IngressConfig
- type GoogleCloudApigeeV1Instance
- type GoogleCloudApigeeV1InstanceAttachment
- type GoogleCloudApigeeV1InstanceDeploymentStatus
- type GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision
- type GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
- type GoogleCloudApigeeV1IntegrationConfig
- type GoogleCloudApigeeV1KeyAliasReference
- type GoogleCloudApigeeV1KeyValueMap
- type GoogleCloudApigeeV1Keystore
- type GoogleCloudApigeeV1KeystoreConfig
- type GoogleCloudApigeeV1ListApiCategoriesResponse
- type GoogleCloudApigeeV1ListApiProductsResponse
- type GoogleCloudApigeeV1ListApiProxiesResponse
- type GoogleCloudApigeeV1ListAppsResponse
- type GoogleCloudApigeeV1ListAsyncQueriesResponse
- type GoogleCloudApigeeV1ListCustomReportsResponse
- type GoogleCloudApigeeV1ListDataCollectorsResponse
- type GoogleCloudApigeeV1ListDatastoresResponse
- type GoogleCloudApigeeV1ListDebugSessionsResponse
- type GoogleCloudApigeeV1ListDeploymentsResponse
- type GoogleCloudApigeeV1ListDeveloperAppsResponse
- type GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse
- type GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse
- type GoogleCloudApigeeV1ListEnvironmentGroupsResponse
- type GoogleCloudApigeeV1ListEnvironmentResourcesResponse
- type GoogleCloudApigeeV1ListExportsResponse
- type GoogleCloudApigeeV1ListHybridIssuersResponse
- type GoogleCloudApigeeV1ListInstanceAttachmentsResponse
- type GoogleCloudApigeeV1ListInstancesResponse
- type GoogleCloudApigeeV1ListNatAddressesResponse
- type GoogleCloudApigeeV1ListOfDevelopersResponse
- type GoogleCloudApigeeV1ListOrganizationsResponse
- type GoogleCloudApigeeV1ListRatePlansResponse
- type GoogleCloudApigeeV1ListSharedFlowsResponse
- type GoogleCloudApigeeV1ListTraceConfigOverridesResponse
- type GoogleCloudApigeeV1Metadata
- type GoogleCloudApigeeV1Metric
- type GoogleCloudApigeeV1MonetizationConfig
- type GoogleCloudApigeeV1NatAddress
- type GoogleCloudApigeeV1Operation
- type GoogleCloudApigeeV1OperationConfig
- type GoogleCloudApigeeV1OperationGroup
- type GoogleCloudApigeeV1OperationMetadata
- type GoogleCloudApigeeV1OperationMetadataProgress
- type GoogleCloudApigeeV1OptimizedStats
- type GoogleCloudApigeeV1OptimizedStatsNode
- type GoogleCloudApigeeV1OptimizedStatsResponse
- type GoogleCloudApigeeV1Organization
- type GoogleCloudApigeeV1OrganizationProjectMapping
- type GoogleCloudApigeeV1PodStatus
- type GoogleCloudApigeeV1Point
- type GoogleCloudApigeeV1Properties
- type GoogleCloudApigeeV1Property
- type GoogleCloudApigeeV1ProvisionOrganizationRequest
- type GoogleCloudApigeeV1Query
- type GoogleCloudApigeeV1QueryMetadata
- type GoogleCloudApigeeV1QueryMetric
- type GoogleCloudApigeeV1Quota
- type GoogleCloudApigeeV1RatePlan
- type GoogleCloudApigeeV1RateRange
- type GoogleCloudApigeeV1Reference
- type GoogleCloudApigeeV1ReferenceConfig
- type GoogleCloudApigeeV1ReportInstanceStatusRequest
- type GoogleCloudApigeeV1ReportInstanceStatusResponse
- type GoogleCloudApigeeV1ReportProperty
- type GoogleCloudApigeeV1ResourceConfig
- type GoogleCloudApigeeV1ResourceFile
- type GoogleCloudApigeeV1ResourceFiles
- type GoogleCloudApigeeV1ResourceStatus
- type GoogleCloudApigeeV1Result
- type GoogleCloudApigeeV1RevenueShareRange
- type GoogleCloudApigeeV1RevisionStatus
- type GoogleCloudApigeeV1RoutingRule
- type GoogleCloudApigeeV1RuntimeTraceConfig
- type GoogleCloudApigeeV1RuntimeTraceConfigOverride
- type GoogleCloudApigeeV1RuntimeTraceSamplingConfig
- type GoogleCloudApigeeV1Schema
- type GoogleCloudApigeeV1SchemaSchemaElement
- type GoogleCloudApigeeV1SchemaSchemaProperty
- type GoogleCloudApigeeV1ServiceIssuersMapping
- type GoogleCloudApigeeV1Session
- type GoogleCloudApigeeV1SetAddonsRequest
- type GoogleCloudApigeeV1SharedFlow
- type GoogleCloudApigeeV1SharedFlowRevision
- type GoogleCloudApigeeV1Stats
- type GoogleCloudApigeeV1StatsEnvironmentStats
- type GoogleCloudApigeeV1StatsHostStats
- type GoogleCloudApigeeV1Subscription
- type GoogleCloudApigeeV1SyncAuthorization
- type GoogleCloudApigeeV1TargetServer
- type GoogleCloudApigeeV1TargetServerConfig
- type GoogleCloudApigeeV1TestDatastoreResponse
- type GoogleCloudApigeeV1TlsInfo
- type GoogleCloudApigeeV1TlsInfoCommonName
- type GoogleCloudApigeeV1TlsInfoConfig
- type GoogleCloudApigeeV1TraceConfig
- type GoogleCloudApigeeV1TraceConfigOverride
- type GoogleCloudApigeeV1TraceSamplingConfig
- type GoogleCloudApigeeV1UpdateError
- type GoogleIamV1AuditConfig
- type GoogleIamV1AuditLogConfig
- type GoogleIamV1Binding
- type GoogleIamV1Policy
- type GoogleIamV1SetIamPolicyRequest
- type GoogleIamV1TestIamPermissionsRequest
- type GoogleIamV1TestIamPermissionsResponse
- type GoogleLongrunningListOperationsResponse
- type GoogleLongrunningOperation
- type GoogleProtobufEmpty
- type GoogleRpcPreconditionFailure
- type GoogleRpcPreconditionFailureViolation
- type GoogleRpcStatus
- type GoogleTypeExpr
- type GoogleTypeMoney
- type HybridIssuersListCall
- func (c *HybridIssuersListCall) Context(ctx context.Context) *HybridIssuersListCall
- func (c *HybridIssuersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListHybridIssuersResponse, error)
- func (c *HybridIssuersListCall) Fields(s ...googleapi.Field) *HybridIssuersListCall
- func (c *HybridIssuersListCall) Header() http.Header
- func (c *HybridIssuersListCall) IfNoneMatch(entityTag string) *HybridIssuersListCall
- type HybridIssuersService
- type HybridService
- type OrganizationsAnalyticsDatastoresCreateCall
- func (c *OrganizationsAnalyticsDatastoresCreateCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresCreateCall
- func (c *OrganizationsAnalyticsDatastoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Datastore, error)
- func (c *OrganizationsAnalyticsDatastoresCreateCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresCreateCall
- func (c *OrganizationsAnalyticsDatastoresCreateCall) Header() http.Header
- type OrganizationsAnalyticsDatastoresDeleteCall
- func (c *OrganizationsAnalyticsDatastoresDeleteCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresDeleteCall
- func (c *OrganizationsAnalyticsDatastoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsAnalyticsDatastoresDeleteCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresDeleteCall
- func (c *OrganizationsAnalyticsDatastoresDeleteCall) Header() http.Header
- type OrganizationsAnalyticsDatastoresGetCall
- func (c *OrganizationsAnalyticsDatastoresGetCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresGetCall
- func (c *OrganizationsAnalyticsDatastoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Datastore, error)
- func (c *OrganizationsAnalyticsDatastoresGetCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresGetCall
- func (c *OrganizationsAnalyticsDatastoresGetCall) Header() http.Header
- func (c *OrganizationsAnalyticsDatastoresGetCall) IfNoneMatch(entityTag string) *OrganizationsAnalyticsDatastoresGetCall
- type OrganizationsAnalyticsDatastoresListCall
- func (c *OrganizationsAnalyticsDatastoresListCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresListCall
- func (c *OrganizationsAnalyticsDatastoresListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDatastoresResponse, error)
- func (c *OrganizationsAnalyticsDatastoresListCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresListCall
- func (c *OrganizationsAnalyticsDatastoresListCall) Header() http.Header
- func (c *OrganizationsAnalyticsDatastoresListCall) IfNoneMatch(entityTag string) *OrganizationsAnalyticsDatastoresListCall
- func (c *OrganizationsAnalyticsDatastoresListCall) TargetType(targetType string) *OrganizationsAnalyticsDatastoresListCall
- type OrganizationsAnalyticsDatastoresService
- func (r *OrganizationsAnalyticsDatastoresService) Create(parent string, googlecloudapigeev1datastore *GoogleCloudApigeeV1Datastore) *OrganizationsAnalyticsDatastoresCreateCall
- func (r *OrganizationsAnalyticsDatastoresService) Delete(name string) *OrganizationsAnalyticsDatastoresDeleteCall
- func (r *OrganizationsAnalyticsDatastoresService) Get(name string) *OrganizationsAnalyticsDatastoresGetCall
- func (r *OrganizationsAnalyticsDatastoresService) List(parent string) *OrganizationsAnalyticsDatastoresListCall
- func (r *OrganizationsAnalyticsDatastoresService) Test(parent string, googlecloudapigeev1datastore *GoogleCloudApigeeV1Datastore) *OrganizationsAnalyticsDatastoresTestCall
- func (r *OrganizationsAnalyticsDatastoresService) Update(name string, googlecloudapigeev1datastore *GoogleCloudApigeeV1Datastore) *OrganizationsAnalyticsDatastoresUpdateCall
- type OrganizationsAnalyticsDatastoresTestCall
- func (c *OrganizationsAnalyticsDatastoresTestCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresTestCall
- func (c *OrganizationsAnalyticsDatastoresTestCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TestDatastoreResponse, error)
- func (c *OrganizationsAnalyticsDatastoresTestCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresTestCall
- func (c *OrganizationsAnalyticsDatastoresTestCall) Header() http.Header
- type OrganizationsAnalyticsDatastoresUpdateCall
- func (c *OrganizationsAnalyticsDatastoresUpdateCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresUpdateCall
- func (c *OrganizationsAnalyticsDatastoresUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Datastore, error)
- func (c *OrganizationsAnalyticsDatastoresUpdateCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresUpdateCall
- func (c *OrganizationsAnalyticsDatastoresUpdateCall) Header() http.Header
- type OrganizationsAnalyticsService
- type OrganizationsApiproductsAttributesCall
- func (c *OrganizationsApiproductsAttributesCall) Context(ctx context.Context) *OrganizationsApiproductsAttributesCall
- func (c *OrganizationsApiproductsAttributesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
- func (c *OrganizationsApiproductsAttributesCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesCall
- func (c *OrganizationsApiproductsAttributesCall) Header() http.Header
- type OrganizationsApiproductsAttributesDeleteCall
- func (c *OrganizationsApiproductsAttributesDeleteCall) Context(ctx context.Context) *OrganizationsApiproductsAttributesDeleteCall
- func (c *OrganizationsApiproductsAttributesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
- func (c *OrganizationsApiproductsAttributesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesDeleteCall
- func (c *OrganizationsApiproductsAttributesDeleteCall) Header() http.Header
- type OrganizationsApiproductsAttributesGetCall
- func (c *OrganizationsApiproductsAttributesGetCall) Context(ctx context.Context) *OrganizationsApiproductsAttributesGetCall
- func (c *OrganizationsApiproductsAttributesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
- func (c *OrganizationsApiproductsAttributesGetCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesGetCall
- func (c *OrganizationsApiproductsAttributesGetCall) Header() http.Header
- func (c *OrganizationsApiproductsAttributesGetCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsAttributesGetCall
- type OrganizationsApiproductsAttributesListCall
- func (c *OrganizationsApiproductsAttributesListCall) Context(ctx context.Context) *OrganizationsApiproductsAttributesListCall
- func (c *OrganizationsApiproductsAttributesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
- func (c *OrganizationsApiproductsAttributesListCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesListCall
- func (c *OrganizationsApiproductsAttributesListCall) Header() http.Header
- func (c *OrganizationsApiproductsAttributesListCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsAttributesListCall
- type OrganizationsApiproductsAttributesService
- func (r *OrganizationsApiproductsAttributesService) Delete(name string) *OrganizationsApiproductsAttributesDeleteCall
- func (r *OrganizationsApiproductsAttributesService) Get(name string) *OrganizationsApiproductsAttributesGetCall
- func (r *OrganizationsApiproductsAttributesService) List(parent string) *OrganizationsApiproductsAttributesListCall
- func (r *OrganizationsApiproductsAttributesService) UpdateApiProductAttribute(name string, googlecloudapigeev1attribute *GoogleCloudApigeeV1Attribute) *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall
- type OrganizationsApiproductsAttributesUpdateApiProductAttributeCall
- func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Context(ctx context.Context) *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall
- func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
- func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall
- func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Header() http.Header
- type OrganizationsApiproductsCreateCall
- func (c *OrganizationsApiproductsCreateCall) Context(ctx context.Context) *OrganizationsApiproductsCreateCall
- func (c *OrganizationsApiproductsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct, error)
- func (c *OrganizationsApiproductsCreateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsCreateCall
- func (c *OrganizationsApiproductsCreateCall) Header() http.Header
- type OrganizationsApiproductsDeleteCall
- func (c *OrganizationsApiproductsDeleteCall) Context(ctx context.Context) *OrganizationsApiproductsDeleteCall
- func (c *OrganizationsApiproductsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct, error)
- func (c *OrganizationsApiproductsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsDeleteCall
- func (c *OrganizationsApiproductsDeleteCall) Header() http.Header
- type OrganizationsApiproductsGetCall
- func (c *OrganizationsApiproductsGetCall) Context(ctx context.Context) *OrganizationsApiproductsGetCall
- func (c *OrganizationsApiproductsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct, error)
- func (c *OrganizationsApiproductsGetCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsGetCall
- func (c *OrganizationsApiproductsGetCall) Header() http.Header
- func (c *OrganizationsApiproductsGetCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsGetCall
- type OrganizationsApiproductsListCall
- func (c *OrganizationsApiproductsListCall) Attributename(attributename string) *OrganizationsApiproductsListCall
- func (c *OrganizationsApiproductsListCall) Attributevalue(attributevalue string) *OrganizationsApiproductsListCall
- func (c *OrganizationsApiproductsListCall) Context(ctx context.Context) *OrganizationsApiproductsListCall
- func (c *OrganizationsApiproductsListCall) Count(count int64) *OrganizationsApiproductsListCall
- func (c *OrganizationsApiproductsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiProductsResponse, error)
- func (c *OrganizationsApiproductsListCall) Expand(expand bool) *OrganizationsApiproductsListCall
- func (c *OrganizationsApiproductsListCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsListCall
- func (c *OrganizationsApiproductsListCall) Header() http.Header
- func (c *OrganizationsApiproductsListCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsListCall
- func (c *OrganizationsApiproductsListCall) StartKey(startKey string) *OrganizationsApiproductsListCall
- type OrganizationsApiproductsRateplansCreateCall
- func (c *OrganizationsApiproductsRateplansCreateCall) Context(ctx context.Context) *OrganizationsApiproductsRateplansCreateCall
- func (c *OrganizationsApiproductsRateplansCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan, error)
- func (c *OrganizationsApiproductsRateplansCreateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansCreateCall
- func (c *OrganizationsApiproductsRateplansCreateCall) Header() http.Header
- type OrganizationsApiproductsRateplansDeleteCall
- func (c *OrganizationsApiproductsRateplansDeleteCall) Context(ctx context.Context) *OrganizationsApiproductsRateplansDeleteCall
- func (c *OrganizationsApiproductsRateplansDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan, error)
- func (c *OrganizationsApiproductsRateplansDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansDeleteCall
- func (c *OrganizationsApiproductsRateplansDeleteCall) Header() http.Header
- type OrganizationsApiproductsRateplansGetCall
- func (c *OrganizationsApiproductsRateplansGetCall) Context(ctx context.Context) *OrganizationsApiproductsRateplansGetCall
- func (c *OrganizationsApiproductsRateplansGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan, error)
- func (c *OrganizationsApiproductsRateplansGetCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansGetCall
- func (c *OrganizationsApiproductsRateplansGetCall) Header() http.Header
- func (c *OrganizationsApiproductsRateplansGetCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsRateplansGetCall
- type OrganizationsApiproductsRateplansListCall
- func (c *OrganizationsApiproductsRateplansListCall) Context(ctx context.Context) *OrganizationsApiproductsRateplansListCall
- func (c *OrganizationsApiproductsRateplansListCall) Count(count int64) *OrganizationsApiproductsRateplansListCall
- func (c *OrganizationsApiproductsRateplansListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListRatePlansResponse, error)
- func (c *OrganizationsApiproductsRateplansListCall) Expand(expand bool) *OrganizationsApiproductsRateplansListCall
- func (c *OrganizationsApiproductsRateplansListCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansListCall
- func (c *OrganizationsApiproductsRateplansListCall) Header() http.Header
- func (c *OrganizationsApiproductsRateplansListCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsRateplansListCall
- func (c *OrganizationsApiproductsRateplansListCall) OrderBy(orderBy string) *OrganizationsApiproductsRateplansListCall
- func (c *OrganizationsApiproductsRateplansListCall) StartKey(startKey string) *OrganizationsApiproductsRateplansListCall
- func (c *OrganizationsApiproductsRateplansListCall) State(state string) *OrganizationsApiproductsRateplansListCall
- type OrganizationsApiproductsRateplansService
- func (r *OrganizationsApiproductsRateplansService) Create(parent string, googlecloudapigeev1rateplan *GoogleCloudApigeeV1RatePlan) *OrganizationsApiproductsRateplansCreateCall
- func (r *OrganizationsApiproductsRateplansService) Delete(name string) *OrganizationsApiproductsRateplansDeleteCall
- func (r *OrganizationsApiproductsRateplansService) Get(name string) *OrganizationsApiproductsRateplansGetCall
- func (r *OrganizationsApiproductsRateplansService) List(parent string) *OrganizationsApiproductsRateplansListCall
- func (r *OrganizationsApiproductsRateplansService) Update(name string, googlecloudapigeev1rateplan *GoogleCloudApigeeV1RatePlan) *OrganizationsApiproductsRateplansUpdateCall
- type OrganizationsApiproductsRateplansUpdateCall
- func (c *OrganizationsApiproductsRateplansUpdateCall) Context(ctx context.Context) *OrganizationsApiproductsRateplansUpdateCall
- func (c *OrganizationsApiproductsRateplansUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan, error)
- func (c *OrganizationsApiproductsRateplansUpdateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansUpdateCall
- func (c *OrganizationsApiproductsRateplansUpdateCall) Header() http.Header
- type OrganizationsApiproductsService
- func (r *OrganizationsApiproductsService) Attributes(name string, googlecloudapigeev1attributes *GoogleCloudApigeeV1Attributes) *OrganizationsApiproductsAttributesCall
- func (r *OrganizationsApiproductsService) Create(parent string, googlecloudapigeev1apiproduct *GoogleCloudApigeeV1ApiProduct) *OrganizationsApiproductsCreateCall
- func (r *OrganizationsApiproductsService) Delete(name string) *OrganizationsApiproductsDeleteCall
- func (r *OrganizationsApiproductsService) Get(name string) *OrganizationsApiproductsGetCall
- func (r *OrganizationsApiproductsService) List(parent string) *OrganizationsApiproductsListCall
- func (r *OrganizationsApiproductsService) Update(name string, googlecloudapigeev1apiproduct *GoogleCloudApigeeV1ApiProduct) *OrganizationsApiproductsUpdateCall
- type OrganizationsApiproductsUpdateCall
- func (c *OrganizationsApiproductsUpdateCall) Context(ctx context.Context) *OrganizationsApiproductsUpdateCall
- func (c *OrganizationsApiproductsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct, error)
- func (c *OrganizationsApiproductsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsUpdateCall
- func (c *OrganizationsApiproductsUpdateCall) Header() http.Header
- type OrganizationsApisCreateCall
- func (c *OrganizationsApisCreateCall) Action(action string) *OrganizationsApisCreateCall
- func (c *OrganizationsApisCreateCall) Context(ctx context.Context) *OrganizationsApisCreateCall
- func (c *OrganizationsApisCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxyRevision, error)
- func (c *OrganizationsApisCreateCall) Fields(s ...googleapi.Field) *OrganizationsApisCreateCall
- func (c *OrganizationsApisCreateCall) Header() http.Header
- func (c *OrganizationsApisCreateCall) Name(name string) *OrganizationsApisCreateCall
- func (c *OrganizationsApisCreateCall) Validate(validate bool) *OrganizationsApisCreateCall
- type OrganizationsApisDeleteCall
- func (c *OrganizationsApisDeleteCall) Context(ctx context.Context) *OrganizationsApisDeleteCall
- func (c *OrganizationsApisDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxy, error)
- func (c *OrganizationsApisDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApisDeleteCall
- func (c *OrganizationsApisDeleteCall) Header() http.Header
- type OrganizationsApisDeploymentsListCall
- func (c *OrganizationsApisDeploymentsListCall) Context(ctx context.Context) *OrganizationsApisDeploymentsListCall
- func (c *OrganizationsApisDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
- func (c *OrganizationsApisDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsApisDeploymentsListCall
- func (c *OrganizationsApisDeploymentsListCall) Header() http.Header
- func (c *OrganizationsApisDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsApisDeploymentsListCall
- type OrganizationsApisDeploymentsService
- type OrganizationsApisGetCall
- func (c *OrganizationsApisGetCall) Context(ctx context.Context) *OrganizationsApisGetCall
- func (c *OrganizationsApisGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxy, error)
- func (c *OrganizationsApisGetCall) Fields(s ...googleapi.Field) *OrganizationsApisGetCall
- func (c *OrganizationsApisGetCall) Header() http.Header
- func (c *OrganizationsApisGetCall) IfNoneMatch(entityTag string) *OrganizationsApisGetCall
- type OrganizationsApisKeyvaluemapsCreateCall
- func (c *OrganizationsApisKeyvaluemapsCreateCall) Context(ctx context.Context) *OrganizationsApisKeyvaluemapsCreateCall
- func (c *OrganizationsApisKeyvaluemapsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsApisKeyvaluemapsCreateCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsCreateCall
- func (c *OrganizationsApisKeyvaluemapsCreateCall) Header() http.Header
- type OrganizationsApisKeyvaluemapsDeleteCall
- func (c *OrganizationsApisKeyvaluemapsDeleteCall) Context(ctx context.Context) *OrganizationsApisKeyvaluemapsDeleteCall
- func (c *OrganizationsApisKeyvaluemapsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsApisKeyvaluemapsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsDeleteCall
- func (c *OrganizationsApisKeyvaluemapsDeleteCall) Header() http.Header
- type OrganizationsApisKeyvaluemapsService
- type OrganizationsApisListCall
- func (c *OrganizationsApisListCall) Context(ctx context.Context) *OrganizationsApisListCall
- func (c *OrganizationsApisListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiProxiesResponse, error)
- func (c *OrganizationsApisListCall) Fields(s ...googleapi.Field) *OrganizationsApisListCall
- func (c *OrganizationsApisListCall) Header() http.Header
- func (c *OrganizationsApisListCall) IfNoneMatch(entityTag string) *OrganizationsApisListCall
- func (c *OrganizationsApisListCall) IncludeMetaData(includeMetaData bool) *OrganizationsApisListCall
- func (c *OrganizationsApisListCall) IncludeRevisions(includeRevisions bool) *OrganizationsApisListCall
- type OrganizationsApisRevisionsDeleteCall
- func (c *OrganizationsApisRevisionsDeleteCall) Context(ctx context.Context) *OrganizationsApisRevisionsDeleteCall
- func (c *OrganizationsApisRevisionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxyRevision, error)
- func (c *OrganizationsApisRevisionsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsDeleteCall
- func (c *OrganizationsApisRevisionsDeleteCall) Header() http.Header
- type OrganizationsApisRevisionsDeploymentsListCall
- func (c *OrganizationsApisRevisionsDeploymentsListCall) Context(ctx context.Context) *OrganizationsApisRevisionsDeploymentsListCall
- func (c *OrganizationsApisRevisionsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
- func (c *OrganizationsApisRevisionsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsDeploymentsListCall
- func (c *OrganizationsApisRevisionsDeploymentsListCall) Header() http.Header
- func (c *OrganizationsApisRevisionsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsApisRevisionsDeploymentsListCall
- type OrganizationsApisRevisionsDeploymentsService
- type OrganizationsApisRevisionsGetCall
- func (c *OrganizationsApisRevisionsGetCall) Context(ctx context.Context) *OrganizationsApisRevisionsGetCall
- func (c *OrganizationsApisRevisionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
- func (c *OrganizationsApisRevisionsGetCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsGetCall
- func (c *OrganizationsApisRevisionsGetCall) Format(format string) *OrganizationsApisRevisionsGetCall
- func (c *OrganizationsApisRevisionsGetCall) Header() http.Header
- func (c *OrganizationsApisRevisionsGetCall) IfNoneMatch(entityTag string) *OrganizationsApisRevisionsGetCall
- type OrganizationsApisRevisionsService
- func (r *OrganizationsApisRevisionsService) Delete(name string) *OrganizationsApisRevisionsDeleteCall
- func (r *OrganizationsApisRevisionsService) Get(name string) *OrganizationsApisRevisionsGetCall
- func (r *OrganizationsApisRevisionsService) UpdateApiProxyRevision(name string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
- type OrganizationsApisRevisionsUpdateApiProxyRevisionCall
- func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Context(ctx context.Context) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
- func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxyRevision, error)
- func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
- func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Header() http.Header
- func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Validate(validate bool) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
- type OrganizationsApisService
- func (r *OrganizationsApisService) Create(parent string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsApisCreateCall
- func (r *OrganizationsApisService) Delete(name string) *OrganizationsApisDeleteCall
- func (r *OrganizationsApisService) Get(name string) *OrganizationsApisGetCall
- func (r *OrganizationsApisService) List(parent string) *OrganizationsApisListCall
- type OrganizationsAppsGetCall
- func (c *OrganizationsAppsGetCall) Context(ctx context.Context) *OrganizationsAppsGetCall
- func (c *OrganizationsAppsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1App, error)
- func (c *OrganizationsAppsGetCall) Fields(s ...googleapi.Field) *OrganizationsAppsGetCall
- func (c *OrganizationsAppsGetCall) Header() http.Header
- func (c *OrganizationsAppsGetCall) IfNoneMatch(entityTag string) *OrganizationsAppsGetCall
- type OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) ApiProduct(apiProduct string) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) Apptype(apptype string) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) Context(ctx context.Context) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAppsResponse, error)
- func (c *OrganizationsAppsListCall) Expand(expand bool) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) Fields(s ...googleapi.Field) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) Header() http.Header
- func (c *OrganizationsAppsListCall) Ids(ids string) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) IfNoneMatch(entityTag string) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) IncludeCred(includeCred bool) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) KeyStatus(keyStatus string) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) Rows(rows int64) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) StartKey(startKey string) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) Status(status string) *OrganizationsAppsListCall
- type OrganizationsAppsService
- type OrganizationsCreateCall
- func (c *OrganizationsCreateCall) Context(ctx context.Context) *OrganizationsCreateCall
- func (c *OrganizationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsCreateCall) Fields(s ...googleapi.Field) *OrganizationsCreateCall
- func (c *OrganizationsCreateCall) Header() http.Header
- func (c *OrganizationsCreateCall) Parent(parent string) *OrganizationsCreateCall
- type OrganizationsDatacollectorsCreateCall
- func (c *OrganizationsDatacollectorsCreateCall) Context(ctx context.Context) *OrganizationsDatacollectorsCreateCall
- func (c *OrganizationsDatacollectorsCreateCall) DataCollectorId(dataCollectorId string) *OrganizationsDatacollectorsCreateCall
- func (c *OrganizationsDatacollectorsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DataCollector, error)
- func (c *OrganizationsDatacollectorsCreateCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsCreateCall
- func (c *OrganizationsDatacollectorsCreateCall) Header() http.Header
- type OrganizationsDatacollectorsDeleteCall
- func (c *OrganizationsDatacollectorsDeleteCall) Context(ctx context.Context) *OrganizationsDatacollectorsDeleteCall
- func (c *OrganizationsDatacollectorsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsDatacollectorsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsDeleteCall
- func (c *OrganizationsDatacollectorsDeleteCall) Header() http.Header
- type OrganizationsDatacollectorsGetCall
- func (c *OrganizationsDatacollectorsGetCall) Context(ctx context.Context) *OrganizationsDatacollectorsGetCall
- func (c *OrganizationsDatacollectorsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DataCollector, error)
- func (c *OrganizationsDatacollectorsGetCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsGetCall
- func (c *OrganizationsDatacollectorsGetCall) Header() http.Header
- func (c *OrganizationsDatacollectorsGetCall) IfNoneMatch(entityTag string) *OrganizationsDatacollectorsGetCall
- type OrganizationsDatacollectorsListCall
- func (c *OrganizationsDatacollectorsListCall) Context(ctx context.Context) *OrganizationsDatacollectorsListCall
- func (c *OrganizationsDatacollectorsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDataCollectorsResponse, error)
- func (c *OrganizationsDatacollectorsListCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsListCall
- func (c *OrganizationsDatacollectorsListCall) Header() http.Header
- func (c *OrganizationsDatacollectorsListCall) IfNoneMatch(entityTag string) *OrganizationsDatacollectorsListCall
- func (c *OrganizationsDatacollectorsListCall) PageSize(pageSize int64) *OrganizationsDatacollectorsListCall
- func (c *OrganizationsDatacollectorsListCall) PageToken(pageToken string) *OrganizationsDatacollectorsListCall
- func (c *OrganizationsDatacollectorsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsDatacollectorsPatchCall
- func (c *OrganizationsDatacollectorsPatchCall) Context(ctx context.Context) *OrganizationsDatacollectorsPatchCall
- func (c *OrganizationsDatacollectorsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DataCollector, error)
- func (c *OrganizationsDatacollectorsPatchCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsPatchCall
- func (c *OrganizationsDatacollectorsPatchCall) Header() http.Header
- func (c *OrganizationsDatacollectorsPatchCall) UpdateMask(updateMask string) *OrganizationsDatacollectorsPatchCall
- type OrganizationsDatacollectorsService
- func (r *OrganizationsDatacollectorsService) Create(parent string, ...) *OrganizationsDatacollectorsCreateCall
- func (r *OrganizationsDatacollectorsService) Delete(name string) *OrganizationsDatacollectorsDeleteCall
- func (r *OrganizationsDatacollectorsService) Get(name string) *OrganizationsDatacollectorsGetCall
- func (r *OrganizationsDatacollectorsService) List(parent string) *OrganizationsDatacollectorsListCall
- func (r *OrganizationsDatacollectorsService) Patch(name string, ...) *OrganizationsDatacollectorsPatchCall
- type OrganizationsDeleteCall
- func (c *OrganizationsDeleteCall) Context(ctx context.Context) *OrganizationsDeleteCall
- func (c *OrganizationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDeleteCall
- func (c *OrganizationsDeleteCall) Header() http.Header
- type OrganizationsDeploymentsListCall
- func (c *OrganizationsDeploymentsListCall) Context(ctx context.Context) *OrganizationsDeploymentsListCall
- func (c *OrganizationsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
- func (c *OrganizationsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsDeploymentsListCall
- func (c *OrganizationsDeploymentsListCall) Header() http.Header
- func (c *OrganizationsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsDeploymentsListCall
- func (c *OrganizationsDeploymentsListCall) SharedFlows(sharedFlows bool) *OrganizationsDeploymentsListCall
- type OrganizationsDeploymentsService
- type OrganizationsDevelopersAppsAttributesCall
- func (c *OrganizationsDevelopersAppsAttributesCall) Context(ctx context.Context) *OrganizationsDevelopersAppsAttributesCall
- func (c *OrganizationsDevelopersAppsAttributesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
- func (c *OrganizationsDevelopersAppsAttributesCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesCall
- func (c *OrganizationsDevelopersAppsAttributesCall) Header() http.Header
- type OrganizationsDevelopersAppsAttributesDeleteCall
- func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersAppsAttributesDeleteCall
- func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
- func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesDeleteCall
- func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Header() http.Header
- type OrganizationsDevelopersAppsAttributesGetCall
- func (c *OrganizationsDevelopersAppsAttributesGetCall) Context(ctx context.Context) *OrganizationsDevelopersAppsAttributesGetCall
- func (c *OrganizationsDevelopersAppsAttributesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
- func (c *OrganizationsDevelopersAppsAttributesGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesGetCall
- func (c *OrganizationsDevelopersAppsAttributesGetCall) Header() http.Header
- func (c *OrganizationsDevelopersAppsAttributesGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAppsAttributesGetCall
- type OrganizationsDevelopersAppsAttributesListCall
- func (c *OrganizationsDevelopersAppsAttributesListCall) Context(ctx context.Context) *OrganizationsDevelopersAppsAttributesListCall
- func (c *OrganizationsDevelopersAppsAttributesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
- func (c *OrganizationsDevelopersAppsAttributesListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesListCall
- func (c *OrganizationsDevelopersAppsAttributesListCall) Header() http.Header
- func (c *OrganizationsDevelopersAppsAttributesListCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAppsAttributesListCall
- type OrganizationsDevelopersAppsAttributesService
- func (r *OrganizationsDevelopersAppsAttributesService) Delete(name string) *OrganizationsDevelopersAppsAttributesDeleteCall
- func (r *OrganizationsDevelopersAppsAttributesService) Get(name string) *OrganizationsDevelopersAppsAttributesGetCall
- func (r *OrganizationsDevelopersAppsAttributesService) List(parent string) *OrganizationsDevelopersAppsAttributesListCall
- func (r *OrganizationsDevelopersAppsAttributesService) UpdateDeveloperAppAttribute(name string, googlecloudapigeev1attribute *GoogleCloudApigeeV1Attribute) *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall
- type OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall
- func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Context(ctx context.Context) *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall
- func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
- func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall
- func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Header() http.Header
- type OrganizationsDevelopersAppsCreateCall
- func (c *OrganizationsDevelopersAppsCreateCall) Context(ctx context.Context) *OrganizationsDevelopersAppsCreateCall
- func (c *OrganizationsDevelopersAppsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp, error)
- func (c *OrganizationsDevelopersAppsCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsCreateCall
- func (c *OrganizationsDevelopersAppsCreateCall) Header() http.Header
- type OrganizationsDevelopersAppsDeleteCall
- func (c *OrganizationsDevelopersAppsDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersAppsDeleteCall
- func (c *OrganizationsDevelopersAppsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp, error)
- func (c *OrganizationsDevelopersAppsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsDeleteCall
- func (c *OrganizationsDevelopersAppsDeleteCall) Header() http.Header
- type OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
- func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Action(action string) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
- func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Context(ctx context.Context) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
- func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp, error)
- func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
- func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Header() http.Header
- type OrganizationsDevelopersAppsGetCall
- func (c *OrganizationsDevelopersAppsGetCall) Context(ctx context.Context) *OrganizationsDevelopersAppsGetCall
- func (c *OrganizationsDevelopersAppsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp, error)
- func (c *OrganizationsDevelopersAppsGetCall) Entity(entity string) *OrganizationsDevelopersAppsGetCall
- func (c *OrganizationsDevelopersAppsGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsGetCall
- func (c *OrganizationsDevelopersAppsGetCall) Header() http.Header
- func (c *OrganizationsDevelopersAppsGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAppsGetCall
- func (c *OrganizationsDevelopersAppsGetCall) Query(query string) *OrganizationsDevelopersAppsGetCall
- type OrganizationsDevelopersAppsKeysApiproductsDeleteCall
- func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysApiproductsDeleteCall
- func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
- func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysApiproductsDeleteCall
- func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Header() http.Header
- type OrganizationsDevelopersAppsKeysApiproductsService
- func (r *OrganizationsDevelopersAppsKeysApiproductsService) Delete(name string) *OrganizationsDevelopersAppsKeysApiproductsDeleteCall
- func (r *OrganizationsDevelopersAppsKeysApiproductsService) UpdateDeveloperAppKeyApiProduct(name string) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
- type OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
- func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Action(action string) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
- func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
- func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
- func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Header() http.Header
- type OrganizationsDevelopersAppsKeysCreateCall
- func (c *OrganizationsDevelopersAppsKeysCreateCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysCreateCall
- func (c *OrganizationsDevelopersAppsKeysCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
- func (c *OrganizationsDevelopersAppsKeysCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysCreateCall
- func (c *OrganizationsDevelopersAppsKeysCreateCall) Header() http.Header
- type OrganizationsDevelopersAppsKeysCreateCreateCall
- func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysCreateCreateCall
- func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
- func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysCreateCreateCall
- func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Header() http.Header
- type OrganizationsDevelopersAppsKeysCreateService
- type OrganizationsDevelopersAppsKeysDeleteCall
- func (c *OrganizationsDevelopersAppsKeysDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysDeleteCall
- func (c *OrganizationsDevelopersAppsKeysDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
- func (c *OrganizationsDevelopersAppsKeysDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysDeleteCall
- func (c *OrganizationsDevelopersAppsKeysDeleteCall) Header() http.Header
- type OrganizationsDevelopersAppsKeysGetCall
- func (c *OrganizationsDevelopersAppsKeysGetCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysGetCall
- func (c *OrganizationsDevelopersAppsKeysGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
- func (c *OrganizationsDevelopersAppsKeysGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysGetCall
- func (c *OrganizationsDevelopersAppsKeysGetCall) Header() http.Header
- func (c *OrganizationsDevelopersAppsKeysGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAppsKeysGetCall
- type OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall
- func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall
- func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
- func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall
- func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Header() http.Header
- type OrganizationsDevelopersAppsKeysService
- func (r *OrganizationsDevelopersAppsKeysService) Create(parent string, ...) *OrganizationsDevelopersAppsKeysCreateCall
- func (r *OrganizationsDevelopersAppsKeysService) Delete(name string) *OrganizationsDevelopersAppsKeysDeleteCall
- func (r *OrganizationsDevelopersAppsKeysService) Get(name string) *OrganizationsDevelopersAppsKeysGetCall
- func (r *OrganizationsDevelopersAppsKeysService) ReplaceDeveloperAppKey(name string, ...) *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall
- func (r *OrganizationsDevelopersAppsKeysService) UpdateDeveloperAppKey(name string, ...) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
- type OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
- func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Action(action string) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
- func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
- func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
- func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
- func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Header() http.Header
- type OrganizationsDevelopersAppsListCall
- func (c *OrganizationsDevelopersAppsListCall) Context(ctx context.Context) *OrganizationsDevelopersAppsListCall
- func (c *OrganizationsDevelopersAppsListCall) Count(count int64) *OrganizationsDevelopersAppsListCall
- func (c *OrganizationsDevelopersAppsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeveloperAppsResponse, error)
- func (c *OrganizationsDevelopersAppsListCall) Expand(expand bool) *OrganizationsDevelopersAppsListCall
- func (c *OrganizationsDevelopersAppsListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsListCall
- func (c *OrganizationsDevelopersAppsListCall) Header() http.Header
- func (c *OrganizationsDevelopersAppsListCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAppsListCall
- func (c *OrganizationsDevelopersAppsListCall) ShallowExpand(shallowExpand bool) *OrganizationsDevelopersAppsListCall
- func (c *OrganizationsDevelopersAppsListCall) StartKey(startKey string) *OrganizationsDevelopersAppsListCall
- type OrganizationsDevelopersAppsService
- func (r *OrganizationsDevelopersAppsService) Attributes(name string, googlecloudapigeev1attributes *GoogleCloudApigeeV1Attributes) *OrganizationsDevelopersAppsAttributesCall
- func (r *OrganizationsDevelopersAppsService) Create(parent string, ...) *OrganizationsDevelopersAppsCreateCall
- func (r *OrganizationsDevelopersAppsService) Delete(name string) *OrganizationsDevelopersAppsDeleteCall
- func (r *OrganizationsDevelopersAppsService) GenerateKeyPairOrUpdateDeveloperAppStatus(name string, googlecloudapigeev1developerapp *GoogleCloudApigeeV1DeveloperApp) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
- func (r *OrganizationsDevelopersAppsService) Get(name string) *OrganizationsDevelopersAppsGetCall
- func (r *OrganizationsDevelopersAppsService) List(parent string) *OrganizationsDevelopersAppsListCall
- func (r *OrganizationsDevelopersAppsService) Update(name string, googlecloudapigeev1developerapp *GoogleCloudApigeeV1DeveloperApp) *OrganizationsDevelopersAppsUpdateCall
- type OrganizationsDevelopersAppsUpdateCall
- func (c *OrganizationsDevelopersAppsUpdateCall) Context(ctx context.Context) *OrganizationsDevelopersAppsUpdateCall
- func (c *OrganizationsDevelopersAppsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp, error)
- func (c *OrganizationsDevelopersAppsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsUpdateCall
- func (c *OrganizationsDevelopersAppsUpdateCall) Header() http.Header
- type OrganizationsDevelopersAttributesCall
- func (c *OrganizationsDevelopersAttributesCall) Context(ctx context.Context) *OrganizationsDevelopersAttributesCall
- func (c *OrganizationsDevelopersAttributesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
- func (c *OrganizationsDevelopersAttributesCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesCall
- func (c *OrganizationsDevelopersAttributesCall) Header() http.Header
- type OrganizationsDevelopersAttributesDeleteCall
- func (c *OrganizationsDevelopersAttributesDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersAttributesDeleteCall
- func (c *OrganizationsDevelopersAttributesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
- func (c *OrganizationsDevelopersAttributesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesDeleteCall
- func (c *OrganizationsDevelopersAttributesDeleteCall) Header() http.Header
- type OrganizationsDevelopersAttributesGetCall
- func (c *OrganizationsDevelopersAttributesGetCall) Context(ctx context.Context) *OrganizationsDevelopersAttributesGetCall
- func (c *OrganizationsDevelopersAttributesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
- func (c *OrganizationsDevelopersAttributesGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesGetCall
- func (c *OrganizationsDevelopersAttributesGetCall) Header() http.Header
- func (c *OrganizationsDevelopersAttributesGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAttributesGetCall
- type OrganizationsDevelopersAttributesListCall
- func (c *OrganizationsDevelopersAttributesListCall) Context(ctx context.Context) *OrganizationsDevelopersAttributesListCall
- func (c *OrganizationsDevelopersAttributesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
- func (c *OrganizationsDevelopersAttributesListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesListCall
- func (c *OrganizationsDevelopersAttributesListCall) Header() http.Header
- func (c *OrganizationsDevelopersAttributesListCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAttributesListCall
- type OrganizationsDevelopersAttributesService
- func (r *OrganizationsDevelopersAttributesService) Delete(name string) *OrganizationsDevelopersAttributesDeleteCall
- func (r *OrganizationsDevelopersAttributesService) Get(name string) *OrganizationsDevelopersAttributesGetCall
- func (r *OrganizationsDevelopersAttributesService) List(parent string) *OrganizationsDevelopersAttributesListCall
- func (r *OrganizationsDevelopersAttributesService) UpdateDeveloperAttribute(name string, googlecloudapigeev1attribute *GoogleCloudApigeeV1Attribute) *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall
- type OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall
- func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Context(ctx context.Context) *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall
- func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
- func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall
- func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Header() http.Header
- type OrganizationsDevelopersCreateCall
- func (c *OrganizationsDevelopersCreateCall) Context(ctx context.Context) *OrganizationsDevelopersCreateCall
- func (c *OrganizationsDevelopersCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer, error)
- func (c *OrganizationsDevelopersCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersCreateCall
- func (c *OrganizationsDevelopersCreateCall) Header() http.Header
- type OrganizationsDevelopersDeleteCall
- func (c *OrganizationsDevelopersDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersDeleteCall
- func (c *OrganizationsDevelopersDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer, error)
- func (c *OrganizationsDevelopersDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersDeleteCall
- func (c *OrganizationsDevelopersDeleteCall) Header() http.Header
- type OrganizationsDevelopersGetCall
- func (c *OrganizationsDevelopersGetCall) Action(action string) *OrganizationsDevelopersGetCall
- func (c *OrganizationsDevelopersGetCall) Context(ctx context.Context) *OrganizationsDevelopersGetCall
- func (c *OrganizationsDevelopersGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer, error)
- func (c *OrganizationsDevelopersGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersGetCall
- func (c *OrganizationsDevelopersGetCall) Header() http.Header
- func (c *OrganizationsDevelopersGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersGetCall
- type OrganizationsDevelopersListCall
- func (c *OrganizationsDevelopersListCall) App(app string) *OrganizationsDevelopersListCall
- func (c *OrganizationsDevelopersListCall) Context(ctx context.Context) *OrganizationsDevelopersListCall
- func (c *OrganizationsDevelopersListCall) Count(count int64) *OrganizationsDevelopersListCall
- func (c *OrganizationsDevelopersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListOfDevelopersResponse, error)
- func (c *OrganizationsDevelopersListCall) Expand(expand bool) *OrganizationsDevelopersListCall
- func (c *OrganizationsDevelopersListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersListCall
- func (c *OrganizationsDevelopersListCall) Header() http.Header
- func (c *OrganizationsDevelopersListCall) Ids(ids string) *OrganizationsDevelopersListCall
- func (c *OrganizationsDevelopersListCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersListCall
- func (c *OrganizationsDevelopersListCall) IncludeCompany(includeCompany bool) *OrganizationsDevelopersListCall
- func (c *OrganizationsDevelopersListCall) StartKey(startKey string) *OrganizationsDevelopersListCall
- type OrganizationsDevelopersService
- func (r *OrganizationsDevelopersService) Attributes(parent string, googlecloudapigeev1attributes *GoogleCloudApigeeV1Attributes) *OrganizationsDevelopersAttributesCall
- func (r *OrganizationsDevelopersService) Create(parent string, googlecloudapigeev1developer *GoogleCloudApigeeV1Developer) *OrganizationsDevelopersCreateCall
- func (r *OrganizationsDevelopersService) Delete(name string) *OrganizationsDevelopersDeleteCall
- func (r *OrganizationsDevelopersService) Get(name string) *OrganizationsDevelopersGetCall
- func (r *OrganizationsDevelopersService) List(parent string) *OrganizationsDevelopersListCall
- func (r *OrganizationsDevelopersService) SetDeveloperStatus(name string) *OrganizationsDevelopersSetDeveloperStatusCall
- func (r *OrganizationsDevelopersService) Update(name string, googlecloudapigeev1developer *GoogleCloudApigeeV1Developer) *OrganizationsDevelopersUpdateCall
- type OrganizationsDevelopersSetDeveloperStatusCall
- func (c *OrganizationsDevelopersSetDeveloperStatusCall) Action(action string) *OrganizationsDevelopersSetDeveloperStatusCall
- func (c *OrganizationsDevelopersSetDeveloperStatusCall) Context(ctx context.Context) *OrganizationsDevelopersSetDeveloperStatusCall
- func (c *OrganizationsDevelopersSetDeveloperStatusCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsDevelopersSetDeveloperStatusCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSetDeveloperStatusCall
- func (c *OrganizationsDevelopersSetDeveloperStatusCall) Header() http.Header
- type OrganizationsDevelopersSubscriptionsCreateCall
- func (c *OrganizationsDevelopersSubscriptionsCreateCall) Context(ctx context.Context) *OrganizationsDevelopersSubscriptionsCreateCall
- func (c *OrganizationsDevelopersSubscriptionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperSubscription, error)
- func (c *OrganizationsDevelopersSubscriptionsCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsCreateCall
- func (c *OrganizationsDevelopersSubscriptionsCreateCall) Header() http.Header
- type OrganizationsDevelopersSubscriptionsExpireCall
- func (c *OrganizationsDevelopersSubscriptionsExpireCall) Context(ctx context.Context) *OrganizationsDevelopersSubscriptionsExpireCall
- func (c *OrganizationsDevelopersSubscriptionsExpireCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperSubscription, error)
- func (c *OrganizationsDevelopersSubscriptionsExpireCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsExpireCall
- func (c *OrganizationsDevelopersSubscriptionsExpireCall) Header() http.Header
- type OrganizationsDevelopersSubscriptionsGetCall
- func (c *OrganizationsDevelopersSubscriptionsGetCall) Context(ctx context.Context) *OrganizationsDevelopersSubscriptionsGetCall
- func (c *OrganizationsDevelopersSubscriptionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperSubscription, error)
- func (c *OrganizationsDevelopersSubscriptionsGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsGetCall
- func (c *OrganizationsDevelopersSubscriptionsGetCall) Header() http.Header
- func (c *OrganizationsDevelopersSubscriptionsGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersSubscriptionsGetCall
- type OrganizationsDevelopersSubscriptionsListCall
- func (c *OrganizationsDevelopersSubscriptionsListCall) Context(ctx context.Context) *OrganizationsDevelopersSubscriptionsListCall
- func (c *OrganizationsDevelopersSubscriptionsListCall) Count(count int64) *OrganizationsDevelopersSubscriptionsListCall
- func (c *OrganizationsDevelopersSubscriptionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse, error)
- func (c *OrganizationsDevelopersSubscriptionsListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsListCall
- func (c *OrganizationsDevelopersSubscriptionsListCall) Header() http.Header
- func (c *OrganizationsDevelopersSubscriptionsListCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersSubscriptionsListCall
- func (c *OrganizationsDevelopersSubscriptionsListCall) StartKey(startKey string) *OrganizationsDevelopersSubscriptionsListCall
- type OrganizationsDevelopersSubscriptionsService
- func (r *OrganizationsDevelopersSubscriptionsService) Create(parent string, ...) *OrganizationsDevelopersSubscriptionsCreateCall
- func (r *OrganizationsDevelopersSubscriptionsService) Expire(name string, ...) *OrganizationsDevelopersSubscriptionsExpireCall
- func (r *OrganizationsDevelopersSubscriptionsService) Get(name string) *OrganizationsDevelopersSubscriptionsGetCall
- func (r *OrganizationsDevelopersSubscriptionsService) List(parent string) *OrganizationsDevelopersSubscriptionsListCall
- type OrganizationsDevelopersUpdateCall
- func (c *OrganizationsDevelopersUpdateCall) Context(ctx context.Context) *OrganizationsDevelopersUpdateCall
- func (c *OrganizationsDevelopersUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer, error)
- func (c *OrganizationsDevelopersUpdateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersUpdateCall
- func (c *OrganizationsDevelopersUpdateCall) Header() http.Header
- type OrganizationsEnvgroupsAttachmentsCreateCall
- func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Context(ctx context.Context) *OrganizationsEnvgroupsAttachmentsCreateCall
- func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsCreateCall
- func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Header() http.Header
- type OrganizationsEnvgroupsAttachmentsDeleteCall
- func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Context(ctx context.Context) *OrganizationsEnvgroupsAttachmentsDeleteCall
- func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsDeleteCall
- func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Header() http.Header
- type OrganizationsEnvgroupsAttachmentsGetCall
- func (c *OrganizationsEnvgroupsAttachmentsGetCall) Context(ctx context.Context) *OrganizationsEnvgroupsAttachmentsGetCall
- func (c *OrganizationsEnvgroupsAttachmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EnvironmentGroupAttachment, error)
- func (c *OrganizationsEnvgroupsAttachmentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsGetCall
- func (c *OrganizationsEnvgroupsAttachmentsGetCall) Header() http.Header
- func (c *OrganizationsEnvgroupsAttachmentsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvgroupsAttachmentsGetCall
- type OrganizationsEnvgroupsAttachmentsListCall
- func (c *OrganizationsEnvgroupsAttachmentsListCall) Context(ctx context.Context) *OrganizationsEnvgroupsAttachmentsListCall
- func (c *OrganizationsEnvgroupsAttachmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse, error)
- func (c *OrganizationsEnvgroupsAttachmentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsListCall
- func (c *OrganizationsEnvgroupsAttachmentsListCall) Header() http.Header
- func (c *OrganizationsEnvgroupsAttachmentsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvgroupsAttachmentsListCall
- func (c *OrganizationsEnvgroupsAttachmentsListCall) PageSize(pageSize int64) *OrganizationsEnvgroupsAttachmentsListCall
- func (c *OrganizationsEnvgroupsAttachmentsListCall) PageToken(pageToken string) *OrganizationsEnvgroupsAttachmentsListCall
- func (c *OrganizationsEnvgroupsAttachmentsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsEnvgroupsAttachmentsService
- func (r *OrganizationsEnvgroupsAttachmentsService) Create(parent string, ...) *OrganizationsEnvgroupsAttachmentsCreateCall
- func (r *OrganizationsEnvgroupsAttachmentsService) Delete(name string) *OrganizationsEnvgroupsAttachmentsDeleteCall
- func (r *OrganizationsEnvgroupsAttachmentsService) Get(name string) *OrganizationsEnvgroupsAttachmentsGetCall
- func (r *OrganizationsEnvgroupsAttachmentsService) List(parent string) *OrganizationsEnvgroupsAttachmentsListCall
- type OrganizationsEnvgroupsCreateCall
- func (c *OrganizationsEnvgroupsCreateCall) Context(ctx context.Context) *OrganizationsEnvgroupsCreateCall
- func (c *OrganizationsEnvgroupsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEnvgroupsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsCreateCall
- func (c *OrganizationsEnvgroupsCreateCall) Header() http.Header
- func (c *OrganizationsEnvgroupsCreateCall) Name(name string) *OrganizationsEnvgroupsCreateCall
- type OrganizationsEnvgroupsDeleteCall
- func (c *OrganizationsEnvgroupsDeleteCall) Context(ctx context.Context) *OrganizationsEnvgroupsDeleteCall
- func (c *OrganizationsEnvgroupsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEnvgroupsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsDeleteCall
- func (c *OrganizationsEnvgroupsDeleteCall) Header() http.Header
- type OrganizationsEnvgroupsGetCall
- func (c *OrganizationsEnvgroupsGetCall) Context(ctx context.Context) *OrganizationsEnvgroupsGetCall
- func (c *OrganizationsEnvgroupsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EnvironmentGroup, error)
- func (c *OrganizationsEnvgroupsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsGetCall
- func (c *OrganizationsEnvgroupsGetCall) Header() http.Header
- func (c *OrganizationsEnvgroupsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvgroupsGetCall
- type OrganizationsEnvgroupsListCall
- func (c *OrganizationsEnvgroupsListCall) Context(ctx context.Context) *OrganizationsEnvgroupsListCall
- func (c *OrganizationsEnvgroupsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentGroupsResponse, error)
- func (c *OrganizationsEnvgroupsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsListCall
- func (c *OrganizationsEnvgroupsListCall) Header() http.Header
- func (c *OrganizationsEnvgroupsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvgroupsListCall
- func (c *OrganizationsEnvgroupsListCall) PageSize(pageSize int64) *OrganizationsEnvgroupsListCall
- func (c *OrganizationsEnvgroupsListCall) PageToken(pageToken string) *OrganizationsEnvgroupsListCall
- func (c *OrganizationsEnvgroupsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsEnvgroupsPatchCall
- func (c *OrganizationsEnvgroupsPatchCall) Context(ctx context.Context) *OrganizationsEnvgroupsPatchCall
- func (c *OrganizationsEnvgroupsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEnvgroupsPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsPatchCall
- func (c *OrganizationsEnvgroupsPatchCall) Header() http.Header
- func (c *OrganizationsEnvgroupsPatchCall) UpdateMask(updateMask string) *OrganizationsEnvgroupsPatchCall
- type OrganizationsEnvgroupsService
- func (r *OrganizationsEnvgroupsService) Create(parent string, ...) *OrganizationsEnvgroupsCreateCall
- func (r *OrganizationsEnvgroupsService) Delete(name string) *OrganizationsEnvgroupsDeleteCall
- func (r *OrganizationsEnvgroupsService) Get(name string) *OrganizationsEnvgroupsGetCall
- func (r *OrganizationsEnvgroupsService) List(parent string) *OrganizationsEnvgroupsListCall
- func (r *OrganizationsEnvgroupsService) Patch(name string, ...) *OrganizationsEnvgroupsPatchCall
- type OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
- func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Context(ctx context.Context) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
- func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) DisableCache(disableCache bool) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
- func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Schema, error)
- func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
- func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Header() http.Header
- func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
- func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Type(type_ string) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
- type OrganizationsEnvironmentsAnalyticsAdminService
- type OrganizationsEnvironmentsAnalyticsExportsCreateCall
- func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsAnalyticsExportsCreateCall
- func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Export, error)
- func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsExportsCreateCall
- func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Header() http.Header
- type OrganizationsEnvironmentsAnalyticsExportsGetCall
- func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsAnalyticsExportsGetCall
- func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Export, error)
- func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsExportsGetCall
- func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsAnalyticsExportsGetCall
- type OrganizationsEnvironmentsAnalyticsExportsListCall
- func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsAnalyticsExportsListCall
- func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListExportsResponse, error)
- func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsExportsListCall
- func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsAnalyticsExportsListCall
- type OrganizationsEnvironmentsAnalyticsExportsService
- func (r *OrganizationsEnvironmentsAnalyticsExportsService) Create(parent string, ...) *OrganizationsEnvironmentsAnalyticsExportsCreateCall
- func (r *OrganizationsEnvironmentsAnalyticsExportsService) Get(name string) *OrganizationsEnvironmentsAnalyticsExportsGetCall
- func (r *OrganizationsEnvironmentsAnalyticsExportsService) List(parent string) *OrganizationsEnvironmentsAnalyticsExportsListCall
- type OrganizationsEnvironmentsAnalyticsService
- type OrganizationsEnvironmentsApisDeploymentsListCall
- func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisDeploymentsListCall
- func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
- func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisDeploymentsListCall
- func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsApisDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsApisDeploymentsListCall
- type OrganizationsEnvironmentsApisDeploymentsService
- type OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugSession, error)
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Header() http.Header
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Timeout(timeout int64) *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
- type OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugSessionTransaction, error)
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall
- type OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService
- type OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Header() http.Header
- type OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugSession, error)
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
- type OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDebugSessionsResponse, error)
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) PageSize(pageSize int64) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) PageToken(pageToken string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
- func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsEnvironmentsApisRevisionsDebugsessionsService
- func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) Create(parent string, ...) *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
- func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) DeleteData(name string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall
- func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) Get(name string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
- func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) List(parent string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
- type OrganizationsEnvironmentsApisRevisionsDeployCall
- func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDeployCall
- func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment, error)
- func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDeployCall
- func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Header() http.Header
- func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Override(override bool) *OrganizationsEnvironmentsApisRevisionsDeployCall
- func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) SequencedRollout(sequencedRollout bool) *OrganizationsEnvironmentsApisRevisionsDeployCall
- type OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall
- func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Context(ctx context.Context) ...
- func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeploymentChangeReport, error)
- func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Fields(s ...googleapi.Field) ...
- func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Header() http.Header
- func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Override(override bool) ...
- type OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall
- func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Context(ctx context.Context) ...
- func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeploymentChangeReport, error)
- func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Fields(s ...googleapi.Field) ...
- func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Header() http.Header
- type OrganizationsEnvironmentsApisRevisionsDeploymentsService
- type OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
- func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
- func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment, error)
- func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
- func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Header() http.Header
- func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
- type OrganizationsEnvironmentsApisRevisionsService
- func (r *OrganizationsEnvironmentsApisRevisionsService) Deploy(name string) *OrganizationsEnvironmentsApisRevisionsDeployCall
- func (r *OrganizationsEnvironmentsApisRevisionsService) GetDeployments(name string) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
- func (r *OrganizationsEnvironmentsApisRevisionsService) Undeploy(name string) *OrganizationsEnvironmentsApisRevisionsUndeployCall
- type OrganizationsEnvironmentsApisRevisionsUndeployCall
- func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsUndeployCall
- func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsUndeployCall
- func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Header() http.Header
- func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) SequencedRollout(sequencedRollout bool) *OrganizationsEnvironmentsApisRevisionsUndeployCall
- type OrganizationsEnvironmentsApisService
- type OrganizationsEnvironmentsCachesDeleteCall
- func (c *OrganizationsEnvironmentsCachesDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsCachesDeleteCall
- func (c *OrganizationsEnvironmentsCachesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsEnvironmentsCachesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsCachesDeleteCall
- func (c *OrganizationsEnvironmentsCachesDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsCachesService
- type OrganizationsEnvironmentsCreateCall
- func (c *OrganizationsEnvironmentsCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsCreateCall
- func (c *OrganizationsEnvironmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEnvironmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsCreateCall
- func (c *OrganizationsEnvironmentsCreateCall) Header() http.Header
- func (c *OrganizationsEnvironmentsCreateCall) Name(name string) *OrganizationsEnvironmentsCreateCall
- type OrganizationsEnvironmentsDeleteCall
- func (c *OrganizationsEnvironmentsDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsDeleteCall
- func (c *OrganizationsEnvironmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEnvironmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeleteCall
- func (c *OrganizationsEnvironmentsDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsDeploymentsListCall
- func (c *OrganizationsEnvironmentsDeploymentsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsDeploymentsListCall
- func (c *OrganizationsEnvironmentsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
- func (c *OrganizationsEnvironmentsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeploymentsListCall
- func (c *OrganizationsEnvironmentsDeploymentsListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsDeploymentsListCall
- func (c *OrganizationsEnvironmentsDeploymentsListCall) SharedFlows(sharedFlows bool) *OrganizationsEnvironmentsDeploymentsListCall
- type OrganizationsEnvironmentsDeploymentsService
- type OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall
- func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Context(ctx context.Context) *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall
- func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1FlowHook, error)
- func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall
- func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Header() http.Header
- type OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall
- func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Context(ctx context.Context) *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall
- func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1FlowHook, error)
- func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall
- func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Header() http.Header
- type OrganizationsEnvironmentsFlowhooksGetCall
- func (c *OrganizationsEnvironmentsFlowhooksGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsFlowhooksGetCall
- func (c *OrganizationsEnvironmentsFlowhooksGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1FlowHook, error)
- func (c *OrganizationsEnvironmentsFlowhooksGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsFlowhooksGetCall
- func (c *OrganizationsEnvironmentsFlowhooksGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsFlowhooksGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsFlowhooksGetCall
- type OrganizationsEnvironmentsFlowhooksService
- func (r *OrganizationsEnvironmentsFlowhooksService) AttachSharedFlowToFlowHook(name string, googlecloudapigeev1flowhook *GoogleCloudApigeeV1FlowHook) *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall
- func (r *OrganizationsEnvironmentsFlowhooksService) DetachSharedFlowFromFlowHook(name string) *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall
- func (r *OrganizationsEnvironmentsFlowhooksService) Get(name string) *OrganizationsEnvironmentsFlowhooksGetCall
- type OrganizationsEnvironmentsGetCall
- func (c *OrganizationsEnvironmentsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetCall
- func (c *OrganizationsEnvironmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Environment, error)
- func (c *OrganizationsEnvironmentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetCall
- func (c *OrganizationsEnvironmentsGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetCall
- type OrganizationsEnvironmentsGetDebugmaskCall
- func (c *OrganizationsEnvironmentsGetDebugmaskCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetDebugmaskCall
- func (c *OrganizationsEnvironmentsGetDebugmaskCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugMask, error)
- func (c *OrganizationsEnvironmentsGetDebugmaskCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetDebugmaskCall
- func (c *OrganizationsEnvironmentsGetDebugmaskCall) Header() http.Header
- func (c *OrganizationsEnvironmentsGetDebugmaskCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetDebugmaskCall
- type OrganizationsEnvironmentsGetDeployedConfigCall
- func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetDeployedConfigCall
- func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EnvironmentConfig, error)
- func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetDeployedConfigCall
- func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Header() http.Header
- func (c *OrganizationsEnvironmentsGetDeployedConfigCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetDeployedConfigCall
- type OrganizationsEnvironmentsGetIamPolicyCall
- func (c *OrganizationsEnvironmentsGetIamPolicyCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetIamPolicyCall
- func (c *OrganizationsEnvironmentsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
- func (c *OrganizationsEnvironmentsGetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetIamPolicyCall
- func (c *OrganizationsEnvironmentsGetIamPolicyCall) Header() http.Header
- func (c *OrganizationsEnvironmentsGetIamPolicyCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetIamPolicyCall
- func (c *OrganizationsEnvironmentsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *OrganizationsEnvironmentsGetIamPolicyCall
- type OrganizationsEnvironmentsGetTraceConfigCall
- func (c *OrganizationsEnvironmentsGetTraceConfigCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetTraceConfigCall
- func (c *OrganizationsEnvironmentsGetTraceConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfig, error)
- func (c *OrganizationsEnvironmentsGetTraceConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetTraceConfigCall
- func (c *OrganizationsEnvironmentsGetTraceConfigCall) Header() http.Header
- func (c *OrganizationsEnvironmentsGetTraceConfigCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetTraceConfigCall
- type OrganizationsEnvironmentsKeystoresAliasesCreateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Alias(alias string) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias, error)
- func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Format(format string) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Header() http.Header
- func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) IgnoreExpiryValidation(ignoreExpiryValidation bool) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) IgnoreNewlineValidation(ignoreNewlineValidation bool) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Password(Password string) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
- type OrganizationsEnvironmentsKeystoresAliasesCsrCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
- func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Header() http.Header
- func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
- type OrganizationsEnvironmentsKeystoresAliasesDeleteCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesDeleteCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias, error)
- func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesDeleteCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsKeystoresAliasesGetCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesGetCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias, error)
- func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesGetCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsKeystoresAliasesGetCall
- type OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
- func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Header() http.Header
- func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
- type OrganizationsEnvironmentsKeystoresAliasesService
- func (r *OrganizationsEnvironmentsKeystoresAliasesService) Create(parent string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
- func (r *OrganizationsEnvironmentsKeystoresAliasesService) Csr(name string) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
- func (r *OrganizationsEnvironmentsKeystoresAliasesService) Delete(name string) *OrganizationsEnvironmentsKeystoresAliasesDeleteCall
- func (r *OrganizationsEnvironmentsKeystoresAliasesService) Get(name string) *OrganizationsEnvironmentsKeystoresAliasesGetCall
- func (r *OrganizationsEnvironmentsKeystoresAliasesService) GetCertificate(name string) *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
- func (r *OrganizationsEnvironmentsKeystoresAliasesService) Update(name string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
- type OrganizationsEnvironmentsKeystoresAliasesUpdateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias, error)
- func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Header() http.Header
- func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) IgnoreExpiryValidation(ignoreExpiryValidation bool) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
- func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) IgnoreNewlineValidation(ignoreNewlineValidation bool) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
- type OrganizationsEnvironmentsKeystoresCreateCall
- func (c *OrganizationsEnvironmentsKeystoresCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresCreateCall
- func (c *OrganizationsEnvironmentsKeystoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Keystore, error)
- func (c *OrganizationsEnvironmentsKeystoresCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresCreateCall
- func (c *OrganizationsEnvironmentsKeystoresCreateCall) Header() http.Header
- func (c *OrganizationsEnvironmentsKeystoresCreateCall) Name(name string) *OrganizationsEnvironmentsKeystoresCreateCall
- type OrganizationsEnvironmentsKeystoresDeleteCall
- func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresDeleteCall
- func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Keystore, error)
- func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresDeleteCall
- func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsKeystoresGetCall
- func (c *OrganizationsEnvironmentsKeystoresGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresGetCall
- func (c *OrganizationsEnvironmentsKeystoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Keystore, error)
- func (c *OrganizationsEnvironmentsKeystoresGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresGetCall
- func (c *OrganizationsEnvironmentsKeystoresGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsKeystoresGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsKeystoresGetCall
- type OrganizationsEnvironmentsKeystoresService
- func (r *OrganizationsEnvironmentsKeystoresService) Create(parent string, googlecloudapigeev1keystore *GoogleCloudApigeeV1Keystore) *OrganizationsEnvironmentsKeystoresCreateCall
- func (r *OrganizationsEnvironmentsKeystoresService) Delete(name string) *OrganizationsEnvironmentsKeystoresDeleteCall
- func (r *OrganizationsEnvironmentsKeystoresService) Get(name string) *OrganizationsEnvironmentsKeystoresGetCall
- type OrganizationsEnvironmentsKeyvaluemapsCreateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeyvaluemapsCreateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsCreateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Header() http.Header
- type OrganizationsEnvironmentsKeyvaluemapsDeleteCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeyvaluemapsDeleteCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsDeleteCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsKeyvaluemapsService
- func (r *OrganizationsEnvironmentsKeyvaluemapsService) Create(parent string, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsEnvironmentsKeyvaluemapsCreateCall
- func (r *OrganizationsEnvironmentsKeyvaluemapsService) Delete(name string) *OrganizationsEnvironmentsKeyvaluemapsDeleteCall
- type OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Accuracy(accuracy string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) AggTable(aggTable string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1OptimizedStats, error)
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Filter(filter string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Limit(limit string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Offset(offset string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Realtime(realtime bool) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Select(select_ string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Sonar(sonar bool) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Sort(sort string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Sortby(sortby string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) TimeRange(timeRange string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) TimeUnit(timeUnit string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Topk(topk string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) TsAscending(tsAscending bool) *OrganizationsEnvironmentsOptimizedStatsGetCall
- func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Tzo(tzo string) *OrganizationsEnvironmentsOptimizedStatsGetCall
- type OrganizationsEnvironmentsOptimizedStatsService
- type OrganizationsEnvironmentsQueriesCreateCall
- func (c *OrganizationsEnvironmentsQueriesCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsQueriesCreateCall
- func (c *OrganizationsEnvironmentsQueriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery, error)
- func (c *OrganizationsEnvironmentsQueriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesCreateCall
- func (c *OrganizationsEnvironmentsQueriesCreateCall) Header() http.Header
- type OrganizationsEnvironmentsQueriesGetCall
- func (c *OrganizationsEnvironmentsQueriesGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsQueriesGetCall
- func (c *OrganizationsEnvironmentsQueriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery, error)
- func (c *OrganizationsEnvironmentsQueriesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesGetCall
- func (c *OrganizationsEnvironmentsQueriesGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsQueriesGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsQueriesGetCall
- type OrganizationsEnvironmentsQueriesGetResultCall
- func (c *OrganizationsEnvironmentsQueriesGetResultCall) Context(ctx context.Context) *OrganizationsEnvironmentsQueriesGetResultCall
- func (c *OrganizationsEnvironmentsQueriesGetResultCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
- func (c *OrganizationsEnvironmentsQueriesGetResultCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesGetResultCall
- func (c *OrganizationsEnvironmentsQueriesGetResultCall) Header() http.Header
- func (c *OrganizationsEnvironmentsQueriesGetResultCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsQueriesGetResultCall
- type OrganizationsEnvironmentsQueriesListCall
- func (c *OrganizationsEnvironmentsQueriesListCall) Context(ctx context.Context) *OrganizationsEnvironmentsQueriesListCall
- func (c *OrganizationsEnvironmentsQueriesListCall) Dataset(dataset string) *OrganizationsEnvironmentsQueriesListCall
- func (c *OrganizationsEnvironmentsQueriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAsyncQueriesResponse, error)
- func (c *OrganizationsEnvironmentsQueriesListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesListCall
- func (c *OrganizationsEnvironmentsQueriesListCall) From(from string) *OrganizationsEnvironmentsQueriesListCall
- func (c *OrganizationsEnvironmentsQueriesListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsQueriesListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsQueriesListCall
- func (c *OrganizationsEnvironmentsQueriesListCall) InclQueriesWithoutReport(inclQueriesWithoutReport string) *OrganizationsEnvironmentsQueriesListCall
- func (c *OrganizationsEnvironmentsQueriesListCall) Status(status string) *OrganizationsEnvironmentsQueriesListCall
- func (c *OrganizationsEnvironmentsQueriesListCall) SubmittedBy(submittedBy string) *OrganizationsEnvironmentsQueriesListCall
- func (c *OrganizationsEnvironmentsQueriesListCall) To(to string) *OrganizationsEnvironmentsQueriesListCall
- type OrganizationsEnvironmentsQueriesService
- func (r *OrganizationsEnvironmentsQueriesService) Create(parent string, googlecloudapigeev1query *GoogleCloudApigeeV1Query) *OrganizationsEnvironmentsQueriesCreateCall
- func (r *OrganizationsEnvironmentsQueriesService) Get(name string) *OrganizationsEnvironmentsQueriesGetCall
- func (r *OrganizationsEnvironmentsQueriesService) GetResult(name string) *OrganizationsEnvironmentsQueriesGetResultCall
- func (r *OrganizationsEnvironmentsQueriesService) List(parent string) *OrganizationsEnvironmentsQueriesListCall
- type OrganizationsEnvironmentsReferencesCreateCall
- func (c *OrganizationsEnvironmentsReferencesCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsReferencesCreateCall
- func (c *OrganizationsEnvironmentsReferencesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference, error)
- func (c *OrganizationsEnvironmentsReferencesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesCreateCall
- func (c *OrganizationsEnvironmentsReferencesCreateCall) Header() http.Header
- type OrganizationsEnvironmentsReferencesDeleteCall
- func (c *OrganizationsEnvironmentsReferencesDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsReferencesDeleteCall
- func (c *OrganizationsEnvironmentsReferencesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference, error)
- func (c *OrganizationsEnvironmentsReferencesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesDeleteCall
- func (c *OrganizationsEnvironmentsReferencesDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsReferencesGetCall
- func (c *OrganizationsEnvironmentsReferencesGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsReferencesGetCall
- func (c *OrganizationsEnvironmentsReferencesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference, error)
- func (c *OrganizationsEnvironmentsReferencesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesGetCall
- func (c *OrganizationsEnvironmentsReferencesGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsReferencesGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsReferencesGetCall
- type OrganizationsEnvironmentsReferencesService
- func (r *OrganizationsEnvironmentsReferencesService) Create(parent string, googlecloudapigeev1reference *GoogleCloudApigeeV1Reference) *OrganizationsEnvironmentsReferencesCreateCall
- func (r *OrganizationsEnvironmentsReferencesService) Delete(name string) *OrganizationsEnvironmentsReferencesDeleteCall
- func (r *OrganizationsEnvironmentsReferencesService) Get(name string) *OrganizationsEnvironmentsReferencesGetCall
- func (r *OrganizationsEnvironmentsReferencesService) Update(name string, googlecloudapigeev1reference *GoogleCloudApigeeV1Reference) *OrganizationsEnvironmentsReferencesUpdateCall
- type OrganizationsEnvironmentsReferencesUpdateCall
- func (c *OrganizationsEnvironmentsReferencesUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsReferencesUpdateCall
- func (c *OrganizationsEnvironmentsReferencesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference, error)
- func (c *OrganizationsEnvironmentsReferencesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesUpdateCall
- func (c *OrganizationsEnvironmentsReferencesUpdateCall) Header() http.Header
- type OrganizationsEnvironmentsResourcefilesCreateCall
- func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesCreateCall
- func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ResourceFile, error)
- func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesCreateCall
- func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Header() http.Header
- func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Name(name string) *OrganizationsEnvironmentsResourcefilesCreateCall
- func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Type(type_ string) *OrganizationsEnvironmentsResourcefilesCreateCall
- type OrganizationsEnvironmentsResourcefilesDeleteCall
- func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesDeleteCall
- func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ResourceFile, error)
- func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesDeleteCall
- func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsResourcefilesGetCall
- func (c *OrganizationsEnvironmentsResourcefilesGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesGetCall
- func (c *OrganizationsEnvironmentsResourcefilesGetCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
- func (c *OrganizationsEnvironmentsResourcefilesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesGetCall
- func (c *OrganizationsEnvironmentsResourcefilesGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsResourcefilesGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsResourcefilesGetCall
- type OrganizationsEnvironmentsResourcefilesListCall
- func (c *OrganizationsEnvironmentsResourcefilesListCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesListCall
- func (c *OrganizationsEnvironmentsResourcefilesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentResourcesResponse, error)
- func (c *OrganizationsEnvironmentsResourcefilesListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesListCall
- func (c *OrganizationsEnvironmentsResourcefilesListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsResourcefilesListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsResourcefilesListCall
- func (c *OrganizationsEnvironmentsResourcefilesListCall) Type(type_ string) *OrganizationsEnvironmentsResourcefilesListCall
- type OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
- func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
- func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentResourcesResponse, error)
- func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
- func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Header() http.Header
- func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
- type OrganizationsEnvironmentsResourcefilesService
- func (r *OrganizationsEnvironmentsResourcefilesService) Create(parent string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsResourcefilesCreateCall
- func (r *OrganizationsEnvironmentsResourcefilesService) Delete(parent string, type_ string, name string) *OrganizationsEnvironmentsResourcefilesDeleteCall
- func (r *OrganizationsEnvironmentsResourcefilesService) Get(parent string, type_ string, name string) *OrganizationsEnvironmentsResourcefilesGetCall
- func (r *OrganizationsEnvironmentsResourcefilesService) List(parent string) *OrganizationsEnvironmentsResourcefilesListCall
- func (r *OrganizationsEnvironmentsResourcefilesService) ListEnvironmentResources(parent string, type_ string) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
- func (r *OrganizationsEnvironmentsResourcefilesService) Update(parent string, type_ string, name string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsResourcefilesUpdateCall
- type OrganizationsEnvironmentsResourcefilesUpdateCall
- func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesUpdateCall
- func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ResourceFile, error)
- func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesUpdateCall
- func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Header() http.Header
- type OrganizationsEnvironmentsService
- func (r *OrganizationsEnvironmentsService) Create(parent string, googlecloudapigeev1environment *GoogleCloudApigeeV1Environment) *OrganizationsEnvironmentsCreateCall
- func (r *OrganizationsEnvironmentsService) Delete(name string) *OrganizationsEnvironmentsDeleteCall
- func (r *OrganizationsEnvironmentsService) Get(name string) *OrganizationsEnvironmentsGetCall
- func (r *OrganizationsEnvironmentsService) GetDebugmask(name string) *OrganizationsEnvironmentsGetDebugmaskCall
- func (r *OrganizationsEnvironmentsService) GetDeployedConfig(name string) *OrganizationsEnvironmentsGetDeployedConfigCall
- func (r *OrganizationsEnvironmentsService) GetIamPolicy(resource string) *OrganizationsEnvironmentsGetIamPolicyCall
- func (r *OrganizationsEnvironmentsService) GetTraceConfig(name string) *OrganizationsEnvironmentsGetTraceConfigCall
- func (r *OrganizationsEnvironmentsService) SetIamPolicy(resource string, ...) *OrganizationsEnvironmentsSetIamPolicyCall
- func (r *OrganizationsEnvironmentsService) Subscribe(parent string) *OrganizationsEnvironmentsSubscribeCall
- func (r *OrganizationsEnvironmentsService) TestIamPermissions(resource string, ...) *OrganizationsEnvironmentsTestIamPermissionsCall
- func (r *OrganizationsEnvironmentsService) Unsubscribe(parent string, ...) *OrganizationsEnvironmentsUnsubscribeCall
- func (r *OrganizationsEnvironmentsService) Update(name string, googlecloudapigeev1environment *GoogleCloudApigeeV1Environment) *OrganizationsEnvironmentsUpdateCall
- func (r *OrganizationsEnvironmentsService) UpdateDebugmask(name string, googlecloudapigeev1debugmask *GoogleCloudApigeeV1DebugMask) *OrganizationsEnvironmentsUpdateDebugmaskCall
- func (r *OrganizationsEnvironmentsService) UpdateEnvironment(name string, googlecloudapigeev1environment *GoogleCloudApigeeV1Environment) *OrganizationsEnvironmentsUpdateEnvironmentCall
- func (r *OrganizationsEnvironmentsService) UpdateTraceConfig(name string, googlecloudapigeev1traceconfig *GoogleCloudApigeeV1TraceConfig) *OrganizationsEnvironmentsUpdateTraceConfigCall
- type OrganizationsEnvironmentsSetIamPolicyCall
- func (c *OrganizationsEnvironmentsSetIamPolicyCall) Context(ctx context.Context) *OrganizationsEnvironmentsSetIamPolicyCall
- func (c *OrganizationsEnvironmentsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
- func (c *OrganizationsEnvironmentsSetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSetIamPolicyCall
- func (c *OrganizationsEnvironmentsSetIamPolicyCall) Header() http.Header
- type OrganizationsEnvironmentsSharedflowsDeploymentsListCall
- func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsSharedflowsDeploymentsListCall
- func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
- func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsDeploymentsListCall
- func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSharedflowsDeploymentsListCall
- type OrganizationsEnvironmentsSharedflowsDeploymentsService
- type OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Context(ctx context.Context) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment, error)
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Override(override bool) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
- type OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Context(ctx context.Context) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment, error)
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
- type OrganizationsEnvironmentsSharedflowsRevisionsService
- func (r *OrganizationsEnvironmentsSharedflowsRevisionsService) Deploy(name string) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
- func (r *OrganizationsEnvironmentsSharedflowsRevisionsService) GetDeployments(name string) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
- func (r *OrganizationsEnvironmentsSharedflowsRevisionsService) Undeploy(name string) *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall
- type OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Context(ctx context.Context) *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Header() http.Header
- type OrganizationsEnvironmentsSharedflowsService
- type OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Accuracy(accuracy string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) AggTable(aggTable string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Stats, error)
- func (c *OrganizationsEnvironmentsStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Filter(filter string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsStatsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Limit(limit string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Offset(offset string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Realtime(realtime bool) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Select(select_ string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Sonar(sonar bool) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Sort(sort string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Sortby(sortby string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) TimeRange(timeRange string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) TimeUnit(timeUnit string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Topk(topk string) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) TsAscending(tsAscending bool) *OrganizationsEnvironmentsStatsGetCall
- func (c *OrganizationsEnvironmentsStatsGetCall) Tzo(tzo string) *OrganizationsEnvironmentsStatsGetCall
- type OrganizationsEnvironmentsStatsService
- type OrganizationsEnvironmentsSubscribeCall
- func (c *OrganizationsEnvironmentsSubscribeCall) Context(ctx context.Context) *OrganizationsEnvironmentsSubscribeCall
- func (c *OrganizationsEnvironmentsSubscribeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Subscription, error)
- func (c *OrganizationsEnvironmentsSubscribeCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSubscribeCall
- func (c *OrganizationsEnvironmentsSubscribeCall) Header() http.Header
- type OrganizationsEnvironmentsTargetserversCreateCall
- func (c *OrganizationsEnvironmentsTargetserversCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsTargetserversCreateCall
- func (c *OrganizationsEnvironmentsTargetserversCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer, error)
- func (c *OrganizationsEnvironmentsTargetserversCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversCreateCall
- func (c *OrganizationsEnvironmentsTargetserversCreateCall) Header() http.Header
- func (c *OrganizationsEnvironmentsTargetserversCreateCall) Name(name string) *OrganizationsEnvironmentsTargetserversCreateCall
- type OrganizationsEnvironmentsTargetserversDeleteCall
- func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsTargetserversDeleteCall
- func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer, error)
- func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversDeleteCall
- func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsTargetserversGetCall
- func (c *OrganizationsEnvironmentsTargetserversGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsTargetserversGetCall
- func (c *OrganizationsEnvironmentsTargetserversGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer, error)
- func (c *OrganizationsEnvironmentsTargetserversGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversGetCall
- func (c *OrganizationsEnvironmentsTargetserversGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsTargetserversGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsTargetserversGetCall
- type OrganizationsEnvironmentsTargetserversService
- func (r *OrganizationsEnvironmentsTargetserversService) Create(parent string, ...) *OrganizationsEnvironmentsTargetserversCreateCall
- func (r *OrganizationsEnvironmentsTargetserversService) Delete(name string) *OrganizationsEnvironmentsTargetserversDeleteCall
- func (r *OrganizationsEnvironmentsTargetserversService) Get(name string) *OrganizationsEnvironmentsTargetserversGetCall
- func (r *OrganizationsEnvironmentsTargetserversService) Update(name string, googlecloudapigeev1targetserver *GoogleCloudApigeeV1TargetServer) *OrganizationsEnvironmentsTargetserversUpdateCall
- type OrganizationsEnvironmentsTargetserversUpdateCall
- func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsTargetserversUpdateCall
- func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer, error)
- func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversUpdateCall
- func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Header() http.Header
- type OrganizationsEnvironmentsTestIamPermissionsCall
- func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Context(ctx context.Context) *OrganizationsEnvironmentsTestIamPermissionsCall
- func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)
- func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTestIamPermissionsCall
- func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Header() http.Header
- type OrganizationsEnvironmentsTraceConfigOverridesCreateCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsTraceConfigOverridesCreateCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfigOverride, error)
- func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesCreateCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Header() http.Header
- type OrganizationsEnvironmentsTraceConfigOverridesDeleteCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsTraceConfigOverridesGetCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfigOverride, error)
- func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
- type OrganizationsEnvironmentsTraceConfigOverridesListCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Context(ctx context.Context) *OrganizationsEnvironmentsTraceConfigOverridesListCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListTraceConfigOverridesResponse, error)
- func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesListCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsTraceConfigOverridesListCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) PageSize(pageSize int64) *OrganizationsEnvironmentsTraceConfigOverridesListCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) PageToken(pageToken string) *OrganizationsEnvironmentsTraceConfigOverridesListCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Pages(ctx context.Context, ...) error
- type OrganizationsEnvironmentsTraceConfigOverridesPatchCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Context(ctx context.Context) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfigOverride, error)
- func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
- func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Header() http.Header
- func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) UpdateMask(updateMask string) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
- type OrganizationsEnvironmentsTraceConfigOverridesService
- func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Create(parent string, ...) *OrganizationsEnvironmentsTraceConfigOverridesCreateCall
- func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Delete(name string) *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall
- func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Get(name string) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
- func (r *OrganizationsEnvironmentsTraceConfigOverridesService) List(parent string) *OrganizationsEnvironmentsTraceConfigOverridesListCall
- func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Patch(name string, ...) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
- type OrganizationsEnvironmentsTraceConfigService
- type OrganizationsEnvironmentsUnsubscribeCall
- func (c *OrganizationsEnvironmentsUnsubscribeCall) Context(ctx context.Context) *OrganizationsEnvironmentsUnsubscribeCall
- func (c *OrganizationsEnvironmentsUnsubscribeCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsEnvironmentsUnsubscribeCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUnsubscribeCall
- func (c *OrganizationsEnvironmentsUnsubscribeCall) Header() http.Header
- type OrganizationsEnvironmentsUpdateCall
- func (c *OrganizationsEnvironmentsUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsUpdateCall
- func (c *OrganizationsEnvironmentsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Environment, error)
- func (c *OrganizationsEnvironmentsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateCall
- func (c *OrganizationsEnvironmentsUpdateCall) Header() http.Header
- type OrganizationsEnvironmentsUpdateDebugmaskCall
- func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Context(ctx context.Context) *OrganizationsEnvironmentsUpdateDebugmaskCall
- func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugMask, error)
- func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateDebugmaskCall
- func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Header() http.Header
- func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) ReplaceRepeatedFields(replaceRepeatedFields bool) *OrganizationsEnvironmentsUpdateDebugmaskCall
- func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) UpdateMask(updateMask string) *OrganizationsEnvironmentsUpdateDebugmaskCall
- type OrganizationsEnvironmentsUpdateEnvironmentCall
- func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Context(ctx context.Context) *OrganizationsEnvironmentsUpdateEnvironmentCall
- func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Environment, error)
- func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateEnvironmentCall
- func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Header() http.Header
- type OrganizationsEnvironmentsUpdateTraceConfigCall
- func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Context(ctx context.Context) *OrganizationsEnvironmentsUpdateTraceConfigCall
- func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfig, error)
- func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateTraceConfigCall
- func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Header() http.Header
- func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) UpdateMask(updateMask string) *OrganizationsEnvironmentsUpdateTraceConfigCall
- type OrganizationsGetCall
- func (c *OrganizationsGetCall) Context(ctx context.Context) *OrganizationsGetCall
- func (c *OrganizationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Organization, error)
- func (c *OrganizationsGetCall) Fields(s ...googleapi.Field) *OrganizationsGetCall
- func (c *OrganizationsGetCall) Header() http.Header
- func (c *OrganizationsGetCall) IfNoneMatch(entityTag string) *OrganizationsGetCall
- type OrganizationsGetDeployedIngressConfigCall
- func (c *OrganizationsGetDeployedIngressConfigCall) Context(ctx context.Context) *OrganizationsGetDeployedIngressConfigCall
- func (c *OrganizationsGetDeployedIngressConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1IngressConfig, error)
- func (c *OrganizationsGetDeployedIngressConfigCall) Fields(s ...googleapi.Field) *OrganizationsGetDeployedIngressConfigCall
- func (c *OrganizationsGetDeployedIngressConfigCall) Header() http.Header
- func (c *OrganizationsGetDeployedIngressConfigCall) IfNoneMatch(entityTag string) *OrganizationsGetDeployedIngressConfigCall
- func (c *OrganizationsGetDeployedIngressConfigCall) View(view string) *OrganizationsGetDeployedIngressConfigCall
- type OrganizationsGetSyncAuthorizationCall
- func (c *OrganizationsGetSyncAuthorizationCall) Context(ctx context.Context) *OrganizationsGetSyncAuthorizationCall
- func (c *OrganizationsGetSyncAuthorizationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SyncAuthorization, error)
- func (c *OrganizationsGetSyncAuthorizationCall) Fields(s ...googleapi.Field) *OrganizationsGetSyncAuthorizationCall
- func (c *OrganizationsGetSyncAuthorizationCall) Header() http.Header
- type OrganizationsHostQueriesCreateCall
- func (c *OrganizationsHostQueriesCreateCall) Context(ctx context.Context) *OrganizationsHostQueriesCreateCall
- func (c *OrganizationsHostQueriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery, error)
- func (c *OrganizationsHostQueriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesCreateCall
- func (c *OrganizationsHostQueriesCreateCall) Header() http.Header
- type OrganizationsHostQueriesGetCall
- func (c *OrganizationsHostQueriesGetCall) Context(ctx context.Context) *OrganizationsHostQueriesGetCall
- func (c *OrganizationsHostQueriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery, error)
- func (c *OrganizationsHostQueriesGetCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesGetCall
- func (c *OrganizationsHostQueriesGetCall) Header() http.Header
- func (c *OrganizationsHostQueriesGetCall) IfNoneMatch(entityTag string) *OrganizationsHostQueriesGetCall
- type OrganizationsHostQueriesGetResultCall
- func (c *OrganizationsHostQueriesGetResultCall) Context(ctx context.Context) *OrganizationsHostQueriesGetResultCall
- func (c *OrganizationsHostQueriesGetResultCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
- func (c *OrganizationsHostQueriesGetResultCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesGetResultCall
- func (c *OrganizationsHostQueriesGetResultCall) Header() http.Header
- func (c *OrganizationsHostQueriesGetResultCall) IfNoneMatch(entityTag string) *OrganizationsHostQueriesGetResultCall
- type OrganizationsHostQueriesGetResultViewCall
- func (c *OrganizationsHostQueriesGetResultViewCall) Context(ctx context.Context) *OrganizationsHostQueriesGetResultViewCall
- func (c *OrganizationsHostQueriesGetResultViewCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQueryResultView, error)
- func (c *OrganizationsHostQueriesGetResultViewCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesGetResultViewCall
- func (c *OrganizationsHostQueriesGetResultViewCall) Header() http.Header
- func (c *OrganizationsHostQueriesGetResultViewCall) IfNoneMatch(entityTag string) *OrganizationsHostQueriesGetResultViewCall
- type OrganizationsHostQueriesListCall
- func (c *OrganizationsHostQueriesListCall) Context(ctx context.Context) *OrganizationsHostQueriesListCall
- func (c *OrganizationsHostQueriesListCall) Dataset(dataset string) *OrganizationsHostQueriesListCall
- func (c *OrganizationsHostQueriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAsyncQueriesResponse, error)
- func (c *OrganizationsHostQueriesListCall) EnvgroupHostname(envgroupHostname string) *OrganizationsHostQueriesListCall
- func (c *OrganizationsHostQueriesListCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesListCall
- func (c *OrganizationsHostQueriesListCall) From(from string) *OrganizationsHostQueriesListCall
- func (c *OrganizationsHostQueriesListCall) Header() http.Header
- func (c *OrganizationsHostQueriesListCall) IfNoneMatch(entityTag string) *OrganizationsHostQueriesListCall
- func (c *OrganizationsHostQueriesListCall) InclQueriesWithoutReport(inclQueriesWithoutReport string) *OrganizationsHostQueriesListCall
- func (c *OrganizationsHostQueriesListCall) Status(status string) *OrganizationsHostQueriesListCall
- func (c *OrganizationsHostQueriesListCall) SubmittedBy(submittedBy string) *OrganizationsHostQueriesListCall
- func (c *OrganizationsHostQueriesListCall) To(to string) *OrganizationsHostQueriesListCall
- type OrganizationsHostQueriesService
- func (r *OrganizationsHostQueriesService) Create(parent string, googlecloudapigeev1query *GoogleCloudApigeeV1Query) *OrganizationsHostQueriesCreateCall
- func (r *OrganizationsHostQueriesService) Get(name string) *OrganizationsHostQueriesGetCall
- func (r *OrganizationsHostQueriesService) GetResult(name string) *OrganizationsHostQueriesGetResultCall
- func (r *OrganizationsHostQueriesService) GetResultView(name string) *OrganizationsHostQueriesGetResultViewCall
- func (r *OrganizationsHostQueriesService) List(parent string) *OrganizationsHostQueriesListCall
- type OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Accuracy(accuracy string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Context(ctx context.Context) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Stats, error)
- func (c *OrganizationsHostStatsGetCall) EnvgroupHostname(envgroupHostname string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Filter(filter string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Header() http.Header
- func (c *OrganizationsHostStatsGetCall) IfNoneMatch(entityTag string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Limit(limit string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Offset(offset string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Realtime(realtime bool) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Select(select_ string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Sort(sort string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Sortby(sortby string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) TimeRange(timeRange string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) TimeUnit(timeUnit string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Topk(topk string) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) TsAscending(tsAscending bool) *OrganizationsHostStatsGetCall
- func (c *OrganizationsHostStatsGetCall) Tzo(tzo string) *OrganizationsHostStatsGetCall
- type OrganizationsHostStatsService
- type OrganizationsInstancesAttachmentsCreateCall
- func (c *OrganizationsInstancesAttachmentsCreateCall) Context(ctx context.Context) *OrganizationsInstancesAttachmentsCreateCall
- func (c *OrganizationsInstancesAttachmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsInstancesAttachmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsCreateCall
- func (c *OrganizationsInstancesAttachmentsCreateCall) Header() http.Header
- type OrganizationsInstancesAttachmentsDeleteCall
- func (c *OrganizationsInstancesAttachmentsDeleteCall) Context(ctx context.Context) *OrganizationsInstancesAttachmentsDeleteCall
- func (c *OrganizationsInstancesAttachmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsInstancesAttachmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsDeleteCall
- func (c *OrganizationsInstancesAttachmentsDeleteCall) Header() http.Header
- type OrganizationsInstancesAttachmentsGetCall
- func (c *OrganizationsInstancesAttachmentsGetCall) Context(ctx context.Context) *OrganizationsInstancesAttachmentsGetCall
- func (c *OrganizationsInstancesAttachmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1InstanceAttachment, error)
- func (c *OrganizationsInstancesAttachmentsGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsGetCall
- func (c *OrganizationsInstancesAttachmentsGetCall) Header() http.Header
- func (c *OrganizationsInstancesAttachmentsGetCall) IfNoneMatch(entityTag string) *OrganizationsInstancesAttachmentsGetCall
- type OrganizationsInstancesAttachmentsListCall
- func (c *OrganizationsInstancesAttachmentsListCall) Context(ctx context.Context) *OrganizationsInstancesAttachmentsListCall
- func (c *OrganizationsInstancesAttachmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListInstanceAttachmentsResponse, error)
- func (c *OrganizationsInstancesAttachmentsListCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsListCall
- func (c *OrganizationsInstancesAttachmentsListCall) Header() http.Header
- func (c *OrganizationsInstancesAttachmentsListCall) IfNoneMatch(entityTag string) *OrganizationsInstancesAttachmentsListCall
- func (c *OrganizationsInstancesAttachmentsListCall) PageSize(pageSize int64) *OrganizationsInstancesAttachmentsListCall
- func (c *OrganizationsInstancesAttachmentsListCall) PageToken(pageToken string) *OrganizationsInstancesAttachmentsListCall
- func (c *OrganizationsInstancesAttachmentsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsInstancesAttachmentsService
- func (r *OrganizationsInstancesAttachmentsService) Create(parent string, ...) *OrganizationsInstancesAttachmentsCreateCall
- func (r *OrganizationsInstancesAttachmentsService) Delete(name string) *OrganizationsInstancesAttachmentsDeleteCall
- func (r *OrganizationsInstancesAttachmentsService) Get(name string) *OrganizationsInstancesAttachmentsGetCall
- func (r *OrganizationsInstancesAttachmentsService) List(parent string) *OrganizationsInstancesAttachmentsListCall
- type OrganizationsInstancesCanaryevaluationsCreateCall
- func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Context(ctx context.Context) *OrganizationsInstancesCanaryevaluationsCreateCall
- func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesCanaryevaluationsCreateCall
- func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Header() http.Header
- type OrganizationsInstancesCanaryevaluationsGetCall
- func (c *OrganizationsInstancesCanaryevaluationsGetCall) Context(ctx context.Context) *OrganizationsInstancesCanaryevaluationsGetCall
- func (c *OrganizationsInstancesCanaryevaluationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CanaryEvaluation, error)
- func (c *OrganizationsInstancesCanaryevaluationsGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesCanaryevaluationsGetCall
- func (c *OrganizationsInstancesCanaryevaluationsGetCall) Header() http.Header
- func (c *OrganizationsInstancesCanaryevaluationsGetCall) IfNoneMatch(entityTag string) *OrganizationsInstancesCanaryevaluationsGetCall
- type OrganizationsInstancesCanaryevaluationsService
- type OrganizationsInstancesCreateCall
- func (c *OrganizationsInstancesCreateCall) Context(ctx context.Context) *OrganizationsInstancesCreateCall
- func (c *OrganizationsInstancesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsInstancesCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesCreateCall
- func (c *OrganizationsInstancesCreateCall) Header() http.Header
- type OrganizationsInstancesDeleteCall
- func (c *OrganizationsInstancesDeleteCall) Context(ctx context.Context) *OrganizationsInstancesDeleteCall
- func (c *OrganizationsInstancesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsInstancesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsInstancesDeleteCall
- func (c *OrganizationsInstancesDeleteCall) Header() http.Header
- type OrganizationsInstancesGetCall
- func (c *OrganizationsInstancesGetCall) Context(ctx context.Context) *OrganizationsInstancesGetCall
- func (c *OrganizationsInstancesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Instance, error)
- func (c *OrganizationsInstancesGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesGetCall
- func (c *OrganizationsInstancesGetCall) Header() http.Header
- func (c *OrganizationsInstancesGetCall) IfNoneMatch(entityTag string) *OrganizationsInstancesGetCall
- type OrganizationsInstancesListCall
- func (c *OrganizationsInstancesListCall) Context(ctx context.Context) *OrganizationsInstancesListCall
- func (c *OrganizationsInstancesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListInstancesResponse, error)
- func (c *OrganizationsInstancesListCall) Fields(s ...googleapi.Field) *OrganizationsInstancesListCall
- func (c *OrganizationsInstancesListCall) Header() http.Header
- func (c *OrganizationsInstancesListCall) IfNoneMatch(entityTag string) *OrganizationsInstancesListCall
- func (c *OrganizationsInstancesListCall) PageSize(pageSize int64) *OrganizationsInstancesListCall
- func (c *OrganizationsInstancesListCall) PageToken(pageToken string) *OrganizationsInstancesListCall
- func (c *OrganizationsInstancesListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListInstancesResponse) error) error
- type OrganizationsInstancesNatAddressesActivateCall
- func (c *OrganizationsInstancesNatAddressesActivateCall) Context(ctx context.Context) *OrganizationsInstancesNatAddressesActivateCall
- func (c *OrganizationsInstancesNatAddressesActivateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsInstancesNatAddressesActivateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesActivateCall
- func (c *OrganizationsInstancesNatAddressesActivateCall) Header() http.Header
- type OrganizationsInstancesNatAddressesCreateCall
- func (c *OrganizationsInstancesNatAddressesCreateCall) Context(ctx context.Context) *OrganizationsInstancesNatAddressesCreateCall
- func (c *OrganizationsInstancesNatAddressesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsInstancesNatAddressesCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesCreateCall
- func (c *OrganizationsInstancesNatAddressesCreateCall) Header() http.Header
- type OrganizationsInstancesNatAddressesDeleteCall
- func (c *OrganizationsInstancesNatAddressesDeleteCall) Context(ctx context.Context) *OrganizationsInstancesNatAddressesDeleteCall
- func (c *OrganizationsInstancesNatAddressesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsInstancesNatAddressesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesDeleteCall
- func (c *OrganizationsInstancesNatAddressesDeleteCall) Header() http.Header
- type OrganizationsInstancesNatAddressesGetCall
- func (c *OrganizationsInstancesNatAddressesGetCall) Context(ctx context.Context) *OrganizationsInstancesNatAddressesGetCall
- func (c *OrganizationsInstancesNatAddressesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1NatAddress, error)
- func (c *OrganizationsInstancesNatAddressesGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesGetCall
- func (c *OrganizationsInstancesNatAddressesGetCall) Header() http.Header
- func (c *OrganizationsInstancesNatAddressesGetCall) IfNoneMatch(entityTag string) *OrganizationsInstancesNatAddressesGetCall
- type OrganizationsInstancesNatAddressesListCall
- func (c *OrganizationsInstancesNatAddressesListCall) Context(ctx context.Context) *OrganizationsInstancesNatAddressesListCall
- func (c *OrganizationsInstancesNatAddressesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListNatAddressesResponse, error)
- func (c *OrganizationsInstancesNatAddressesListCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesListCall
- func (c *OrganizationsInstancesNatAddressesListCall) Header() http.Header
- func (c *OrganizationsInstancesNatAddressesListCall) IfNoneMatch(entityTag string) *OrganizationsInstancesNatAddressesListCall
- func (c *OrganizationsInstancesNatAddressesListCall) PageSize(pageSize int64) *OrganizationsInstancesNatAddressesListCall
- func (c *OrganizationsInstancesNatAddressesListCall) PageToken(pageToken string) *OrganizationsInstancesNatAddressesListCall
- func (c *OrganizationsInstancesNatAddressesListCall) Pages(ctx context.Context, ...) error
- type OrganizationsInstancesNatAddressesService
- func (r *OrganizationsInstancesNatAddressesService) Activate(name string, ...) *OrganizationsInstancesNatAddressesActivateCall
- func (r *OrganizationsInstancesNatAddressesService) Create(parent string, googlecloudapigeev1nataddress *GoogleCloudApigeeV1NatAddress) *OrganizationsInstancesNatAddressesCreateCall
- func (r *OrganizationsInstancesNatAddressesService) Delete(name string) *OrganizationsInstancesNatAddressesDeleteCall
- func (r *OrganizationsInstancesNatAddressesService) Get(name string) *OrganizationsInstancesNatAddressesGetCall
- func (r *OrganizationsInstancesNatAddressesService) List(parent string) *OrganizationsInstancesNatAddressesListCall
- type OrganizationsInstancesReportStatusCall
- func (c *OrganizationsInstancesReportStatusCall) Context(ctx context.Context) *OrganizationsInstancesReportStatusCall
- func (c *OrganizationsInstancesReportStatusCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ReportInstanceStatusResponse, error)
- func (c *OrganizationsInstancesReportStatusCall) Fields(s ...googleapi.Field) *OrganizationsInstancesReportStatusCall
- func (c *OrganizationsInstancesReportStatusCall) Header() http.Header
- type OrganizationsInstancesService
- func (r *OrganizationsInstancesService) Create(parent string, googlecloudapigeev1instance *GoogleCloudApigeeV1Instance) *OrganizationsInstancesCreateCall
- func (r *OrganizationsInstancesService) Delete(name string) *OrganizationsInstancesDeleteCall
- func (r *OrganizationsInstancesService) Get(name string) *OrganizationsInstancesGetCall
- func (r *OrganizationsInstancesService) List(parent string) *OrganizationsInstancesListCall
- func (r *OrganizationsInstancesService) ReportStatus(instance string, ...) *OrganizationsInstancesReportStatusCall
- type OrganizationsKeyvaluemapsCreateCall
- func (c *OrganizationsKeyvaluemapsCreateCall) Context(ctx context.Context) *OrganizationsKeyvaluemapsCreateCall
- func (c *OrganizationsKeyvaluemapsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsKeyvaluemapsCreateCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsCreateCall
- func (c *OrganizationsKeyvaluemapsCreateCall) Header() http.Header
- type OrganizationsKeyvaluemapsDeleteCall
- func (c *OrganizationsKeyvaluemapsDeleteCall) Context(ctx context.Context) *OrganizationsKeyvaluemapsDeleteCall
- func (c *OrganizationsKeyvaluemapsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsKeyvaluemapsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsDeleteCall
- func (c *OrganizationsKeyvaluemapsDeleteCall) Header() http.Header
- type OrganizationsKeyvaluemapsService
- type OrganizationsListCall
- func (c *OrganizationsListCall) Context(ctx context.Context) *OrganizationsListCall
- func (c *OrganizationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListOrganizationsResponse, error)
- func (c *OrganizationsListCall) Fields(s ...googleapi.Field) *OrganizationsListCall
- func (c *OrganizationsListCall) Header() http.Header
- func (c *OrganizationsListCall) IfNoneMatch(entityTag string) *OrganizationsListCall
- type OrganizationsOperationsGetCall
- func (c *OrganizationsOperationsGetCall) Context(ctx context.Context) *OrganizationsOperationsGetCall
- func (c *OrganizationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsOperationsGetCall) Fields(s ...googleapi.Field) *OrganizationsOperationsGetCall
- func (c *OrganizationsOperationsGetCall) Header() http.Header
- func (c *OrganizationsOperationsGetCall) IfNoneMatch(entityTag string) *OrganizationsOperationsGetCall
- type OrganizationsOperationsListCall
- func (c *OrganizationsOperationsListCall) Context(ctx context.Context) *OrganizationsOperationsListCall
- func (c *OrganizationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
- func (c *OrganizationsOperationsListCall) Fields(s ...googleapi.Field) *OrganizationsOperationsListCall
- func (c *OrganizationsOperationsListCall) Filter(filter string) *OrganizationsOperationsListCall
- func (c *OrganizationsOperationsListCall) Header() http.Header
- func (c *OrganizationsOperationsListCall) IfNoneMatch(entityTag string) *OrganizationsOperationsListCall
- func (c *OrganizationsOperationsListCall) PageSize(pageSize int64) *OrganizationsOperationsListCall
- func (c *OrganizationsOperationsListCall) PageToken(pageToken string) *OrganizationsOperationsListCall
- func (c *OrganizationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
- type OrganizationsOperationsService
- type OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Accuracy(accuracy string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Context(ctx context.Context) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1OptimizedStats, error)
- func (c *OrganizationsOptimizedHostStatsGetCall) EnvgroupHostname(envgroupHostname string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Filter(filter string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Header() http.Header
- func (c *OrganizationsOptimizedHostStatsGetCall) IfNoneMatch(entityTag string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Limit(limit string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Offset(offset string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Realtime(realtime bool) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Select(select_ string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Sort(sort string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Sortby(sortby string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) TimeRange(timeRange string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) TimeUnit(timeUnit string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Topk(topk string) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) TsAscending(tsAscending bool) *OrganizationsOptimizedHostStatsGetCall
- func (c *OrganizationsOptimizedHostStatsGetCall) Tzo(tzo string) *OrganizationsOptimizedHostStatsGetCall
- type OrganizationsOptimizedHostStatsService
- type OrganizationsReportsCreateCall
- func (c *OrganizationsReportsCreateCall) Context(ctx context.Context) *OrganizationsReportsCreateCall
- func (c *OrganizationsReportsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CustomReport, error)
- func (c *OrganizationsReportsCreateCall) Fields(s ...googleapi.Field) *OrganizationsReportsCreateCall
- func (c *OrganizationsReportsCreateCall) Header() http.Header
- type OrganizationsReportsDeleteCall
- func (c *OrganizationsReportsDeleteCall) Context(ctx context.Context) *OrganizationsReportsDeleteCall
- func (c *OrganizationsReportsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeleteCustomReportResponse, error)
- func (c *OrganizationsReportsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsReportsDeleteCall
- func (c *OrganizationsReportsDeleteCall) Header() http.Header
- type OrganizationsReportsGetCall
- func (c *OrganizationsReportsGetCall) Context(ctx context.Context) *OrganizationsReportsGetCall
- func (c *OrganizationsReportsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CustomReport, error)
- func (c *OrganizationsReportsGetCall) Fields(s ...googleapi.Field) *OrganizationsReportsGetCall
- func (c *OrganizationsReportsGetCall) Header() http.Header
- func (c *OrganizationsReportsGetCall) IfNoneMatch(entityTag string) *OrganizationsReportsGetCall
- type OrganizationsReportsListCall
- func (c *OrganizationsReportsListCall) Context(ctx context.Context) *OrganizationsReportsListCall
- func (c *OrganizationsReportsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListCustomReportsResponse, error)
- func (c *OrganizationsReportsListCall) Expand(expand bool) *OrganizationsReportsListCall
- func (c *OrganizationsReportsListCall) Fields(s ...googleapi.Field) *OrganizationsReportsListCall
- func (c *OrganizationsReportsListCall) Header() http.Header
- func (c *OrganizationsReportsListCall) IfNoneMatch(entityTag string) *OrganizationsReportsListCall
- type OrganizationsReportsService
- func (r *OrganizationsReportsService) Create(parent string, ...) *OrganizationsReportsCreateCall
- func (r *OrganizationsReportsService) Delete(name string) *OrganizationsReportsDeleteCall
- func (r *OrganizationsReportsService) Get(name string) *OrganizationsReportsGetCall
- func (r *OrganizationsReportsService) List(parent string) *OrganizationsReportsListCall
- func (r *OrganizationsReportsService) Update(name string, googlecloudapigeev1customreport *GoogleCloudApigeeV1CustomReport) *OrganizationsReportsUpdateCall
- type OrganizationsReportsUpdateCall
- func (c *OrganizationsReportsUpdateCall) Context(ctx context.Context) *OrganizationsReportsUpdateCall
- func (c *OrganizationsReportsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CustomReport, error)
- func (c *OrganizationsReportsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsReportsUpdateCall
- func (c *OrganizationsReportsUpdateCall) Header() http.Header
- type OrganizationsService
- func (r *OrganizationsService) Create(googlecloudapigeev1organization *GoogleCloudApigeeV1Organization) *OrganizationsCreateCall
- func (r *OrganizationsService) Delete(name string) *OrganizationsDeleteCall
- func (r *OrganizationsService) Get(name string) *OrganizationsGetCall
- func (r *OrganizationsService) GetDeployedIngressConfig(name string) *OrganizationsGetDeployedIngressConfigCall
- func (r *OrganizationsService) GetSyncAuthorization(name string, ...) *OrganizationsGetSyncAuthorizationCall
- func (r *OrganizationsService) List(parent string) *OrganizationsListCall
- func (r *OrganizationsService) SetAddons(org string, ...) *OrganizationsSetAddonsCall
- func (r *OrganizationsService) SetSyncAuthorization(name string, ...) *OrganizationsSetSyncAuthorizationCall
- func (r *OrganizationsService) Update(name string, googlecloudapigeev1organization *GoogleCloudApigeeV1Organization) *OrganizationsUpdateCall
- type OrganizationsSetAddonsCall
- func (c *OrganizationsSetAddonsCall) Context(ctx context.Context) *OrganizationsSetAddonsCall
- func (c *OrganizationsSetAddonsCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsSetAddonsCall) Fields(s ...googleapi.Field) *OrganizationsSetAddonsCall
- func (c *OrganizationsSetAddonsCall) Header() http.Header
- type OrganizationsSetSyncAuthorizationCall
- func (c *OrganizationsSetSyncAuthorizationCall) Context(ctx context.Context) *OrganizationsSetSyncAuthorizationCall
- func (c *OrganizationsSetSyncAuthorizationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SyncAuthorization, error)
- func (c *OrganizationsSetSyncAuthorizationCall) Fields(s ...googleapi.Field) *OrganizationsSetSyncAuthorizationCall
- func (c *OrganizationsSetSyncAuthorizationCall) Header() http.Header
- type OrganizationsSharedflowsCreateCall
- func (c *OrganizationsSharedflowsCreateCall) Action(action string) *OrganizationsSharedflowsCreateCall
- func (c *OrganizationsSharedflowsCreateCall) Context(ctx context.Context) *OrganizationsSharedflowsCreateCall
- func (c *OrganizationsSharedflowsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlowRevision, error)
- func (c *OrganizationsSharedflowsCreateCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsCreateCall
- func (c *OrganizationsSharedflowsCreateCall) Header() http.Header
- func (c *OrganizationsSharedflowsCreateCall) Name(name string) *OrganizationsSharedflowsCreateCall
- type OrganizationsSharedflowsDeleteCall
- func (c *OrganizationsSharedflowsDeleteCall) Context(ctx context.Context) *OrganizationsSharedflowsDeleteCall
- func (c *OrganizationsSharedflowsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlow, error)
- func (c *OrganizationsSharedflowsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsDeleteCall
- func (c *OrganizationsSharedflowsDeleteCall) Header() http.Header
- type OrganizationsSharedflowsDeploymentsListCall
- func (c *OrganizationsSharedflowsDeploymentsListCall) Context(ctx context.Context) *OrganizationsSharedflowsDeploymentsListCall
- func (c *OrganizationsSharedflowsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
- func (c *OrganizationsSharedflowsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsDeploymentsListCall
- func (c *OrganizationsSharedflowsDeploymentsListCall) Header() http.Header
- func (c *OrganizationsSharedflowsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsSharedflowsDeploymentsListCall
- type OrganizationsSharedflowsDeploymentsService
- type OrganizationsSharedflowsGetCall
- func (c *OrganizationsSharedflowsGetCall) Context(ctx context.Context) *OrganizationsSharedflowsGetCall
- func (c *OrganizationsSharedflowsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlow, error)
- func (c *OrganizationsSharedflowsGetCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsGetCall
- func (c *OrganizationsSharedflowsGetCall) Header() http.Header
- func (c *OrganizationsSharedflowsGetCall) IfNoneMatch(entityTag string) *OrganizationsSharedflowsGetCall
- type OrganizationsSharedflowsListCall
- func (c *OrganizationsSharedflowsListCall) Context(ctx context.Context) *OrganizationsSharedflowsListCall
- func (c *OrganizationsSharedflowsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSharedFlowsResponse, error)
- func (c *OrganizationsSharedflowsListCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsListCall
- func (c *OrganizationsSharedflowsListCall) Header() http.Header
- func (c *OrganizationsSharedflowsListCall) IfNoneMatch(entityTag string) *OrganizationsSharedflowsListCall
- func (c *OrganizationsSharedflowsListCall) IncludeMetaData(includeMetaData bool) *OrganizationsSharedflowsListCall
- func (c *OrganizationsSharedflowsListCall) IncludeRevisions(includeRevisions bool) *OrganizationsSharedflowsListCall
- type OrganizationsSharedflowsRevisionsDeleteCall
- func (c *OrganizationsSharedflowsRevisionsDeleteCall) Context(ctx context.Context) *OrganizationsSharedflowsRevisionsDeleteCall
- func (c *OrganizationsSharedflowsRevisionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlowRevision, error)
- func (c *OrganizationsSharedflowsRevisionsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsDeleteCall
- func (c *OrganizationsSharedflowsRevisionsDeleteCall) Header() http.Header
- type OrganizationsSharedflowsRevisionsDeploymentsListCall
- func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Context(ctx context.Context) *OrganizationsSharedflowsRevisionsDeploymentsListCall
- func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
- func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsDeploymentsListCall
- func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Header() http.Header
- func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsSharedflowsRevisionsDeploymentsListCall
- type OrganizationsSharedflowsRevisionsDeploymentsService
- type OrganizationsSharedflowsRevisionsGetCall
- func (c *OrganizationsSharedflowsRevisionsGetCall) Context(ctx context.Context) *OrganizationsSharedflowsRevisionsGetCall
- func (c *OrganizationsSharedflowsRevisionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
- func (c *OrganizationsSharedflowsRevisionsGetCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsGetCall
- func (c *OrganizationsSharedflowsRevisionsGetCall) Format(format string) *OrganizationsSharedflowsRevisionsGetCall
- func (c *OrganizationsSharedflowsRevisionsGetCall) Header() http.Header
- func (c *OrganizationsSharedflowsRevisionsGetCall) IfNoneMatch(entityTag string) *OrganizationsSharedflowsRevisionsGetCall
- type OrganizationsSharedflowsRevisionsService
- func (r *OrganizationsSharedflowsRevisionsService) Delete(name string) *OrganizationsSharedflowsRevisionsDeleteCall
- func (r *OrganizationsSharedflowsRevisionsService) Get(name string) *OrganizationsSharedflowsRevisionsGetCall
- func (r *OrganizationsSharedflowsRevisionsService) UpdateSharedFlowRevision(name string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
- type OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
- func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Context(ctx context.Context) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
- func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlowRevision, error)
- func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
- func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Header() http.Header
- func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Validate(validate bool) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
- type OrganizationsSharedflowsService
- func (r *OrganizationsSharedflowsService) Create(parent string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsSharedflowsCreateCall
- func (r *OrganizationsSharedflowsService) Delete(name string) *OrganizationsSharedflowsDeleteCall
- func (r *OrganizationsSharedflowsService) Get(name string) *OrganizationsSharedflowsGetCall
- func (r *OrganizationsSharedflowsService) List(parent string) *OrganizationsSharedflowsListCall
- type OrganizationsSitesApicategoriesCreateCall
- func (c *OrganizationsSitesApicategoriesCreateCall) Context(ctx context.Context) *OrganizationsSitesApicategoriesCreateCall
- func (c *OrganizationsSitesApicategoriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiCategory, error)
- func (c *OrganizationsSitesApicategoriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesCreateCall
- func (c *OrganizationsSitesApicategoriesCreateCall) Header() http.Header
- type OrganizationsSitesApicategoriesDeleteCall
- func (c *OrganizationsSitesApicategoriesDeleteCall) Context(ctx context.Context) *OrganizationsSitesApicategoriesDeleteCall
- func (c *OrganizationsSitesApicategoriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiResponseWrapper, error)
- func (c *OrganizationsSitesApicategoriesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesDeleteCall
- func (c *OrganizationsSitesApicategoriesDeleteCall) Header() http.Header
- type OrganizationsSitesApicategoriesGetCall
- func (c *OrganizationsSitesApicategoriesGetCall) Context(ctx context.Context) *OrganizationsSitesApicategoriesGetCall
- func (c *OrganizationsSitesApicategoriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiCategory, error)
- func (c *OrganizationsSitesApicategoriesGetCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesGetCall
- func (c *OrganizationsSitesApicategoriesGetCall) Header() http.Header
- func (c *OrganizationsSitesApicategoriesGetCall) IfNoneMatch(entityTag string) *OrganizationsSitesApicategoriesGetCall
- type OrganizationsSitesApicategoriesListCall
- func (c *OrganizationsSitesApicategoriesListCall) Context(ctx context.Context) *OrganizationsSitesApicategoriesListCall
- func (c *OrganizationsSitesApicategoriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiCategoriesResponse, error)
- func (c *OrganizationsSitesApicategoriesListCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesListCall
- func (c *OrganizationsSitesApicategoriesListCall) Header() http.Header
- func (c *OrganizationsSitesApicategoriesListCall) IfNoneMatch(entityTag string) *OrganizationsSitesApicategoriesListCall
- type OrganizationsSitesApicategoriesPatchCall
- func (c *OrganizationsSitesApicategoriesPatchCall) Context(ctx context.Context) *OrganizationsSitesApicategoriesPatchCall
- func (c *OrganizationsSitesApicategoriesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiCategory, error)
- func (c *OrganizationsSitesApicategoriesPatchCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesPatchCall
- func (c *OrganizationsSitesApicategoriesPatchCall) Header() http.Header
- type OrganizationsSitesApicategoriesService
- func (r *OrganizationsSitesApicategoriesService) Create(parent string, ...) *OrganizationsSitesApicategoriesCreateCall
- func (r *OrganizationsSitesApicategoriesService) Delete(name string) *OrganizationsSitesApicategoriesDeleteCall
- func (r *OrganizationsSitesApicategoriesService) Get(name string) *OrganizationsSitesApicategoriesGetCall
- func (r *OrganizationsSitesApicategoriesService) List(parent string) *OrganizationsSitesApicategoriesListCall
- func (r *OrganizationsSitesApicategoriesService) Patch(name string, ...) *OrganizationsSitesApicategoriesPatchCall
- type OrganizationsSitesService
- type OrganizationsUpdateCall
- func (c *OrganizationsUpdateCall) Context(ctx context.Context) *OrganizationsUpdateCall
- func (c *OrganizationsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Organization, error)
- func (c *OrganizationsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsUpdateCall
- func (c *OrganizationsUpdateCall) Header() http.Header
- type ProjectsProvisionOrganizationCall
- func (c *ProjectsProvisionOrganizationCall) Context(ctx context.Context) *ProjectsProvisionOrganizationCall
- func (c *ProjectsProvisionOrganizationCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsProvisionOrganizationCall) Fields(s ...googleapi.Field) *ProjectsProvisionOrganizationCall
- func (c *ProjectsProvisionOrganizationCall) Header() http.Header
- type ProjectsService
- type Service
Constants ¶
const (
// See, edit, configure, and delete your Google Cloud Platform data
CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform"
)
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleApiHttpBody ¶
type GoogleApiHttpBody struct { // ContentType: The HTTP Content-Type header value specifying the // content type of the body. ContentType string `json:"contentType,omitempty"` // Data: The HTTP request/response body as raw binary. Data string `json:"data,omitempty"` // Extensions: Application specific response metadata. Must be set in // the first response for streaming APIs. Extensions []googleapi.RawMessage `json:"extensions,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ContentType") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ContentType") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleApiHttpBody: Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and non-streaming API methods in the request as well as the response. It can be used as a top-level request field, which is convenient if one wants to extract parameters from either the URL or HTTP template into the request fields and also want access to the raw HTTP body. Example: message GetResourceRequest { // A unique request id. string request_id = 1; // The raw HTTP body is bound to this field. google.api.HttpBody http_body = 2; } service ResourceService { rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); } Example with streaming methods: service CaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); } Use of this type only changes how the request and response bodies are handled, all other features will continue to work unchanged.
func (*GoogleApiHttpBody) MarshalJSON ¶
func (s *GoogleApiHttpBody) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Access ¶
type GoogleCloudApigeeV1Access struct { Get *GoogleCloudApigeeV1AccessGet `json:"Get,omitempty"` Remove *GoogleCloudApigeeV1AccessRemove `json:"Remove,omitempty"` Set *GoogleCloudApigeeV1AccessSet `json:"Set,omitempty"` // ForceSendFields is a list of field names (e.g. "Get") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Get") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1Access) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Access) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1AccessGet ¶
type GoogleCloudApigeeV1AccessGet struct { Name string `json:"name,omitempty"` Value string `json:"value,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1AccessGet: Get action. For example, "Get" : { "name" : "target.name", "value" : "default" }
func (*GoogleCloudApigeeV1AccessGet) MarshalJSON ¶
func (s *GoogleCloudApigeeV1AccessGet) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1AccessRemove ¶
type GoogleCloudApigeeV1AccessRemove struct { Name string `json:"name,omitempty"` Success bool `json:"success,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1AccessRemove: Remove action. For example, "Remove" : { "name" : "target.name", "success" : true }
func (*GoogleCloudApigeeV1AccessRemove) MarshalJSON ¶
func (s *GoogleCloudApigeeV1AccessRemove) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1AccessSet ¶
type GoogleCloudApigeeV1AccessSet struct { Name string `json:"name,omitempty"` Success bool `json:"success,omitempty"` Value string `json:"value,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1AccessSet: Set action. For example, "Set" : { "name" : "target.name", "success" : true, "value" : "default" }
func (*GoogleCloudApigeeV1AccessSet) MarshalJSON ¶
func (s *GoogleCloudApigeeV1AccessSet) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ActivateNatAddressRequest ¶
type GoogleCloudApigeeV1ActivateNatAddressRequest struct { }
GoogleCloudApigeeV1ActivateNatAddressRequest: Request for ActivateNatAddressRequest. Activate the nat address request.
type GoogleCloudApigeeV1AddonsConfig ¶
type GoogleCloudApigeeV1AddonsConfig struct { // AdvancedApiOpsConfig: Configuration for the Advanced API Ops add-on. AdvancedApiOpsConfig *GoogleCloudApigeeV1AdvancedApiOpsConfig `json:"advancedApiOpsConfig,omitempty"` // IntegrationConfig: Configuration for the Integration add-on. IntegrationConfig *GoogleCloudApigeeV1IntegrationConfig `json:"integrationConfig,omitempty"` // MonetizationConfig: Configuration for the Monetization add-on. MonetizationConfig *GoogleCloudApigeeV1MonetizationConfig `json:"monetizationConfig,omitempty"` // ForceSendFields is a list of field names (e.g. // "AdvancedApiOpsConfig") to unconditionally include in API requests. // By default, fields with empty values are omitted from API requests. // However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AdvancedApiOpsConfig") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1AddonsConfig: Add-on configurations for the Apigee organization.
func (*GoogleCloudApigeeV1AddonsConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1AddonsConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1AdvancedApiOpsConfig ¶
type GoogleCloudApigeeV1AdvancedApiOpsConfig struct { // Enabled: Flag that specifies whether the Advanced API Ops add-on is // enabled. Enabled bool `json:"enabled,omitempty"` // ForceSendFields is a list of field names (e.g. "Enabled") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Enabled") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1AdvancedApiOpsConfig: Configuration for the Advanced API Ops add-on.
func (*GoogleCloudApigeeV1AdvancedApiOpsConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1AdvancedApiOpsConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Alias ¶
type GoogleCloudApigeeV1Alias struct { // Alias: Resource ID for this alias. Values must match the regular // expression `[^/]{1,255}`. Alias string `json:"alias,omitempty"` // CertsInfo: Chain of certificates under this alias. CertsInfo *GoogleCloudApigeeV1Certificate `json:"certsInfo,omitempty"` // Type: Type of alias. // // Possible values: // "ALIAS_TYPE_UNSPECIFIED" - Alias type is not specified. // "CERT" - Certificate. // "KEY_CERT" - Key/certificate pair. Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Alias") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Alias") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Alias: Reference to a certificate or key/certificate pair.
func (*GoogleCloudApigeeV1Alias) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Alias) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1AliasRevisionConfig ¶
type GoogleCloudApigeeV1AliasRevisionConfig struct { // Location: Location of the alias file. For example, a Google Cloud // Storage URI. Location string `json:"location,omitempty"` // Name: Name of the alias revision included in the keystore in the // following format: // `organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{ // alias}/revisions/{rev}` Name string `json:"name,omitempty"` // Possible values: // "ALIAS_TYPE_UNSPECIFIED" - Alias type is not specified. // "CERT" - Certificate. // "KEY_CERT" - Key/certificate pair. Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "Location") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Location") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1AliasRevisionConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1AliasRevisionConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ApiCategory ¶
type GoogleCloudApigeeV1ApiCategory struct { // Data: Details of category. Data *GoogleCloudApigeeV1ApiCategoryData `json:"data,omitempty"` // ErrorCode: ID that can be used to find errors in the log files. ErrorCode string `json:"errorCode,omitempty"` // Message: Description of the operation. Message string `json:"message,omitempty"` // RequestId: ID that can be used to find request details in the log // files. RequestId string `json:"requestId,omitempty"` // Status: Status of the operation. Status string `json:"status,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Data") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Data") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ApiCategory: the Api category resource wrapped with response status, error_code etc.
func (*GoogleCloudApigeeV1ApiCategory) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ApiCategory) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ApiCategoryData ¶
type GoogleCloudApigeeV1ApiCategoryData struct { // Id: ID of the category (a UUID). Id string `json:"id,omitempty"` // Name: Name of the category. Name string `json:"name,omitempty"` // SiteId: Name of the portal. SiteId string `json:"siteId,omitempty"` // UpdateTime: Time the category was last modified in milliseconds since // epoch. UpdateTime int64 `json:"updateTime,omitempty,string"` // ForceSendFields is a list of field names (e.g. "Id") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Id") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ApiCategoryData: the Api category resource.
func (*GoogleCloudApigeeV1ApiCategoryData) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ApiCategoryData) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ApiProduct ¶
type GoogleCloudApigeeV1ApiProduct struct { ApiResources []string `json:"apiResources,omitempty"` // ApprovalType: Flag that specifies how API keys are approved to access // the APIs defined by the API product. If set to `manual`, the consumer // key is generated and returned in "pending" state. In this case, the // API keys won't work until they have been explicitly approved. If set // to `auto`, the consumer key is generated and returned in "approved" // state and can be used immediately. **Note:** Typically, `auto` is // used to provide access to free or trial API products that provide // limited quota or capabilities. ApprovalType string `json:"approvalType,omitempty"` // Attributes: Array of attributes that may be used to extend the // default API product profile with customer-specific metadata. You can // specify a maximum of 18 attributes. Use this property to specify the // access level of the API product as either `public`, `private`, or // `internal`. Only products marked `public` are available to developers // in the Apigee developer portal. For example, you can set a product to // `internal` while it is in development and then change access to // `public` when it is ready to release on the portal. API products // marked as `private` do not appear on the portal, but can be accessed // by external developers. Attributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"` // CreatedAt: Response only. Creation time of this environment as // milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // Description: Description of the API product. Include key information // about the API product that is not captured by other fields. // Comma-separated list of API resources to be bundled in the API // product. By default, the resource paths are mapped from the // `proxy.pathsuffix` variable. The proxy path suffix is defined as the // URI fragment following the ProxyEndpoint base path. For example, if // the `apiResources` element is defined to be `/forecastrss` and the // base path defined for the API proxy is `/weather`, then only requests // to `/weather/forecastrss` are permitted by the API product. You can // select a specific path, or you can select all subpaths with the // following wildcard: - `/**`: Indicates that all sub-URIs are // included. - `/*` : Indicates that only URIs one level down are // included. By default, / supports the same resources as /** as well as // the base path defined by the API proxy. For example, if the base path // of the API proxy is `/v1/weatherapikey`, then the API product // supports requests to `/v1/weatherapikey` and to any sub-URIs, such as // `/v1/weatherapikey/forecastrss`, `/v1/weatherapikey/region/CA`, and // so on. For more information, see Managing API products. Description string `json:"description,omitempty"` // DisplayName: Name displayed in the UI or developer portal to // developers registering for API access. DisplayName string `json:"displayName,omitempty"` // Environments: Comma-separated list of environment names to which the // API product is bound. Requests to environments that are not listed // are rejected. By specifying one or more environments, you can bind // the resources listed in the API product to a specific environment, // preventing developers from accessing those resources through API // proxies deployed in another environment. This setting is used, for // example, to prevent resources associated with API proxies in `prod` // from being accessed by API proxies deployed in `test`. Environments []string `json:"environments,omitempty"` // GraphqlOperationGroup: Configuration used to group Apigee proxies or // remote services with graphQL operation name, graphQL operation type // and quotas. This grouping allows us to precisely set quota for a // particular combination of graphQL name and operation type for a // particular proxy request. If graphQL name is not set, this would // imply quota will be applied on all graphQL requests matching the // operation type. GraphqlOperationGroup *GoogleCloudApigeeV1GraphQLOperationGroup `json:"graphqlOperationGroup,omitempty"` // LastModifiedAt: Response only. Modified time of this environment as // milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // Name: Internal name of the API product. Characters you can use in the // name are restricted to: `A-Z0-9._\-$ %`. **Note:** The internal name // cannot be edited when updating the API product. Name string `json:"name,omitempty"` // OperationGroup: Configuration used to group Apigee proxies or remote // services with resources, method types, and quotas. The resource // refers to the resource URI (excluding the base path). With this // grouping, the API product creator is able to fine-tune and give // precise control over which REST methods have access to specific // resources and how many calls can be made (using the `quota` setting). // **Note:** The `api_resources` setting cannot be specified for both // the API product and operation group; otherwise the call will fail. OperationGroup *GoogleCloudApigeeV1OperationGroup `json:"operationGroup,omitempty"` // Proxies: Comma-separated list of API proxy names to which this API // product is bound. By specifying API proxies, you can associate // resources in the API product with specific API proxies, preventing // developers from accessing those resources through other API proxies. // Apigee rejects requests to API proxies that are not listed. **Note:** // The API proxy names must already exist in the specified environment // as they will be validated upon creation. Proxies []string `json:"proxies,omitempty"` // Quota: Number of request messages permitted per app by this API // product for the specified `quotaInterval` and `quotaTimeUnit`. For // example, a `quota` of 50, for a `quotaInterval` of 12 and a // `quotaTimeUnit` of hours means 50 requests are allowed every 12 // hours. Quota string `json:"quota,omitempty"` // QuotaInterval: Time interval over which the number of request // messages is calculated. QuotaInterval string `json:"quotaInterval,omitempty"` // QuotaTimeUnit: Time unit defined for the `quotaInterval`. Valid // values include `minute`, `hour`, `day`, or `month`. QuotaTimeUnit string `json:"quotaTimeUnit,omitempty"` // Scopes: Comma-separated list of OAuth scopes that are validated at // runtime. Apigee validates that the scopes in any access token // presented match the scopes defined in the OAuth policy associated // with the API product. Scopes []string `json:"scopes,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ApiResources") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiResources") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ApiProduct) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ApiProduct) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ApiProductRef ¶
type GoogleCloudApigeeV1ApiProductRef struct { // Apiproduct: Name of the API product. Apiproduct string `json:"apiproduct,omitempty"` // Status: Status of the API product. Status string `json:"status,omitempty"` // ForceSendFields is a list of field names (e.g. "Apiproduct") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Apiproduct") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ApiProductRef) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ApiProductRef) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ApiProxy ¶
type GoogleCloudApigeeV1ApiProxy struct { // LatestRevisionId: The id of the most recently created revision for // this api proxy. LatestRevisionId string `json:"latestRevisionId,omitempty"` // MetaData: Metadata describing the API proxy. MetaData *GoogleCloudApigeeV1EntityMetadata `json:"metaData,omitempty"` // Name: Name of the API proxy. Name string `json:"name,omitempty"` // Revision: List of revisons defined for the API proxy. Revision []string `json:"revision,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "LatestRevisionId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "LatestRevisionId") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ApiProxy: Metadata describing the API proxy
func (*GoogleCloudApigeeV1ApiProxy) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ApiProxy) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ApiProxyRevision ¶
type GoogleCloudApigeeV1ApiProxyRevision struct { // Basepaths: Base URL of the API proxy. Basepaths []string `json:"basepaths,omitempty"` // ConfigurationVersion: Version of the API proxy configuration schema // to which the API proxy conforms. Currently, the only supported value // is 4.0 (`majorVersion.minorVersion`). This setting may be used in the // future to track the evolution of the API proxy format. ConfigurationVersion *GoogleCloudApigeeV1ConfigVersion `json:"configurationVersion,omitempty"` // ContextInfo: Revision number, app name, and organization for the API // proxy. ContextInfo string `json:"contextInfo,omitempty"` // CreatedAt: Time that the API proxy revision was created in // milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // Description: Description of the API proxy revision. Description string `json:"description,omitempty"` // DisplayName: Human-readable name of the API proxy. DisplayName string `json:"displayName,omitempty"` // EntityMetaDataAsProperties: Metadata describing the API proxy // revision as a key-value map. EntityMetaDataAsProperties map[string]string `json:"entityMetaDataAsProperties,omitempty"` // LastModifiedAt: Time that the API proxy revision was last modified in // milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // Name: Name of the API proxy. Name string `json:"name,omitempty"` // Policies: List of policy names included in the API proxy revision.. Policies []string `json:"policies,omitempty"` // Proxies: List of proxy names included in the API proxy revision. Proxies []string `json:"proxies,omitempty"` // ProxyEndpoints: List of ProxyEndpoints in the `/proxies` directory of // the API proxy. Typically, this element is included only when the API // proxy was created using the Edge UI. This is a 'manifest' setting // designed to provide visibility into the contents of the API proxy. ProxyEndpoints []string `json:"proxyEndpoints,omitempty"` // ResourceFiles: List of resource files included in the API proxy // revision. ResourceFiles *GoogleCloudApigeeV1ResourceFiles `json:"resourceFiles,omitempty"` // Resources: List of the resources included in the API proxy revision // formatted as "{type}://{name}". Resources []string `json:"resources,omitempty"` // Revision: API proxy revision. Revision string `json:"revision,omitempty"` // revision. SharedFlows []string `json:"sharedFlows,omitempty"` // Spec: OpenAPI Specification that is associated with the API proxy. // The value is set to a URL or to a path in the specification store. Spec string `json:"spec,omitempty"` // TargetEndpoints: List of TargetEndpoints in the `/targets` directory // of the API proxy. Typically, this element is included only when the // API proxy was created using the Edge UI. This is a 'manifest' setting // designed to provide visibility into the contents of the API proxy. TargetEndpoints []string `json:"targetEndpoints,omitempty"` // TargetServers: List of TargetServers referenced in any TargetEndpoint // in the API proxy. Typically, you will see this element only when the // API proxy was created using the Edge UI. This is a 'manifest' setting // designed to provide visibility into the contents of the API proxy. TargetServers []string `json:"targetServers,omitempty"` // Targets: List of the targets included in the API proxy revision. Targets []string `json:"targets,omitempty"` // Teams: List of the teams included in the API proxy revision. Teams []string `json:"teams,omitempty"` // Type: Type. Set to `Application`. Maintained for compatibility with // the Apigee Edge API. Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Basepaths") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Basepaths") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ApiProxyRevision: API proxy revision.
func (*GoogleCloudApigeeV1ApiProxyRevision) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ApiProxyRevision) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ApiResponseWrapper ¶
type GoogleCloudApigeeV1ApiResponseWrapper struct { // ErrorCode: ID that can be used to find errors in the log files. ErrorCode string `json:"errorCode,omitempty"` // Message: Description of the operation. Message string `json:"message,omitempty"` // RequestId: ID that can be used to find request details in the log // files. RequestId string `json:"requestId,omitempty"` // Status: Status of the operation. Status string `json:"status,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ErrorCode") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ErrorCode") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ApiResponseWrapper) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ApiResponseWrapper) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1App ¶
type GoogleCloudApigeeV1App struct { // ApiProducts: List of API products associated with the app. ApiProducts []*GoogleCloudApigeeV1ApiProductRef `json:"apiProducts,omitempty"` // AppId: ID of the app. AppId string `json:"appId,omitempty"` // Attributes: List of attributes. Attributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"` // CallbackUrl: Callback URL used by OAuth 2.0 authorization servers to // communicate authorization codes back to apps. CallbackUrl string `json:"callbackUrl,omitempty"` // CompanyName: Name of the company that owns the app. CompanyName string `json:"companyName,omitempty"` // CreatedAt: Output only. Unix time when the app was created. CreatedAt int64 `json:"createdAt,omitempty,string"` // Credentials: Output only. Set of credentials for the app. Credentials // are API key/secret pairs associated with API products. Credentials []*GoogleCloudApigeeV1Credential `json:"credentials,omitempty"` // DeveloperId: ID of the developer. DeveloperId string `json:"developerId,omitempty"` // KeyExpiresIn: Duration, in milliseconds, of the consumer key that // will be generated for the app. The default value, -1, indicates an // infinite validity period. Once set, the expiration can't be updated. // json key: keyExpiresIn KeyExpiresIn int64 `json:"keyExpiresIn,omitempty,string"` // LastModifiedAt: Output only. Last modified time as milliseconds since // epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // Name: Name of the app. Name string `json:"name,omitempty"` // Scopes: Scopes to apply to the app. The specified scope names must // already exist on the API product that you associate with the app. Scopes []string `json:"scopes,omitempty"` // Status: Status of the credential. Status string `json:"status,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ApiProducts") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiProducts") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1App) MarshalJSON ¶
func (s *GoogleCloudApigeeV1App) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1AsyncQuery ¶
type GoogleCloudApigeeV1AsyncQuery struct { // Created: Creation time of the query. Created string `json:"created,omitempty"` // EnvgroupHostname: Hostname is available only when query is executed // at host level. EnvgroupHostname string `json:"envgroupHostname,omitempty"` // Error: Error is set when query fails. Error string `json:"error,omitempty"` // ExecutionTime: ExecutionTime is available only after the query is // completed. ExecutionTime string `json:"executionTime,omitempty"` // Name: Asynchronous Query Name. Name string `json:"name,omitempty"` // QueryParams: Contains information like metrics, dimenstions etc of // the AsyncQuery. QueryParams *GoogleCloudApigeeV1QueryMetadata `json:"queryParams,omitempty"` // ReportDefinitionId: Asynchronous Report ID. ReportDefinitionId string `json:"reportDefinitionId,omitempty"` // Result: Result is available only after the query is completed. Result *GoogleCloudApigeeV1AsyncQueryResult `json:"result,omitempty"` // ResultFileSize: ResultFileSize is available only after the query is // completed. ResultFileSize string `json:"resultFileSize,omitempty"` // ResultRows: ResultRows is available only after the query is // completed. ResultRows int64 `json:"resultRows,omitempty,string"` // Self: Self link of the query. Example: // `/organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae // 6f-318d0cb961bd` or following format if query is running at host // level: // `/organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd // ` Self string `json:"self,omitempty"` // State: Query state could be "enqueued", "running", "completed", // "failed". State string `json:"state,omitempty"` // Updated: Last updated timestamp for the query. Updated string `json:"updated,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Created") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Created") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1AsyncQuery) MarshalJSON ¶
func (s *GoogleCloudApigeeV1AsyncQuery) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1AsyncQueryResult ¶
type GoogleCloudApigeeV1AsyncQueryResult struct { // Expires: Query result will be unaccessable after this time. Expires string `json:"expires,omitempty"` // Self: Self link of the query results. Example: // `/organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae // 6f-318d0cb961bd/result` or following format if query is running at // host level: // `/organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd // /result` Self string `json:"self,omitempty"` // ForceSendFields is a list of field names (e.g. "Expires") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Expires") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1AsyncQueryResult) MarshalJSON ¶
func (s *GoogleCloudApigeeV1AsyncQueryResult) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1AsyncQueryResultView ¶
type GoogleCloudApigeeV1AsyncQueryResultView struct { // Code: Error code when there is a failure. Code int64 `json:"code,omitempty"` // Error: Error message when there is a failure. Error string `json:"error,omitempty"` // Metadata: Metadata contains information like metrics, dimenstions etc // of the AsyncQuery. Metadata *GoogleCloudApigeeV1QueryMetadata `json:"metadata,omitempty"` // Rows: Rows of query result. Each row is a JSON object. Example: // {sum(message_count): 1, developer_app: "(not set)",…} Rows []interface{} `json:"rows,omitempty"` // State: State of retrieving ResultView. State string `json:"state,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Code") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Code") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1AsyncQueryResultView) MarshalJSON ¶
func (s *GoogleCloudApigeeV1AsyncQueryResultView) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Attribute ¶
type GoogleCloudApigeeV1Attribute struct { // Name: API key of the attribute. Name string `json:"name,omitempty"` // Value: Value of the attribute. Value string `json:"value,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Attribute: Key-value pair to store extra metadata.
func (*GoogleCloudApigeeV1Attribute) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Attribute) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Attributes ¶
type GoogleCloudApigeeV1Attributes struct { // Attribute: List of attributes. Attribute []*GoogleCloudApigeeV1Attribute `json:"attribute,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Attribute") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Attribute") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1Attributes) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Attributes) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1CanaryEvaluation ¶
type GoogleCloudApigeeV1CanaryEvaluation struct { // Control: Required. The stable version that is serving requests. Control string `json:"control,omitempty"` // CreateTime: Output only. Create time of the canary evaluation. CreateTime string `json:"createTime,omitempty"` // EndTime: Required. End time for the evaluation's analysis. EndTime string `json:"endTime,omitempty"` // MetricLabels: Required. Labels used to filter the metrics used for a // canary evaluation. MetricLabels *GoogleCloudApigeeV1CanaryEvaluationMetricLabels `json:"metricLabels,omitempty"` // Name: Output only. Name of the canary evalution. Name string `json:"name,omitempty"` // StartTime: Required. Start time for the canary evaluation's analysis. StartTime string `json:"startTime,omitempty"` // State: Output only. The current state of the canary evaluation. // // Possible values: // "STATE_UNSPECIFIED" - No state has been specified. // "RUNNING" - The canary evaluation is still in progress. // "SUCCEEDED" - The canary evaluation has finished. State string `json:"state,omitempty"` // Treatment: Required. The newer version that is serving requests. Treatment string `json:"treatment,omitempty"` // Verdict: Output only. The resulting verdict of the canary // evaluations: NONE, PASS, or FAIL. // // Possible values: // "VERDICT_UNSPECIFIED" - Verdict is not available yet. // "NONE" - No verdict reached. // "FAIL" - Evaluation is not good. // "PASS" - Evaluation is good. Verdict string `json:"verdict,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Control") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Control") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1CanaryEvaluation: CanaryEvaluation represents the canary analysis between two versions of the runtime that is serving requests.
func (*GoogleCloudApigeeV1CanaryEvaluation) MarshalJSON ¶
func (s *GoogleCloudApigeeV1CanaryEvaluation) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1CanaryEvaluationMetricLabels ¶
type GoogleCloudApigeeV1CanaryEvaluationMetricLabels struct { // Env: The environment ID associated with the metrics. Env string `json:"env,omitempty"` // InstanceId: Required. The instance ID associated with the metrics. In // Apigee Hybrid, the value is configured during installation. InstanceId string `json:"instance_id,omitempty"` // Location: Required. The location associated with the metrics. Location string `json:"location,omitempty"` // ForceSendFields is a list of field names (e.g. "Env") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Env") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1CanaryEvaluationMetricLabels: Labels that can be used to filter Apigee metrics.
func (*GoogleCloudApigeeV1CanaryEvaluationMetricLabels) MarshalJSON ¶
func (s *GoogleCloudApigeeV1CanaryEvaluationMetricLabels) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1CertInfo ¶
type GoogleCloudApigeeV1CertInfo struct { // BasicConstraints: X.509 basic constraints extension. BasicConstraints string `json:"basicConstraints,omitempty"` // ExpiryDate: X.509 `notAfter` validity period in milliseconds since // epoch. ExpiryDate int64 `json:"expiryDate,omitempty,string"` // IsValid: Flag that specifies whether the certificate is valid. Flag // is set to `Yes` if the certificate is valid, `No` if expired, or `Not // yet` if not yet valid. IsValid string `json:"isValid,omitempty"` // Issuer: X.509 issuer. Issuer string `json:"issuer,omitempty"` // PublicKey: Public key component of the X.509 subject public key info. PublicKey string `json:"publicKey,omitempty"` // SerialNumber: X.509 serial number. SerialNumber string `json:"serialNumber,omitempty"` // SigAlgName: X.509 signatureAlgorithm. SigAlgName string `json:"sigAlgName,omitempty"` // Subject: X.509 subject. Subject string `json:"subject,omitempty"` // SubjectAlternativeNames: X.509 subject alternative names (SANs) // extension. SubjectAlternativeNames []string `json:"subjectAlternativeNames,omitempty"` // ValidFrom: X.509 `notBefore` validity period in milliseconds since // epoch. ValidFrom int64 `json:"validFrom,omitempty,string"` // Version: X.509 version. Version int64 `json:"version,omitempty"` // ForceSendFields is a list of field names (e.g. "BasicConstraints") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BasicConstraints") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1CertInfo: X.509 certificate as defined in RFC 5280.
func (*GoogleCloudApigeeV1CertInfo) MarshalJSON ¶
func (s *GoogleCloudApigeeV1CertInfo) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Certificate ¶
type GoogleCloudApigeeV1Certificate struct { // CertInfo: Chain of certificates under this name. CertInfo []*GoogleCloudApigeeV1CertInfo `json:"certInfo,omitempty"` // ForceSendFields is a list of field names (e.g. "CertInfo") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CertInfo") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1Certificate) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Certificate) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1CommonNameConfig ¶
type GoogleCloudApigeeV1CommonNameConfig struct { MatchWildCards bool `json:"matchWildCards,omitempty"` Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "MatchWildCards") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "MatchWildCards") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1CommonNameConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1CommonNameConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ConfigVersion ¶
type GoogleCloudApigeeV1ConfigVersion struct { // MajorVersion: Major version of the API proxy configuration schema. MajorVersion int64 `json:"majorVersion,omitempty"` // MinorVersion: Minor version of the API proxy configuration schema. MinorVersion int64 `json:"minorVersion,omitempty"` // ForceSendFields is a list of field names (e.g. "MajorVersion") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "MajorVersion") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ConfigVersion: Version of the API proxy configuration schema. Currently, only 4.0 is supported.
func (*GoogleCloudApigeeV1ConfigVersion) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ConfigVersion) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Credential ¶
type GoogleCloudApigeeV1Credential struct { // ApiProducts: List of API products this credential can be used for. ApiProducts []*GoogleCloudApigeeV1ApiProductRef `json:"apiProducts,omitempty"` // Attributes: List of attributes associated with this credential. Attributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"` // ConsumerKey: Consumer key. ConsumerKey string `json:"consumerKey,omitempty"` // ConsumerSecret: Secret key. ConsumerSecret string `json:"consumerSecret,omitempty"` // ExpiresAt: Time the credential will expire in milliseconds since // epoch. ExpiresAt int64 `json:"expiresAt,omitempty,string"` // IssuedAt: Time the credential was issued in milliseconds since epoch. IssuedAt int64 `json:"issuedAt,omitempty,string"` // Scopes: List of scopes to apply to the app. Specified scopes must // already exist on the API product that you associate with the app. Scopes []string `json:"scopes,omitempty"` // Status: Status of the credential. Status string `json:"status,omitempty"` // ForceSendFields is a list of field names (e.g. "ApiProducts") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiProducts") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1Credential) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Credential) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1CustomReport ¶
type GoogleCloudApigeeV1CustomReport struct { // ChartType: This field contains the chart type for the report ChartType string `json:"chartType,omitempty"` // Comments: Legacy field: not used. This field contains a list of // comments associated with custom report Comments []string `json:"comments,omitempty"` // CreatedAt: Output only. Unix time when the app was created json key: // createdAt CreatedAt int64 `json:"createdAt,omitempty,string"` // Dimensions: This contains the list of dimensions for the report Dimensions []string `json:"dimensions,omitempty"` // DisplayName: This is the display name for the report DisplayName string `json:"displayName,omitempty"` // Environment: Output only. Environment name Environment string `json:"environment,omitempty"` // Filter: This field contains the filter expression Filter string `json:"filter,omitempty"` // FromTime: Legacy field: not used. Contains the from time for the // report FromTime string `json:"fromTime,omitempty"` // LastModifiedAt: Output only. Modified time of this entity as // milliseconds since epoch. json key: lastModifiedAt LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // LastViewedAt: Output only. Last viewed time of this entity as // milliseconds since epoch LastViewedAt int64 `json:"lastViewedAt,omitempty,string"` // Limit: Legacy field: not used This field contains the limit for the // result retrieved Limit string `json:"limit,omitempty"` // Metrics: Required. This contains the list of metrics Metrics []*GoogleCloudApigeeV1CustomReportMetric `json:"metrics,omitempty"` // Name: Required. Unique identifier for the report T his is a legacy // field used to encode custom report unique id Name string `json:"name,omitempty"` // Offset: Legacy field: not used. This field contains the offset for // the data Offset string `json:"offset,omitempty"` // Organization: Output only. Organization name Organization string `json:"organization,omitempty"` // Properties: This field contains report properties such as ui metadata // etc. Properties []*GoogleCloudApigeeV1ReportProperty `json:"properties,omitempty"` // SortByCols: Legacy field: not used much. Contains the list of sort by // columns SortByCols []string `json:"sortByCols,omitempty"` // SortOrder: Legacy field: not used much. Contains the sort order for // the sort columns SortOrder string `json:"sortOrder,omitempty"` // Tags: Legacy field: not used. This field contains a list of tags // associated with custom report Tags []string `json:"tags,omitempty"` // TimeUnit: This field contains the time unit of aggregation for the // report TimeUnit string `json:"timeUnit,omitempty"` // ToTime: Legacy field: not used. Contains the end time for the report ToTime string `json:"toTime,omitempty"` // Topk: Legacy field: not used. This field contains the top k parameter // value for restricting the result Topk string `json:"topk,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ChartType") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ChartType") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1CustomReport) MarshalJSON ¶
func (s *GoogleCloudApigeeV1CustomReport) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1CustomReportMetric ¶
type GoogleCloudApigeeV1CustomReportMetric struct { // Function: aggregate function Function string `json:"function,omitempty"` // Name: name of the metric Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "Function") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Function") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1CustomReportMetric: This encapsulates a metric property of the form sum(message_count) where name is message_count and function is sum
func (*GoogleCloudApigeeV1CustomReportMetric) MarshalJSON ¶
func (s *GoogleCloudApigeeV1CustomReportMetric) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DataCollector ¶
type GoogleCloudApigeeV1DataCollector struct { // CreatedAt: Output only. The time at which the data collector was // created in milliseconds since the epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // Description: A description of the data collector. Description string `json:"description,omitempty"` // LastModifiedAt: Output only. The time at which the Data Collector was // last updated in milliseconds since the epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // Name: ID of the data collector. Must begin with `dc_`. Name string `json:"name,omitempty"` // Type: Immutable. The type of data this data collector will collect. // // Possible values: // "TYPE_UNSPECIFIED" - For future compatibility. // "INTEGER" - For integer values. // "FLOAT" - For float values. // "STRING" - For string values. // "BOOLEAN" - For boolean values. // "DATETIME" - For datetime values. Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreatedAt") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreatedAt") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1DataCollector: Data collector configuration.
func (*GoogleCloudApigeeV1DataCollector) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DataCollector) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DataCollectorConfig ¶
type GoogleCloudApigeeV1DataCollectorConfig struct { // Name: Name of the data collector in the following format: // `organizations/{org}/datacollectors/{datacollector}` Name string `json:"name,omitempty"` // Type: Data type accepted by the data collector. // // Possible values: // "TYPE_UNSPECIFIED" - For future compatibility. // "INTEGER" - For integer values. // "FLOAT" - For float values. // "STRING" - For string values. // "BOOLEAN" - For boolean values. // "DATETIME" - For datetime values. Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1DataCollectorConfig: Data collector and its configuration.
func (*GoogleCloudApigeeV1DataCollectorConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DataCollectorConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Datastore ¶
type GoogleCloudApigeeV1Datastore struct { // CreateTime: Output only. Datastore create time, in milliseconds since // the epoch of 1970-01-01T00:00:00Z CreateTime int64 `json:"createTime,omitempty,string"` // DatastoreConfig: Datastore Configurations. DatastoreConfig *GoogleCloudApigeeV1DatastoreConfig `json:"datastoreConfig,omitempty"` // DisplayName: Required. Display name in UI DisplayName string `json:"displayName,omitempty"` // LastUpdateTime: Output only. Datastore last update time, in // milliseconds since the epoch of 1970-01-01T00:00:00Z LastUpdateTime int64 `json:"lastUpdateTime,omitempty,string"` // Org: Output only. Organization that the datastore belongs to Org string `json:"org,omitempty"` // Self: Output only. Resource link of Datastore. Example: // `/organizations/{org}/analytics/datastores/{uuid}` Self string `json:"self,omitempty"` // TargetType: Destination storage type. Supported types `gcs` or // `bigquery`. TargetType string `json:"targetType,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreateTime") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreateTime") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Datastore: The data store defines the connection to export data repository (Cloud Storage, BigQuery), including the credentials used to access the data repository.
func (*GoogleCloudApigeeV1Datastore) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Datastore) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DatastoreConfig ¶
type GoogleCloudApigeeV1DatastoreConfig struct { // BucketName: Name of the Cloud Storage bucket. Required for `gcs` // target_type. BucketName string `json:"bucketName,omitempty"` // DatasetName: BigQuery dataset name Required for `bigquery` // target_type. DatasetName string `json:"datasetName,omitempty"` // Path: Path of Cloud Storage bucket Required for `gcs` target_type. Path string `json:"path,omitempty"` // ProjectId: Required. GCP project in which the datastore exists ProjectId string `json:"projectId,omitempty"` // TablePrefix: Prefix of BigQuery table Required for `bigquery` // target_type. TablePrefix string `json:"tablePrefix,omitempty"` // ForceSendFields is a list of field names (e.g. "BucketName") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BucketName") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1DatastoreConfig: Configuration detail for datastore
func (*GoogleCloudApigeeV1DatastoreConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DatastoreConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DateRange ¶
type GoogleCloudApigeeV1DateRange struct { // End: Required. End date (exclusive) of the data to export in the // format `yyyy-mm-dd`. The date range ends at 00:00:00 UTC on the end // date- which will not be in the output. End string `json:"end,omitempty"` // Start: Required. Start date of the data to export in the format // `yyyy-mm-dd`. The date range begins at 00:00:00 UTC on the start // date. Start string `json:"start,omitempty"` // ForceSendFields is a list of field names (e.g. "End") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "End") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1DateRange: Date range of the data to export.
func (*GoogleCloudApigeeV1DateRange) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DateRange) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DebugMask ¶
type GoogleCloudApigeeV1DebugMask struct { // FaultJSONPaths: List of JSON paths that specify the JSON elements to // be filtered from JSON payloads in error flows. FaultJSONPaths []string `json:"faultJSONPaths,omitempty"` // FaultXPaths: List of XPaths that specify the XML elements to be // filtered from XML payloads in error flows. FaultXPaths []string `json:"faultXPaths,omitempty"` // Name: Name of the debug mask. Name string `json:"name,omitempty"` // Namespaces: Map of namespaces to URIs. Namespaces map[string]string `json:"namespaces,omitempty"` // RequestJSONPaths: List of JSON paths that specify the JSON elements // to be filtered from JSON request message payloads. RequestJSONPaths []string `json:"requestJSONPaths,omitempty"` // RequestXPaths: List of XPaths that specify the XML elements to be // filtered from XML request message payloads. RequestXPaths []string `json:"requestXPaths,omitempty"` // ResponseJSONPaths: List of JSON paths that specify the JSON elements // to be filtered from JSON response message payloads. ResponseJSONPaths []string `json:"responseJSONPaths,omitempty"` // ResponseXPaths: List of XPaths that specify the XML elements to be // filtered from XML response message payloads. ResponseXPaths []string `json:"responseXPaths,omitempty"` // Variables: List of variables that should be masked from the debug // output. Variables []string `json:"variables,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "FaultJSONPaths") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "FaultJSONPaths") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1DebugMask) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DebugMask) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DebugSession ¶
type GoogleCloudApigeeV1DebugSession struct { // Count: Optional. The number of request to be traced. Min = 1, Max = // 15, Default = 10. Count int64 `json:"count,omitempty"` // Filter: Optional. A conditional statement which is evaluated against // the request message to determine if it should be traced. Syntax // matches that of on API Proxy bundle flow Condition. Filter string `json:"filter,omitempty"` // Name: A unique ID for this DebugSession. Name string `json:"name,omitempty"` // Timeout: Optional. The time in seconds after which this DebugSession // should end. This value will override the value in query param, if // both are provided. Timeout int64 `json:"timeout,omitempty,string"` // Tracesize: Optional. The maximum number of bytes captured from the // response payload. Min = 0, Max = 5120, Default = 5120. Tracesize int64 `json:"tracesize,omitempty"` // Validity: Optional. The length of time, in seconds, that this debug // session is valid, starting from when it's received in the control // plane. Min = 1, Max = 15, Default = 10. Validity int64 `json:"validity,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Count") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Count") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1DebugSession) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DebugSession) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DebugSessionTransaction ¶
type GoogleCloudApigeeV1DebugSessionTransaction struct { // Completed: Flag indicating whether a transaction is completed or not Completed bool `json:"completed,omitempty"` // Point: List of debug data collected by runtime plane at various // defined points in the flow. Point []*GoogleCloudApigeeV1Point `json:"point,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Completed") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Completed") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1DebugSessionTransaction: A transaction contains all of the debug information of the entire message flow of an API call processed by the runtime plane. The information is collected and recorded at critical points of the message flow in the runtime apiproxy.
func (*GoogleCloudApigeeV1DebugSessionTransaction) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DebugSessionTransaction) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DeleteCustomReportResponse ¶
type GoogleCloudApigeeV1DeleteCustomReportResponse struct { // Message: The response contains only a message field. Message string `json:"message,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Message") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Message") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1DeleteCustomReportResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DeleteCustomReportResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Deployment ¶
type GoogleCloudApigeeV1Deployment struct { // ApiProxy: API proxy. ApiProxy string `json:"apiProxy,omitempty"` // DeployStartTime: Time the API proxy was marked `deployed` in the // control plane in millisconds since epoch. DeployStartTime int64 `json:"deployStartTime,omitempty,string"` // Environment: Environment. Environment string `json:"environment,omitempty"` // Errors: Errors reported for this deployment. Populated only when // state == ERROR. This field is not populated in List APIs. Errors []*GoogleRpcStatus `json:"errors,omitempty"` // Instances: Status reported by each runtime instance. This field is // not populated in List APIs. Instances []*GoogleCloudApigeeV1InstanceDeploymentStatus `json:"instances,omitempty"` // Pods: Status reported by runtime pods. This field is not populated // for List APIs. **Note**: **This field is deprecated**. Runtime // versions 1.3 and above report instance level status rather than pod // status. Pods []*GoogleCloudApigeeV1PodStatus `json:"pods,omitempty"` // Revision: API proxy revision. Revision string `json:"revision,omitempty"` // RouteConflicts: Conflicts in the desired state routing configuration. // The presence of conflicts does not cause the state to be `ERROR`, but // it will mean that some of the deployment's base paths are not routed // to its environment. If the conflicts change, the state will // transition to `PROGRESSING` until the latest configuration is rolled // out to all instances. This field is not populated in List APIs. RouteConflicts []*GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict `json:"routeConflicts,omitempty"` // State: Current state of the deployment. This field is not populated // in List APIs. // // Possible values: // "RUNTIME_STATE_UNSPECIFIED" - This value should never be returned. // "READY" - Runtime has loaded the deployment. // "PROGRESSING" - Deployment is not fully ready in the runtime. // "ERROR" - Encountered an error with the deployment that requires // intervention. State string `json:"state,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ApiProxy") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiProxy") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1Deployment) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Deployment) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DeploymentChangeReport ¶
type GoogleCloudApigeeV1DeploymentChangeReport struct { // RoutingChanges: All routing changes that may result from a deployment // request. RoutingChanges []*GoogleCloudApigeeV1DeploymentChangeReportRoutingChange `json:"routingChanges,omitempty"` // RoutingConflicts: All base path conflicts detected for a deployment // request. RoutingConflicts []*GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict `json:"routingConflicts,omitempty"` // ValidationErrors: Validation errors that would cause the deployment // change request to be rejected. ValidationErrors *GoogleRpcPreconditionFailure `json:"validationErrors,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "RoutingChanges") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "RoutingChanges") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1DeploymentChangeReport: Response for GenerateDeployChangeReport and GenerateUndeployChangeReport. This report contains any validation failures that would cause the deployment to be rejected, as well changes and conflicts in routing that may occur due to the new deployment. The existence of a routing warning does not necessarily imply that the deployment request is bad, if the desired state of the deployment request is to effect a routing change. The primary purposes of the routing messages are: 1) To inform users of routing changes that may have an effect on traffic currently being routed to other existing deployments. 2) To warn users if some base path in the proxy will not receive traffic due to an existing deployment having already claimed that base path. The presence of routing conflicts/changes will not cause non-dry-run DeployApiProxy/UndeployApiProxy requests to be rejected.
func (*GoogleCloudApigeeV1DeploymentChangeReport) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DeploymentChangeReport) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DeploymentChangeReportRoutingChange ¶
type GoogleCloudApigeeV1DeploymentChangeReportRoutingChange struct { // Description: Human-readable description of this routing change. Description string `json:"description,omitempty"` // EnvironmentGroup: Name of the environment group affected by this // routing change. EnvironmentGroup string `json:"environmentGroup,omitempty"` // FromDeployment: Base path/deployment that may stop receiving some // traffic. FromDeployment *GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment `json:"fromDeployment,omitempty"` // ShouldSequenceRollout: Set to `true` if using sequenced rollout would // make this routing change safer. **Note**: This does not necessarily // imply that automated sequenced rollout mode is supported for the // operation. ShouldSequenceRollout bool `json:"shouldSequenceRollout,omitempty"` // ToDeployment: Base path/deployment that may start receiving that // traffic. May be null if no deployment is able to receive the traffic. ToDeployment *GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment `json:"toDeployment,omitempty"` // ForceSendFields is a list of field names (e.g. "Description") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Description") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1DeploymentChangeReportRoutingChange: Describes a potential routing change that may occur as a result of some deployment operation.
func (*GoogleCloudApigeeV1DeploymentChangeReportRoutingChange) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DeploymentChangeReportRoutingChange) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict ¶
type GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict struct { // ConflictingDeployment: Existing base path/deployment causing the // conflict. ConflictingDeployment *GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment `json:"conflictingDeployment,omitempty"` // Description: Human-readable description of this conflict. Description string `json:"description,omitempty"` // EnvironmentGroup: Name of the environment group in which this // conflict exists. EnvironmentGroup string `json:"environmentGroup,omitempty"` // ForceSendFields is a list of field names (e.g. // "ConflictingDeployment") to unconditionally include in API requests. // By default, fields with empty values are omitted from API requests. // However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ConflictingDeployment") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict: Describes a routing conflict that may cause a deployment not to receive traffic at some base path.
func (*GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment ¶
type GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment struct { // ApiProxy: Name of the deployed API proxy revision containing the base // path. ApiProxy string `json:"apiProxy,omitempty"` // Basepath: Base path receiving traffic. Basepath string `json:"basepath,omitempty"` // Environment: Name of the environment in which the proxy is deployed. Environment string `json:"environment,omitempty"` // Revision: Name of the deployed API proxy revision containing the base // path. Revision string `json:"revision,omitempty"` // ForceSendFields is a list of field names (e.g. "ApiProxy") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiProxy") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment: Tuple representing a base path and the deployment containing it.
func (*GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DeploymentConfig ¶
type GoogleCloudApigeeV1DeploymentConfig struct { // Attributes: Additional key-value metadata for the deployment. Attributes map[string]string `json:"attributes,omitempty"` // BasePath: Base path where the application will be hosted. Defaults to // "/". BasePath string `json:"basePath,omitempty"` // Location: Location of the API proxy bundle as a URI. Location string `json:"location,omitempty"` // Name: Name of the API or shared flow revision to be deployed in the // following format: `organizations/{org}/apis/{api}/revisions/{rev}` or // `organizations/{org}/sharedflows/{sharedflow}/revisions/{rev}` Name string `json:"name,omitempty"` // ProxyUid: Unique ID of the API proxy revision. ProxyUid string `json:"proxyUid,omitempty"` // Uid: Unique ID. The ID will only change if the deployment is deleted // and recreated. Uid string `json:"uid,omitempty"` // ForceSendFields is a list of field names (e.g. "Attributes") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Attributes") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1DeploymentConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DeploymentConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Developer ¶
type GoogleCloudApigeeV1Developer struct { // AccessType: Access type. AccessType string `json:"accessType,omitempty"` // AppFamily: Developer app family. AppFamily string `json:"appFamily,omitempty"` // Apps: List of apps associated with the developer. Apps []string `json:"apps,omitempty"` // Attributes: Optional. Developer attributes (name/value pairs). The // custom attribute limit is 18. Attributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"` // Companies: List of companies associated with the developer. Companies []string `json:"companies,omitempty"` // CreatedAt: Output only. Time at which the developer was created in // milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // DeveloperId: ID of the developer. **Note**: IDs are generated // internally by Apigee and are not guaranteed to stay the same over // time. DeveloperId string `json:"developerId,omitempty"` // Email: Required. Email address of the developer. This value is used // to uniquely identify the developer in Apigee hybrid. Note that the // email address has to be in lowercase only. Email string `json:"email,omitempty"` // FirstName: Required. First name of the developer. FirstName string `json:"firstName,omitempty"` // LastModifiedAt: Output only. Time at which the developer was last // modified in milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // LastName: Required. Last name of the developer. LastName string `json:"lastName,omitempty"` // OrganizationName: Output only. Name of the Apigee organization in // which the developer resides. OrganizationName string `json:"organizationName,omitempty"` // Status: Output only. Status of the developer. Valid values are // `active` and `inactive`. Status string `json:"status,omitempty"` // UserName: Required. User name of the developer. Not used by Apigee // hybrid. UserName string `json:"userName,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AccessType") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AccessType") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1Developer) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Developer) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DeveloperApp ¶
type GoogleCloudApigeeV1DeveloperApp struct { // ApiProducts: List of API products associated with the developer app. ApiProducts []string `json:"apiProducts,omitempty"` // AppFamily: Developer app family. AppFamily string `json:"appFamily,omitempty"` // AppId: ID of the developer app. AppId string `json:"appId,omitempty"` // Attributes: List of attributes for the developer app. Attributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"` // CallbackUrl: Callback URL used by OAuth 2.0 authorization servers to // communicate authorization codes back to developer apps. CallbackUrl string `json:"callbackUrl,omitempty"` // CreatedAt: Output only. Time the developer app was created in // milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // Credentials: Output only. Set of credentials for the developer app // consisting of the consumer key/secret pairs associated with the API // products. Credentials []*GoogleCloudApigeeV1Credential `json:"credentials,omitempty"` // DeveloperId: ID of the developer. DeveloperId string `json:"developerId,omitempty"` // KeyExpiresIn: Expiration time, in milliseconds, for the consumer key // that is generated for the developer app. If not set or left to the // default value of `-1`, the API key never expires. The expiration time // can't be updated after it is set. KeyExpiresIn int64 `json:"keyExpiresIn,omitempty,string"` // LastModifiedAt: Output only. Time the developer app was modified in // milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // Name: Name of the developer app. Name string `json:"name,omitempty"` // Scopes: Scopes to apply to the developer app. The specified scopes // must already exist for the API product that you associate with the // developer app. Scopes []string `json:"scopes,omitempty"` // Status: Status of the credential. Valid values include `approved` or // `revoked`. Status string `json:"status,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ApiProducts") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiProducts") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1DeveloperApp) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DeveloperApp) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DeveloperAppKey ¶
type GoogleCloudApigeeV1DeveloperAppKey struct { // ApiProducts: List of API products for which the credential can be // used. **Note**: Do not specify the list of API products when creating // a consumer key and secret for a developer app. Instead, use the // UpdateDeveloperAppKey API to make the association after the consumer // key and secret are created. ApiProducts []interface{} `json:"apiProducts,omitempty"` // Attributes: List of attributes associated with the credential. Attributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"` // ConsumerKey: Consumer key. ConsumerKey string `json:"consumerKey,omitempty"` // ConsumerSecret: Secret key. ConsumerSecret string `json:"consumerSecret,omitempty"` // ExpiresAt: Time the developer app expires in milliseconds since // epoch. ExpiresAt int64 `json:"expiresAt,omitempty,string"` // ExpiresInSeconds: Input only. Expiration time, in seconds, for the // consumer key. If not set or left to the default value of `-1`, the // API key never expires. The expiration time can't be updated after it // is set. ExpiresInSeconds int64 `json:"expiresInSeconds,omitempty,string"` // IssuedAt: Time the developer app was created in milliseconds since // epoch. IssuedAt int64 `json:"issuedAt,omitempty,string"` // Scopes: Scopes to apply to the app. The specified scope names must // already be defined for the API product that you associate with the // app. Scopes []string `json:"scopes,omitempty"` // Status: Status of the credential. Valid values include `approved` or // `revoked`. Status string `json:"status,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ApiProducts") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiProducts") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1DeveloperAppKey) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DeveloperAppKey) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DeveloperSubscription ¶
type GoogleCloudApigeeV1DeveloperSubscription struct { // Apiproduct: Name of the API product for which the developer is // purchasing a subscription. Apiproduct string `json:"apiproduct,omitempty"` // CreatedAt: Output only. Time when the API product subscription was // created in milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // EndTime: Time when the API product subscription ends in milliseconds // since epoch. EndTime int64 `json:"endTime,omitempty,string"` // LastModifiedAt: Output only. Time when the API product subscription // was last modified in milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // Name: Output only. Name of the API product subscription. Name string `json:"name,omitempty"` // StartTime: Time when the API product subscription starts in // milliseconds since epoch. StartTime int64 `json:"startTime,omitempty,string"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Apiproduct") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Apiproduct") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1DeveloperSubscription: Structure of a DeveloperSubscription.
func (*GoogleCloudApigeeV1DeveloperSubscription) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DeveloperSubscription) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1DimensionMetric ¶
type GoogleCloudApigeeV1DimensionMetric struct { // Metrics: This field contains a list of metrics. Metrics []*GoogleCloudApigeeV1Metric `json:"metrics,omitempty"` // Name: This field contains the name of the dimension. Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "Metrics") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Metrics") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1DimensionMetric: This message type encapsulates a metric grouped by dimension.
func (*GoogleCloudApigeeV1DimensionMetric) MarshalJSON ¶
func (s *GoogleCloudApigeeV1DimensionMetric) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1EntityMetadata ¶
type GoogleCloudApigeeV1EntityMetadata struct { // CreatedAt: Time at which the API proxy was created, in milliseconds // since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // LastModifiedAt: Time at which the API proxy was most recently // modified, in milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // SubType: The type of entity described SubType string `json:"subType,omitempty"` // ForceSendFields is a list of field names (e.g. "CreatedAt") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreatedAt") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1EntityMetadata: Metadata common to many entities in this API.
func (*GoogleCloudApigeeV1EntityMetadata) MarshalJSON ¶
func (s *GoogleCloudApigeeV1EntityMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Environment ¶
type GoogleCloudApigeeV1Environment struct { // CreatedAt: Output only. Creation time of this environment as // milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // Description: Optional. Description of the environment. Description string `json:"description,omitempty"` // DisplayName: Optional. Display name for this environment. DisplayName string `json:"displayName,omitempty"` // LastModifiedAt: Output only. Last modification time of this // environment as milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // Name: Required. Name of the environment. Values must match the // regular expression `^[.\\p{Alnum}-_]{1,255}$` Name string `json:"name,omitempty"` // Properties: Optional. Key-value pairs that may be used for // customizing the environment. Properties *GoogleCloudApigeeV1Properties `json:"properties,omitempty"` // State: Output only. State of the environment. Values other than // ACTIVE means the resource is not ready to use. // // Possible values: // "STATE_UNSPECIFIED" - Resource is in an unspecified state. // "CREATING" - Resource is being created. // "ACTIVE" - Resource is provisioned and ready to use. // "DELETING" - The resource is being deleted. // "UPDATING" - The resource is being updated. State string `json:"state,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreatedAt") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreatedAt") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1Environment) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Environment) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1EnvironmentConfig ¶
type GoogleCloudApigeeV1EnvironmentConfig struct { // CreateTime: Time that the environment configuration was created. CreateTime string `json:"createTime,omitempty"` // DataCollectors: List of data collectors used by the deployments in // the environment. DataCollectors []*GoogleCloudApigeeV1DataCollectorConfig `json:"dataCollectors,omitempty"` // DebugMask: Debug mask that applies to all deployments in the // environment. DebugMask *GoogleCloudApigeeV1DebugMask `json:"debugMask,omitempty"` // Deployments: List of deployments in the environment. Deployments []*GoogleCloudApigeeV1DeploymentConfig `json:"deployments,omitempty"` // FeatureFlags: Feature flags inherited from the organization and // environment. FeatureFlags map[string]string `json:"featureFlags,omitempty"` // Flowhooks: List of flow hooks in the environment. Flowhooks []*GoogleCloudApigeeV1FlowHookConfig `json:"flowhooks,omitempty"` // Keystores: List of keystores in the environment. Keystores []*GoogleCloudApigeeV1KeystoreConfig `json:"keystores,omitempty"` // Name: Name of the environment configuration in the following format: // `organizations/{org}/environments/{env}/configs/{config}` Name string `json:"name,omitempty"` // Provider: Used by the Control plane to add context information to // help detect the source of the document during diagnostics and // debugging. Provider string `json:"provider,omitempty"` // PubsubTopic: Name of the PubSub topic for the environment. PubsubTopic string `json:"pubsubTopic,omitempty"` // ResourceReferences: List of resource references in the environment. ResourceReferences []*GoogleCloudApigeeV1ReferenceConfig `json:"resourceReferences,omitempty"` // Resources: List of resource versions in the environment. Resources []*GoogleCloudApigeeV1ResourceConfig `json:"resources,omitempty"` // RevisionId: Revision ID of the environment configuration. The higher // the value, the more recently the configuration was deployed. RevisionId int64 `json:"revisionId,omitempty,string"` // SequenceNumber: DEPRECATED: Use revision_id. SequenceNumber int64 `json:"sequenceNumber,omitempty,string"` // Targets: List of target servers in the environment. Disabled target // servers are not displayed. Targets []*GoogleCloudApigeeV1TargetServerConfig `json:"targets,omitempty"` // TraceConfig: Trace configurations. Contains config for the // environment and config overrides for specific API proxies. TraceConfig *GoogleCloudApigeeV1RuntimeTraceConfig `json:"traceConfig,omitempty"` // Uid: Unique ID for the environment configuration. The ID will only // change if the environment is deleted and recreated. Uid string `json:"uid,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreateTime") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreateTime") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1EnvironmentConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1EnvironmentConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1EnvironmentGroup ¶
type GoogleCloudApigeeV1EnvironmentGroup struct { // CreatedAt: Output only. The time at which the environment group was // created as milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // Hostnames: Required. Host names for this environment group. Hostnames []string `json:"hostnames,omitempty"` // LastModifiedAt: Output only. The time at which the environment group // was last updated as milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // Name: ID of the environment group. Name string `json:"name,omitempty"` // State: Output only. State of the environment group. Values other than // ACTIVE means the resource is not ready to use. // // Possible values: // "STATE_UNSPECIFIED" - Resource is in an unspecified state. // "CREATING" - Resource is being created. // "ACTIVE" - Resource is provisioned and ready to use. // "DELETING" - The resource is being deleted. // "UPDATING" - The resource is being updated. State string `json:"state,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreatedAt") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreatedAt") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1EnvironmentGroup: EnvironmentGroup configuration. An environment group is used to group one or more Apigee environments under a single host name.
func (*GoogleCloudApigeeV1EnvironmentGroup) MarshalJSON ¶
func (s *GoogleCloudApigeeV1EnvironmentGroup) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1EnvironmentGroupAttachment ¶
type GoogleCloudApigeeV1EnvironmentGroupAttachment struct { // CreatedAt: Output only. The time at which the environment group // attachment was created as milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // Environment: Required. ID of the attached environment. Environment string `json:"environment,omitempty"` // Name: ID of the environment group attachment. Name string `json:"name,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreatedAt") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreatedAt") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1EnvironmentGroupAttachment: EnvironmentGroupAttachment is a resource which defines an attachment of an environment to an environment group.
func (*GoogleCloudApigeeV1EnvironmentGroupAttachment) MarshalJSON ¶
func (s *GoogleCloudApigeeV1EnvironmentGroupAttachment) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1EnvironmentGroupConfig ¶
type GoogleCloudApigeeV1EnvironmentGroupConfig struct { // Hostnames: Host names for the environment group. Hostnames []string `json:"hostnames,omitempty"` // Name: Name of the environment group in the following format: // `organizations/{org}/envgroups/{envgroup}`. Name string `json:"name,omitempty"` // RevisionId: Revision id that defines the ordering of the // EnvironmentGroupConfig resource. The higher the revision, the more // recently the configuration was deployed. RevisionId int64 `json:"revisionId,omitempty,string"` // RoutingRules: Ordered list of routing rules defining how traffic to // this environment group's hostnames should be routed to different // environments. RoutingRules []*GoogleCloudApigeeV1RoutingRule `json:"routingRules,omitempty"` // Uid: A unique id for the environment group config that will only // change if the environment group is deleted and recreated. Uid string `json:"uid,omitempty"` // ForceSendFields is a list of field names (e.g. "Hostnames") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Hostnames") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1EnvironmentGroupConfig: EnvironmentGroupConfig is a revisioned snapshot of an EnvironmentGroup and its associated routing rules.
func (*GoogleCloudApigeeV1EnvironmentGroupConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1EnvironmentGroupConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest ¶
type GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest struct { }
GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest: Request for ExpireDeveloperSubscription.
type GoogleCloudApigeeV1Export ¶
type GoogleCloudApigeeV1Export struct { // Created: Output only. Time the export job was created. Created string `json:"created,omitempty"` // DatastoreName: Name of the datastore that is the destination of the // export job [datastore] DatastoreName string `json:"datastoreName,omitempty"` // Description: Description of the export job. Description string `json:"description,omitempty"` // Error: Output only. Error is set when export fails Error string `json:"error,omitempty"` // ExecutionTime: Output only. Execution time for this export job. If // the job is still in progress, it will be set to the amount of time // that has elapsed since`created`, in seconds. Else, it will set to // (`updated` - `created`), in seconds. ExecutionTime string `json:"executionTime,omitempty"` // Name: Display name of the export job. Name string `json:"name,omitempty"` // Self: Output only. Self link of the export job. A URI that can be // used to retrieve the status of an export job. Example: // `/organizations/myorg/environments/myenv/analytics/exports/9cfc0d85-0f // 30-46d6-ae6f-318d0cb961bd` Self string `json:"self,omitempty"` // State: Output only. Status of the export job. Valid values include // `enqueued`, `running`, `completed`, and `failed`. State string `json:"state,omitempty"` // Updated: Output only. Time the export job was last updated. Updated string `json:"updated,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Created") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Created") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Export: Details of an export job.
func (*GoogleCloudApigeeV1Export) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Export) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ExportRequest ¶
type GoogleCloudApigeeV1ExportRequest struct { // CsvDelimiter: Optional. Delimiter used in the CSV file, if // `outputFormat` is set to `csv`. Defaults to the `,` (comma) // character. Supported delimiter characters include comma (`,`), pipe // (`|`), and tab (`\t`). CsvDelimiter string `json:"csvDelimiter,omitempty"` // DatastoreName: Required. Name of the preconfigured datastore. DatastoreName string `json:"datastoreName,omitempty"` // DateRange: Required. Date range of the data to export. DateRange *GoogleCloudApigeeV1DateRange `json:"dateRange,omitempty"` // Description: Optional. Description of the export job. Description string `json:"description,omitempty"` // Name: Required. Display name of the export job. Name string `json:"name,omitempty"` // OutputFormat: Optional. Output format of the export. Valid values // include: `csv` or `json`. Defaults to `json`. Note: Configure the // delimiter for CSV output using the `csvDelimiter` property. OutputFormat string `json:"outputFormat,omitempty"` // ForceSendFields is a list of field names (e.g. "CsvDelimiter") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CsvDelimiter") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ExportRequest: Request body for [CreateExportRequest]
func (*GoogleCloudApigeeV1ExportRequest) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ExportRequest) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1FlowHook ¶
type GoogleCloudApigeeV1FlowHook struct { // ContinueOnError: Optional. Flag that specifies whether execution // should continue if the flow hook throws an exception. Set to `true` // to continue execution. Set to `false` to stop execution if the flow // hook throws an exception. Defaults to `true`. ContinueOnError bool `json:"continueOnError,omitempty"` // Description: Description of the flow hook. Description string `json:"description,omitempty"` // FlowHookPoint: Output only. Where in the API call flow the flow hook // is invoked. Must be one of `PreProxyFlowHook`, `PostProxyFlowHook`, // `PreTargetFlowHook`, or `PostTargetFlowHook`. FlowHookPoint string `json:"flowHookPoint,omitempty"` // is none attached. SharedFlow string `json:"sharedFlow,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ContinueOnError") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ContinueOnError") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1FlowHook) MarshalJSON ¶
func (s *GoogleCloudApigeeV1FlowHook) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1FlowHookConfig ¶
type GoogleCloudApigeeV1FlowHookConfig struct { // ContinueOnError: Flag that specifies whether the flow should abort // after an error in the flow hook. Defaults to `true` (continue on // error). ContinueOnError bool `json:"continueOnError,omitempty"` // Name: Name of the flow hook in the following format: // `organizations/{org}/environments/{env}/flowhooks/{point}`. Valid // `point` values include: `PreProxyFlowHook`, `PostProxyFlowHook`, // `PreTargetFlowHook`, and `PostTargetFlowHook` Name string `json:"name,omitempty"` // format: `organizations/{org}/sharedflows/{sharedflow}` SharedFlowName string `json:"sharedFlowName,omitempty"` // ForceSendFields is a list of field names (e.g. "ContinueOnError") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ContinueOnError") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1FlowHookConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1FlowHookConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1GetSyncAuthorizationRequest ¶
type GoogleCloudApigeeV1GetSyncAuthorizationRequest struct { }
GoogleCloudApigeeV1GetSyncAuthorizationRequest: Request for GetSyncAuthorization.
type GoogleCloudApigeeV1GraphQLOperation ¶
type GoogleCloudApigeeV1GraphQLOperation struct { // Operation: GraphQL operation name. The name and operation type will // be used to apply quotas. If no name is specified, the quota will be // applied to all GraphQL operations irrespective of their operation // names in the payload. Operation string `json:"operation,omitempty"` // OperationTypes: Required. GraphQL operation types. Valid values // include `query` or `mutation`. **Note**: Apigee does not currently // support `subscription` types. OperationTypes []string `json:"operationTypes,omitempty"` // ForceSendFields is a list of field names (e.g. "Operation") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Operation") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1GraphQLOperation: Represents the pairing of GraphQL operation types and the GraphQL operation name.
func (*GoogleCloudApigeeV1GraphQLOperation) MarshalJSON ¶
func (s *GoogleCloudApigeeV1GraphQLOperation) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1GraphQLOperationConfig ¶
type GoogleCloudApigeeV1GraphQLOperationConfig struct { // ApiSource: Required. Name of the API proxy endpoint or remote service // with which the GraphQL operation and quota are associated. ApiSource string `json:"apiSource,omitempty"` // Attributes: Custom attributes associated with the operation. Attributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"` // Operations: Required. List of GraphQL name/operation type pairs for // the proxy or remote service to which quota will be applied. If only // operation types are specified, the quota will be applied to all // GraphQL requests irrespective of the GraphQL name. **Note**: // Currently, you can specify only a single GraphQLOperation. Specifying // more than one will cause the operation to fail. Operations []*GoogleCloudApigeeV1GraphQLOperation `json:"operations,omitempty"` // Quota: Quota parameters to be enforced for the resources, methods, // and API source combination. If none are specified, quota enforcement // will not be done. Quota *GoogleCloudApigeeV1Quota `json:"quota,omitempty"` // ForceSendFields is a list of field names (e.g. "ApiSource") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiSource") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1GraphQLOperationConfig: Binds the resources in a proxy or remote service with the GraphQL operation and its associated quota enforcement.
func (*GoogleCloudApigeeV1GraphQLOperationConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1GraphQLOperationConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1GraphQLOperationGroup ¶
type GoogleCloudApigeeV1GraphQLOperationGroup struct { // OperationConfigType: Flag that specifies whether the configuration is // for Apigee API proxy or a remote service. Valid values include // `proxy` or `remoteservice`. Defaults to `proxy`. Set to `proxy` when // Apigee API proxies are associated with the API product. Set to // `remoteservice` when non-Apigee proxies like Istio-Envoy are // associated with the API product. OperationConfigType string `json:"operationConfigType,omitempty"` // OperationConfigs: Required. List of operation configurations for // either Apigee API proxies or other remote services that are // associated with this API product. OperationConfigs []*GoogleCloudApigeeV1GraphQLOperationConfig `json:"operationConfigs,omitempty"` // ForceSendFields is a list of field names (e.g. "OperationConfigType") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "OperationConfigType") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1GraphQLOperationGroup: List of graphQL operation configuration details associated with Apigee API proxies or remote services. Remote services are non-Apigee proxies, such as Istio-Envoy.
func (*GoogleCloudApigeeV1GraphQLOperationGroup) MarshalJSON ¶
func (s *GoogleCloudApigeeV1GraphQLOperationGroup) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1IngressConfig ¶
type GoogleCloudApigeeV1IngressConfig struct { // EnvironmentGroups: List of environment groups in the organization. EnvironmentGroups []*GoogleCloudApigeeV1EnvironmentGroupConfig `json:"environmentGroups,omitempty"` // Name: Name of the resource in the following format: // `organizations/{org}/deployedIngressConfig`. Name string `json:"name,omitempty"` // RevisionCreateTime: Time at which the IngressConfig revision was // created. RevisionCreateTime string `json:"revisionCreateTime,omitempty"` // RevisionId: Revision id that defines the ordering on IngressConfig // resources. The higher the revision, the more recently the // configuration was deployed. RevisionId int64 `json:"revisionId,omitempty,string"` // Uid: A unique id for the ingress config that will only change if the // organization is deleted and recreated. Uid string `json:"uid,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "EnvironmentGroups") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "EnvironmentGroups") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1IngressConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1IngressConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Instance ¶
type GoogleCloudApigeeV1Instance struct { // CreatedAt: Output only. Time the instance was created in milliseconds // since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // Description: Optional. Description of the instance. Description string `json:"description,omitempty"` // DiskEncryptionKeyName: Customer Managed Encryption Key (CMEK) used // for disk and volume encryption. Required for Apigee paid // subscriptions only. Use the following format: // `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+ // )` DiskEncryptionKeyName string `json:"diskEncryptionKeyName,omitempty"` // DisplayName: Optional. Display name for the instance. DisplayName string `json:"displayName,omitempty"` // Host: Output only. Internal hostname or IP address of the Apigee // endpoint used by clients to connect to the service. Host string `json:"host,omitempty"` // LastModifiedAt: Output only. Time the instance was last modified in // milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // Location: Required. Compute Engine location where the instance // resides. Location string `json:"location,omitempty"` // Name: Required. Resource ID of the instance. Values must match the // regular expression `^a-z{0,30}[a-z\d]$`. Name string `json:"name,omitempty"` // PeeringCidrRange: Optional. Size of the CIDR block range that will be // reserved by the instance. PAID organizations support `SLASH_16` to // `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations // support only `SLASH_23`. // // Possible values: // "CIDR_RANGE_UNSPECIFIED" - Range not specified. // "SLASH_16" - `/16` CIDR range. // "SLASH_17" - `/17` CIDR range. // "SLASH_18" - `/18` CIDR range. // "SLASH_19" - `/19` CIDR range. // "SLASH_20" - `/20` CIDR range. // "SLASH_23" - `/23` CIDR range. Supported for evaluation only. PeeringCidrRange string `json:"peeringCidrRange,omitempty"` // Port: Output only. Port number of the exposed Apigee endpoint. Port string `json:"port,omitempty"` // State: Output only. State of the instance. Values other than `ACTIVE` // means the resource is not ready to use. // // Possible values: // "STATE_UNSPECIFIED" - Resource is in an unspecified state. // "CREATING" - Resource is being created. // "ACTIVE" - Resource is provisioned and ready to use. // "DELETING" - The resource is being deleted. // "UPDATING" - The resource is being updated. State string `json:"state,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreatedAt") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreatedAt") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Instance: Apigee runtime instance.
func (*GoogleCloudApigeeV1Instance) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Instance) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1InstanceAttachment ¶
type GoogleCloudApigeeV1InstanceAttachment struct { // CreatedAt: Output only. Time the attachment was created in // milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // Environment: ID of the attached environment. Environment string `json:"environment,omitempty"` // Name: Output only. ID of the attachment. Name string `json:"name,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreatedAt") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreatedAt") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1InstanceAttachment: InstanceAttachment represents the installation of an environment onto an instance.
func (*GoogleCloudApigeeV1InstanceAttachment) MarshalJSON ¶
func (s *GoogleCloudApigeeV1InstanceAttachment) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1InstanceDeploymentStatus ¶
type GoogleCloudApigeeV1InstanceDeploymentStatus struct { // DeployedRevisions: Revisions currently deployed in MPs. DeployedRevisions []*GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision `json:"deployedRevisions,omitempty"` // DeployedRoutes: Current routes deployed in the ingress routing table. // A route which is missing will appear in `missing_routes`. DeployedRoutes []*GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute `json:"deployedRoutes,omitempty"` // Instance: ID of the instance reporting the status. Instance string `json:"instance,omitempty"` // ForceSendFields is a list of field names (e.g. "DeployedRevisions") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DeployedRevisions") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1InstanceDeploymentStatus: The status of a deployment as reported by a single instance.
func (*GoogleCloudApigeeV1InstanceDeploymentStatus) MarshalJSON ¶
func (s *GoogleCloudApigeeV1InstanceDeploymentStatus) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision ¶
type GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision struct { // Percentage: Percentage of MP replicas reporting this revision. Percentage int64 `json:"percentage,omitempty"` // Revision: API proxy revision reported as deployed. Revision string `json:"revision,omitempty"` // ForceSendFields is a list of field names (e.g. "Percentage") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Percentage") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision: Revisions deployed in the MPs.
func (*GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision) MarshalJSON ¶
func (s *GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute ¶
type GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute struct { // Basepath: Base path in the routing table. Basepath string `json:"basepath,omitempty"` // Envgroup: Environment group where this route is installed. Envgroup string `json:"envgroup,omitempty"` // Environment: Destination environment. This will be empty if the route // is not yet reported. Environment string `json:"environment,omitempty"` // Percentage: Percentage of ingress replicas reporting this route. Percentage int64 `json:"percentage,omitempty"` // ForceSendFields is a list of field names (e.g. "Basepath") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Basepath") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute: Route deployed in the ingress routing table.
func (*GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute) MarshalJSON ¶
func (s *GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1IntegrationConfig ¶
type GoogleCloudApigeeV1IntegrationConfig struct { // Enabled: Flag that specifies whether the Integration add-on is // enabled. Enabled bool `json:"enabled,omitempty"` // ForceSendFields is a list of field names (e.g. "Enabled") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Enabled") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1IntegrationConfig: Configuration for the Integration add-on.
func (*GoogleCloudApigeeV1IntegrationConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1IntegrationConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1KeyAliasReference ¶
type GoogleCloudApigeeV1KeyAliasReference struct { // AliasId: Alias ID. Must exist in the keystore referred to by the // reference. AliasId string `json:"aliasId,omitempty"` // Reference: Reference name in the following format: // `organizations/{org}/environments/{env}/references/{reference}` Reference string `json:"reference,omitempty"` // ForceSendFields is a list of field names (e.g. "AliasId") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AliasId") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1KeyAliasReference) MarshalJSON ¶
func (s *GoogleCloudApigeeV1KeyAliasReference) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1KeyValueMap ¶
type GoogleCloudApigeeV1KeyValueMap struct { // Encrypted: Optional. If `true` entry values will be encrypted. Encrypted bool `json:"encrypted,omitempty"` // Name: Required. The id of the key value map. Name string `json:"name,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Encrypted") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Encrypted") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1KeyValueMap: A collection of key, value string pairs
func (*GoogleCloudApigeeV1KeyValueMap) MarshalJSON ¶
func (s *GoogleCloudApigeeV1KeyValueMap) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Keystore ¶
type GoogleCloudApigeeV1Keystore struct { // Aliases: Output only. Aliases in this keystore. Aliases []string `json:"aliases,omitempty"` // Name: Required. Resource ID for this keystore. Values must match the // regular expression `[\w[:space:]-.]{1,255}`. Name string `json:"name,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Aliases") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Aliases") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Keystore: Datastore for Certificates and Aliases.
func (*GoogleCloudApigeeV1Keystore) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Keystore) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1KeystoreConfig ¶
type GoogleCloudApigeeV1KeystoreConfig struct { // Aliases: Aliases in the keystore. Aliases []*GoogleCloudApigeeV1AliasRevisionConfig `json:"aliases,omitempty"` // Name: Resource name in the following format: // `organizations/{org}/environments/{env}/keystores/{keystore}` Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "Aliases") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Aliases") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1KeystoreConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1KeystoreConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListApiCategoriesResponse ¶
type GoogleCloudApigeeV1ListApiCategoriesResponse struct { // Data: Details of categories. Data []*GoogleCloudApigeeV1ApiCategoryData `json:"data,omitempty"` // ErrorCode: ID that can be used to find errors in the log files. ErrorCode string `json:"errorCode,omitempty"` // Message: Description of the operation. Message string `json:"message,omitempty"` // RequestId: ID that can be used to find request details in the log // files. RequestId string `json:"requestId,omitempty"` // Status: Status of the operation. Status string `json:"status,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Data") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Data") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListApiCategoriesResponse: the response for ListApiCategoriesRequest.
func (*GoogleCloudApigeeV1ListApiCategoriesResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListApiCategoriesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListApiProductsResponse ¶
type GoogleCloudApigeeV1ListApiProductsResponse struct { // ApiProduct: Lists all API product names defined for an organization. ApiProduct []*GoogleCloudApigeeV1ApiProduct `json:"apiProduct,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ApiProduct") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiProduct") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ListApiProductsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListApiProductsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListApiProxiesResponse ¶
type GoogleCloudApigeeV1ListApiProxiesResponse struct { Proxies []*GoogleCloudApigeeV1ApiProxy `json:"proxies,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Proxies") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Proxies") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ListApiProxiesResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListApiProxiesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListAppsResponse ¶
type GoogleCloudApigeeV1ListAppsResponse struct { App []*GoogleCloudApigeeV1App `json:"app,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "App") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "App") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ListAppsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListAppsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListAsyncQueriesResponse ¶
type GoogleCloudApigeeV1ListAsyncQueriesResponse struct { // Queries: The asynchronous queries belong to requested resource name. Queries []*GoogleCloudApigeeV1AsyncQuery `json:"queries,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Queries") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Queries") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListAsyncQueriesResponse: The response for ListAsyncQueries.
func (*GoogleCloudApigeeV1ListAsyncQueriesResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListAsyncQueriesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListCustomReportsResponse ¶
type GoogleCloudApigeeV1ListCustomReportsResponse struct { Qualifier []*GoogleCloudApigeeV1CustomReport `json:"qualifier,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Qualifier") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Qualifier") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListCustomReportsResponse: This message encapsulates a list of custom report definitions
func (*GoogleCloudApigeeV1ListCustomReportsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListCustomReportsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListDataCollectorsResponse ¶
type GoogleCloudApigeeV1ListDataCollectorsResponse struct { // DataCollectors: Data collectors in the specified organization. DataCollectors []*GoogleCloudApigeeV1DataCollector `json:"dataCollectors,omitempty"` // NextPageToken: Page token that you can include in a // ListDataCollectors request to retrieve the next page. If omitted, no // subsequent pages exist. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DataCollectors") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DataCollectors") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListDataCollectorsResponse: Response for ListDataCollectors.
func (*GoogleCloudApigeeV1ListDataCollectorsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListDataCollectorsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListDatastoresResponse ¶
type GoogleCloudApigeeV1ListDatastoresResponse struct { // Datastores: A list of datastores Datastores []*GoogleCloudApigeeV1Datastore `json:"datastores,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Datastores") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Datastores") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListDatastoresResponse: The response for ListDatastores
func (*GoogleCloudApigeeV1ListDatastoresResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListDatastoresResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListDebugSessionsResponse ¶
type GoogleCloudApigeeV1ListDebugSessionsResponse struct { // NextPageToken: Page token that you can include in a // ListDebugSessionsRequest to retrieve the next page. If omitted, no // subsequent pages exist. NextPageToken string `json:"nextPageToken,omitempty"` // Sessions: Session info that includes debug session ID and the first // transaction creation timestamp. Sessions []*GoogleCloudApigeeV1Session `json:"sessions,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ListDebugSessionsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListDebugSessionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListDeploymentsResponse ¶
type GoogleCloudApigeeV1ListDeploymentsResponse struct { // Deployments: List of deployments. Deployments []*GoogleCloudApigeeV1Deployment `json:"deployments,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Deployments") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Deployments") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ListDeploymentsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListDeploymentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListDeveloperAppsResponse ¶
type GoogleCloudApigeeV1ListDeveloperAppsResponse struct { // App: List of developer apps and their credentials. App []*GoogleCloudApigeeV1DeveloperApp `json:"app,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "App") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "App") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ListDeveloperAppsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListDeveloperAppsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse ¶
type GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse struct { // DeveloperSubscriptions: List of all subscriptions. DeveloperSubscriptions []*GoogleCloudApigeeV1DeveloperSubscription `json:"developerSubscriptions,omitempty"` // NextStartKey: Value that can be sent as `startKey` to retrieve the // next page of content. If this field is omitted, there are no // subsequent pages. NextStartKey string `json:"nextStartKey,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. // "DeveloperSubscriptions") to unconditionally include in API requests. // By default, fields with empty values are omitted from API requests. // However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DeveloperSubscriptions") // to include in API requests with the JSON null value. By default, // fields with empty values are omitted from API requests. However, any // field with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse: Response for ListDeveloperSubscriptions.
func (*GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse ¶
type GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse struct { // EnvironmentGroupAttachments: EnvironmentGroupAttachments for the // specified environment group. EnvironmentGroupAttachments []*GoogleCloudApigeeV1EnvironmentGroupAttachment `json:"environmentGroupAttachments,omitempty"` // NextPageToken: Page token that you can include in a // ListEnvironmentGroupAttachments request to retrieve the next page. If // omitted, no subsequent pages exist. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. // "EnvironmentGroupAttachments") to unconditionally include in API // requests. By default, fields with empty values are omitted from API // requests. However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. // "EnvironmentGroupAttachments") to include in API requests with the // JSON null value. By default, fields with empty values are omitted // from API requests. However, any field with an empty value appearing // in NullFields will be sent to the server as null. It is an error if a // field in this list has a non-empty value. This may be used to include // null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse: Response for ListEnvironmentGroupAttachments.
func (*GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListEnvironmentGroupsResponse ¶
type GoogleCloudApigeeV1ListEnvironmentGroupsResponse struct { // EnvironmentGroups: EnvironmentGroups in the specified organization. EnvironmentGroups []*GoogleCloudApigeeV1EnvironmentGroup `json:"environmentGroups,omitempty"` // NextPageToken: Page token that you can include in a // ListEnvironmentGroups request to retrieve the next page. If omitted, // no subsequent pages exist. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "EnvironmentGroups") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "EnvironmentGroups") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListEnvironmentGroupsResponse: Response for ListEnvironmentGroups.
func (*GoogleCloudApigeeV1ListEnvironmentGroupsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListEnvironmentGroupsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListEnvironmentResourcesResponse ¶
type GoogleCloudApigeeV1ListEnvironmentResourcesResponse struct { // ResourceFile: List of resources files. ResourceFile []*GoogleCloudApigeeV1ResourceFile `json:"resourceFile,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ResourceFile") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ResourceFile") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListEnvironmentResourcesResponse: Response for ListEnvironmentResources
func (*GoogleCloudApigeeV1ListEnvironmentResourcesResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListEnvironmentResourcesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListExportsResponse ¶
type GoogleCloudApigeeV1ListExportsResponse struct { // Exports: Details of the export jobs. Exports []*GoogleCloudApigeeV1Export `json:"exports,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Exports") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Exports") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListExportsResponse: The response for ListExports
func (*GoogleCloudApigeeV1ListExportsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListExportsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListHybridIssuersResponse ¶
type GoogleCloudApigeeV1ListHybridIssuersResponse struct { // Issuers: Lists of hybrid services and its trusted issuer email ids. Issuers []*GoogleCloudApigeeV1ServiceIssuersMapping `json:"issuers,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Issuers") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Issuers") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ListHybridIssuersResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListHybridIssuersResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListInstanceAttachmentsResponse ¶
type GoogleCloudApigeeV1ListInstanceAttachmentsResponse struct { // Attachments: Attachments for the instance. Attachments []*GoogleCloudApigeeV1InstanceAttachment `json:"attachments,omitempty"` // NextPageToken: Page token that you can include in a // ListInstanceAttachments request to retrieve the next page of content. // If omitted, no subsequent pages exist. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Attachments") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Attachments") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListInstanceAttachmentsResponse: Response for ListInstanceAttachments.
func (*GoogleCloudApigeeV1ListInstanceAttachmentsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListInstanceAttachmentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListInstancesResponse ¶
type GoogleCloudApigeeV1ListInstancesResponse struct { // Instances: Instances in the specified organization. Instances []*GoogleCloudApigeeV1Instance `json:"instances,omitempty"` // NextPageToken: Page token that you can include in a ListInstance // request to retrieve the next page of content. If omitted, no // subsequent pages exist. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Instances") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Instances") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListInstancesResponse: Response for ListInstances.
func (*GoogleCloudApigeeV1ListInstancesResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListInstancesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListNatAddressesResponse ¶
type GoogleCloudApigeeV1ListNatAddressesResponse struct { // NatAddresses: List of NAT Addresses for the instance. NatAddresses []*GoogleCloudApigeeV1NatAddress `json:"natAddresses,omitempty"` // NextPageToken: Page token that you can include in a ListNatAddresses // request to retrieve the next page of content. If omitted, no // subsequent pages exist. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NatAddresses") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NatAddresses") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListNatAddressesResponse: Response for ListNatAddresses.
func (*GoogleCloudApigeeV1ListNatAddressesResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListNatAddressesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListOfDevelopersResponse ¶
type GoogleCloudApigeeV1ListOfDevelopersResponse struct { // Developer: List of developers. Developer []*GoogleCloudApigeeV1Developer `json:"developer,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Developer") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Developer") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ListOfDevelopersResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListOfDevelopersResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListOrganizationsResponse ¶
type GoogleCloudApigeeV1ListOrganizationsResponse struct { // Organizations: List of Apigee organizations and associated GCP // projects. Organizations []*GoogleCloudApigeeV1OrganizationProjectMapping `json:"organizations,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Organizations") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Organizations") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ListOrganizationsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListOrganizationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListRatePlansResponse ¶
type GoogleCloudApigeeV1ListRatePlansResponse struct { // NextStartKey: Value that can be sent as `startKey` to retrieve the // next page of content. If this field is omitted, there are no // subsequent pages. NextStartKey string `json:"nextStartKey,omitempty"` // RatePlans: List of rate plans in an organization. RatePlans []*GoogleCloudApigeeV1RatePlan `json:"ratePlans,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextStartKey") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextStartKey") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListRatePlansResponse: Response for ListRatePlans.
func (*GoogleCloudApigeeV1ListRatePlansResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListRatePlansResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListSharedFlowsResponse ¶
type GoogleCloudApigeeV1ListSharedFlowsResponse struct { // server. googleapi.ServerResponse `json:"-"` // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ListSharedFlowsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListSharedFlowsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ListTraceConfigOverridesResponse ¶
type GoogleCloudApigeeV1ListTraceConfigOverridesResponse struct { // NextPageToken: Token value that can be passed as `page_token` to // retrieve the next page of content. NextPageToken string `json:"nextPageToken,omitempty"` // TraceConfigOverrides: List all trace configuration overrides in an // environment. TraceConfigOverrides []*GoogleCloudApigeeV1TraceConfigOverride `json:"traceConfigOverrides,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ListTraceConfigOverridesResponse: Response for ListTraceConfigOverrides.
func (*GoogleCloudApigeeV1ListTraceConfigOverridesResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ListTraceConfigOverridesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Metadata ¶
type GoogleCloudApigeeV1Metadata struct { // Errors: List of error messages as strings. Errors []string `json:"errors,omitempty"` // Notices: List of additional information such as data source, if // result was truncated etc. E.g "notices": [ "Source:Postgres", "PG // Host:uappg0rw.e2e.apigeeks.net", "query served // by:4b64601e-40de-4eb1-bfb9-eeee7ac929ed", "Table used: // edge.api.uapgroup2.agg_api" ] Notices []string `json:"notices,omitempty"` // ForceSendFields is a list of field names (e.g. "Errors") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Errors") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Metadata: This message type encapsulates additional information about query execution.
func (*GoogleCloudApigeeV1Metadata) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Metadata) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Metric ¶
type GoogleCloudApigeeV1Metric struct { // Name: This field contains the metric name. Name string `json:"name,omitempty"` // Values: List of metric values. Possible value format: // "values":["39.0"] or "values":[ { "value": "39.0", "timestamp": // 1232434354} ] Values []interface{} `json:"values,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Metric: This message type encapsulates the metric data point. Example: { "name": "sum(message_count)", "values" : [ { "timestamp": 1549004400000, "value": "39.0" }, { "timestamp" : 1548997200000, "value" : "0.0" } ] } or { "name": "sum(message_count)", "values" : ["39.0"] }
func (*GoogleCloudApigeeV1Metric) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Metric) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1MonetizationConfig ¶
type GoogleCloudApigeeV1MonetizationConfig struct { // Enabled: Flag that specifies whether the Monetization add-on is // enabled. Enabled bool `json:"enabled,omitempty"` // ForceSendFields is a list of field names (e.g. "Enabled") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Enabled") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1MonetizationConfig: Configuration for the Monetization add-on.
func (*GoogleCloudApigeeV1MonetizationConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1MonetizationConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1NatAddress ¶
type GoogleCloudApigeeV1NatAddress struct { // IpAddress: Output only. The static IPV4 address. IpAddress string `json:"ipAddress,omitempty"` // Name: Required. Resource ID of the NAT address. Name string `json:"name,omitempty"` // State: Output only. State of the nat address. // // Possible values: // "STATE_UNSPECIFIED" - The resource is in an unspecified state. // "CREATING" - The NAT address is being created. // "RESERVED" - The NAT address is reserved but not yet used for // Internet egress. // "ACTIVE" - The NAT address is active and used for Internet egress. // "DELETING" - The NAT address is being deleted. State string `json:"state,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "IpAddress") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "IpAddress") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1NatAddress: Apigee NAT(network address translation) address. A NAT address is a static external IP address used for Internet egress traffic.
func (*GoogleCloudApigeeV1NatAddress) MarshalJSON ¶
func (s *GoogleCloudApigeeV1NatAddress) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Operation ¶
type GoogleCloudApigeeV1Operation struct { // Methods: methods refers to the REST verbs as in // https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html. When none // specified, all verb types are allowed. Methods []string `json:"methods,omitempty"` // Resource: Required. REST resource path associated with the API proxy // or remote service. Resource string `json:"resource,omitempty"` // ForceSendFields is a list of field names (e.g. "Methods") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Methods") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Operation: Represents the pairing of REST resource path and the actions (verbs) allowed on the resource path.
func (*GoogleCloudApigeeV1Operation) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Operation) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1OperationConfig ¶
type GoogleCloudApigeeV1OperationConfig struct { // ApiSource: Required. Name of the API proxy or remote service with // which the resources, methods, and quota are associated. ApiSource string `json:"apiSource,omitempty"` // Attributes: Custom attributes associated with the operation. Attributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"` // Operations: List of resource/method pairs for the API proxy or remote // service to which quota will applied. **Note**: Currently, you can // specify only a single resource/method pair. The call will fail if // more than one resource/method pair is provided. Operations []*GoogleCloudApigeeV1Operation `json:"operations,omitempty"` // Quota: Quota parameters to be enforced for the resources, methods, // and API source combination. If none are specified, quota enforcement // will not be done. Quota *GoogleCloudApigeeV1Quota `json:"quota,omitempty"` // ForceSendFields is a list of field names (e.g. "ApiSource") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiSource") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1OperationConfig: Binds the resources in an API proxy or remote service with the allowed REST methods and associated quota enforcement.
func (*GoogleCloudApigeeV1OperationConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1OperationConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1OperationGroup ¶
type GoogleCloudApigeeV1OperationGroup struct { // OperationConfigType: Flag that specifes whether the configuration is // for Apigee API proxy or a remote service. Valid values include // `proxy` or `remoteservice`. Defaults to `proxy`. Set to `proxy` when // Apigee API proxies are associated with the API product. Set to // `remoteservice` when non-Apigee proxies like Istio-Envoy are // associated with the API product. OperationConfigType string `json:"operationConfigType,omitempty"` // OperationConfigs: Required. List of operation configurations for // either Apigee API proxies or other remote services that are // associated with this API product. OperationConfigs []*GoogleCloudApigeeV1OperationConfig `json:"operationConfigs,omitempty"` // ForceSendFields is a list of field names (e.g. "OperationConfigType") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "OperationConfigType") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1OperationGroup: List of operation configuration details associated with Apigee API proxies or remote services. Remote services are non-Apigee proxies, such as Istio-Envoy.
func (*GoogleCloudApigeeV1OperationGroup) MarshalJSON ¶
func (s *GoogleCloudApigeeV1OperationGroup) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1OperationMetadata ¶
type GoogleCloudApigeeV1OperationMetadata struct { // Possible values: // "OPERATION_TYPE_UNSPECIFIED" // "INSERT" // "DELETE" // "UPDATE" OperationType string `json:"operationType,omitempty"` // Progress: Progress of the operation. Progress *GoogleCloudApigeeV1OperationMetadataProgress `json:"progress,omitempty"` // Possible values: // "STATE_UNSPECIFIED" // "NOT_STARTED" // "IN_PROGRESS" // "FINISHED" State string `json:"state,omitempty"` // TargetResourceName: Name of the resource for which the operation is // operating on. TargetResourceName string `json:"targetResourceName,omitempty"` // ForceSendFields is a list of field names (e.g. "OperationType") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "OperationType") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1OperationMetadata: Metadata describing an Operation.
func (*GoogleCloudApigeeV1OperationMetadata) MarshalJSON ¶
func (s *GoogleCloudApigeeV1OperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1OperationMetadataProgress ¶
type GoogleCloudApigeeV1OperationMetadataProgress struct { // Description: Description of the operation's progress. Description string `json:"description,omitempty"` // Details: The additional details of the progress. Details googleapi.RawMessage `json:"details,omitempty"` // PercentDone: The percentage of the operation progress. PercentDone int64 `json:"percentDone,omitempty"` // State: State of the operation. // // Possible values: // "STATE_UNSPECIFIED" // "NOT_STARTED" // "IN_PROGRESS" // "FINISHED" State string `json:"state,omitempty"` // ForceSendFields is a list of field names (e.g. "Description") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Description") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1OperationMetadataProgress: Information about operation progress.
func (*GoogleCloudApigeeV1OperationMetadataProgress) MarshalJSON ¶
func (s *GoogleCloudApigeeV1OperationMetadataProgress) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1OptimizedStats ¶
type GoogleCloudApigeeV1OptimizedStats struct { // Response: This field wraps the stats response for Js Optimized // Scenario with a Response key. E.g. { "Response": { "TimeUnit": [], // "metaData": { "errors": [], "notices": [ "Source:Postgres", "Table // used: edge.api.aaxgroup001.agg_api", "PG // Host:ruappg08-ro.production.apigeeks.net", "query served // by:80c4ebca-6a10-4a2e-8faf-c60c1ee306ca" ] }, "resultTruncated": // false, "stats": { "data": [ { "identifier": { "names": [ "apiproxy" // ], "values": [ "sirjee" ] }, "metric": [ { "env": "prod", "name": // "sum(message_count)", "values": [ 36.0 ] }, { "env": "prod", "name": // "sum(is_error)", "values": [ 36.0 ] } ] } ] } } } Response *GoogleCloudApigeeV1OptimizedStatsResponse `json:"Response,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Response") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Response") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1OptimizedStats) MarshalJSON ¶
func (s *GoogleCloudApigeeV1OptimizedStats) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1OptimizedStatsNode ¶
type GoogleCloudApigeeV1OptimizedStatsNode struct { Data []interface{} `json:"data,omitempty"` // ForceSendFields is a list of field names (e.g. "Data") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Data") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1OptimizedStatsNode: This message type encapsulates a data node as represented below: { "identifier": { "names": [ "apiproxy" ], "values": [ "sirjee" ] }, "metric": [ { "env": "prod", "name": "sum(message_count)", "values": [ 36.0 ] } ] } OR { "env": "prod", "name": "sum(message_count)", "values": [ 36.0 ] } Depending on whether a dimension is present in the query or not the data node type can be a simple metric value or dimension identifier with list of metrics.
func (*GoogleCloudApigeeV1OptimizedStatsNode) MarshalJSON ¶
func (s *GoogleCloudApigeeV1OptimizedStatsNode) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1OptimizedStatsResponse ¶
type GoogleCloudApigeeV1OptimizedStatsResponse struct { // TimeUnit: This field contains a list of time unit values. Time unit // refers to an epoch timestamp value. TimeUnit googleapi.Int64s `json:"TimeUnit,omitempty"` // MetaData: This field contains metadata information about the query // executed MetaData *GoogleCloudApigeeV1Metadata `json:"metaData,omitempty"` // ResultTruncated: This ia a boolean field to indicate if the results // were truncated based on the limit parameter. ResultTruncated bool `json:"resultTruncated,omitempty"` // Stats: This field contains a stats results. Stats *GoogleCloudApigeeV1OptimizedStatsNode `json:"stats,omitempty"` // ForceSendFields is a list of field names (e.g. "TimeUnit") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "TimeUnit") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1OptimizedStatsResponse: This message type encapsulates a response format for Js Optimized Scenario.
func (*GoogleCloudApigeeV1OptimizedStatsResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1OptimizedStatsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Organization ¶
type GoogleCloudApigeeV1Organization struct { // AddonsConfig: Addon configurations of the Apigee organization. AddonsConfig *GoogleCloudApigeeV1AddonsConfig `json:"addonsConfig,omitempty"` // AnalyticsRegion: Required. Primary GCP region for analytics data // storage. For valid values, see Create an Apigee organization // (https://cloud.google.com/apigee/docs/api-platform/get-started/create-org). AnalyticsRegion string `json:"analyticsRegion,omitempty"` // Attributes: Not used by Apigee. Attributes []string `json:"attributes,omitempty"` // AuthorizedNetwork: Compute Engine network used for Service Networking // to be peered with Apigee runtime instances. See Getting started with // the Service Networking API // (https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started). // Valid only when RuntimeType (#RuntimeType) is set to `CLOUD`. The // value must be set before the creation of a runtime instance and can // be updated only when there are no runtime instances. For example: // `default`. Apigee also supports shared VPC (that is, the host network // project is not the same as the one that is peering with Apigee). See // Shared VPC overview (https://cloud.google.com/vpc/docs/shared-vpc). // To use a shared VPC network, use the following format: // `projects/{host-project-id}/{region}/networks/{network-name}`. For // example: `projects/my-sharedvpc-host/global/networks/mynetwork` // **Note:** Not supported for Apigee hybrid. AuthorizedNetwork string `json:"authorizedNetwork,omitempty"` // BillingType: Billing type of the Apigee organization. See Apigee // pricing (https://cloud.google.com/apigee/pricing). // // Possible values: // "BILLING_TYPE_UNSPECIFIED" - Billing type not specified. // "SUBSCRIPTION" - A pre-paid subscription to Apigee. // "EVALUATION" - Free and limited access to Apigee for evaluation // purposes only. only. BillingType string `json:"billingType,omitempty"` // CaCertificate: Output only. Base64-encoded public certificate for the // root CA of the Apigee organization. Valid only when RuntimeType // (#RuntimeType) is `CLOUD`. CaCertificate string `json:"caCertificate,omitempty"` // CreatedAt: Output only. Time that the Apigee organization was created // in milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // CustomerName: Not used by Apigee. CustomerName string `json:"customerName,omitempty"` // Description: Description of the Apigee organization. Description string `json:"description,omitempty"` DisplayName string `json:"displayName,omitempty"` // Environments: Output only. List of environments in the Apigee // organization. Environments []string `json:"environments,omitempty"` // ExpiresAt: Output only. Time that the Apigee organization is // scheduled for deletion. ExpiresAt int64 `json:"expiresAt,omitempty,string"` // LastModifiedAt: Output only. Time that the Apigee organization was // last modified in milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // Name: Output only. Name of the Apigee organization. Name string `json:"name,omitempty"` // ProjectId: Output only. Project ID associated with the Apigee // organization. ProjectId string `json:"projectId,omitempty"` // Properties: Properties defined in the Apigee organization profile. Properties *GoogleCloudApigeeV1Properties `json:"properties,omitempty"` // RuntimeDatabaseEncryptionKeyName: Cloud KMS key name used for // encrypting the data that is stored and replicated across runtime // instances. Update is not allowed after the organization is created. // Required when RuntimeType (#RuntimeType) is `CLOUD`. If not specified // when RuntimeType (#RuntimeType) is `TRIAL`, a Google-Managed // encryption key will be used. For example: // "projects/foo/locations/us/keyRings/bar/cryptoKeys/baz". **Note:** // Not supported for Apigee hybrid. RuntimeDatabaseEncryptionKeyName string `json:"runtimeDatabaseEncryptionKeyName,omitempty"` // RuntimeType: Required. Runtime type of the Apigee organization based // on the Apigee subscription purchased. // // Possible values: // "RUNTIME_TYPE_UNSPECIFIED" - Runtime type not specified. // "CLOUD" - Google-managed Apigee runtime. // "HYBRID" - User-managed Apigee hybrid runtime. RuntimeType string `json:"runtimeType,omitempty"` // State: Output only. State of the organization. Values other than // ACTIVE means the resource is not ready to use. // // Possible values: // "STATE_UNSPECIFIED" - Resource is in an unspecified state. // "CREATING" - Resource is being created. // "ACTIVE" - Resource is provisioned and ready to use. // "DELETING" - The resource is being deleted. // "UPDATING" - The resource is being updated. State string `json:"state,omitempty"` // SubscriptionType: Output only. DEPRECATED: This will eventually be // replaced by BillingType. Subscription type of the Apigee // organization. Valid values include trial (free, limited, and for // evaluation purposes only) or paid (full subscription has been // purchased). See Apigee pricing // (https://cloud.google.com/apigee/pricing/). // // Possible values: // "SUBSCRIPTION_TYPE_UNSPECIFIED" - Subscription type not specified. // "PAID" - Full subscription to Apigee has been purchased. // "TRIAL" - Subscription to Apigee is free, limited, and used for // evaluation purposes only. SubscriptionType string `json:"subscriptionType,omitempty"` // Type: Not used by Apigee. // // Possible values: // "TYPE_UNSPECIFIED" - Subscription type not specified. // "TYPE_TRIAL" - Subscription to Apigee is free, limited, and used // for evaluation purposes only. // "TYPE_PAID" - Full subscription to Apigee has been purchased. See // [Apigee pricing](https://cloud.google.com/apigee/pricing/). // "TYPE_INTERNAL" - For internal users only. Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AddonsConfig") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AddonsConfig") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1Organization) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Organization) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1OrganizationProjectMapping ¶
type GoogleCloudApigeeV1OrganizationProjectMapping struct { // Organization: Name of the Apigee organization. Organization string `json:"organization,omitempty"` // ProjectIds: List of GCP projects associated with the Apigee // organization. ProjectIds []string `json:"projectIds,omitempty"` // ForceSendFields is a list of field names (e.g. "Organization") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Organization") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1OrganizationProjectMapping) MarshalJSON ¶
func (s *GoogleCloudApigeeV1OrganizationProjectMapping) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1PodStatus ¶
type GoogleCloudApigeeV1PodStatus struct { // AppVersion: Version of the application running in the pod. AppVersion string `json:"appVersion,omitempty"` // DeploymentStatus: Status of the deployment. Valid values include: - // `deployed`: Successful. - `error` : Failed. - `pending` : Pod has not // yet reported on the deployment. DeploymentStatus string `json:"deploymentStatus,omitempty"` // DeploymentStatusTime: Time the deployment status was reported in // milliseconds since epoch. DeploymentStatusTime int64 `json:"deploymentStatusTime,omitempty,string"` // DeploymentTime: Time the proxy was deployed in milliseconds since // epoch. DeploymentTime int64 `json:"deploymentTime,omitempty,string"` // PodName: Name of the pod which is reporting the status. PodName string `json:"podName,omitempty"` // PodStatus: Overall status of the pod (not this specific deployment). // Valid values include: - `active`: Up to date. - `stale` : Recently // out of date. Pods that have not reported status in a long time are // excluded from the output. PodStatus string `json:"podStatus,omitempty"` // PodStatusTime: Time the pod status was reported in milliseconds since // epoch. PodStatusTime int64 `json:"podStatusTime,omitempty,string"` // StatusCode: Code associated with the deployment status. StatusCode string `json:"statusCode,omitempty"` // StatusCodeDetails: Human-readable message associated with the status // code. StatusCodeDetails string `json:"statusCodeDetails,omitempty"` // ForceSendFields is a list of field names (e.g. "AppVersion") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AppVersion") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1PodStatus) MarshalJSON ¶
func (s *GoogleCloudApigeeV1PodStatus) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Point ¶
type GoogleCloudApigeeV1Point struct { // Id: Name of a step in the transaction. Id string `json:"id,omitempty"` // Results: List of results extracted from a given debug point. Results []*GoogleCloudApigeeV1Result `json:"results,omitempty"` // ForceSendFields is a list of field names (e.g. "Id") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Id") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Point: Point is a group of information collected by runtime plane at critical points of the message flow of the processed API request. This is a list of supported point IDs, categorized to three major buckets. For each category, debug points that we are currently supporting are listed below: - Flow status debug points: StateChange FlowInfo Condition Execution DebugMask Error - Flow control debug points: FlowCallout Paused Resumed FlowReturn BreakFlow Error - Runtime debug points: ScriptExecutor FlowCalloutStepDefinition CustomTarget StepDefinition Oauth2ServicePoint RaiseFault NodeJS The detail information of the given debug point is stored in a list of results.
func (*GoogleCloudApigeeV1Point) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Point) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Properties ¶
type GoogleCloudApigeeV1Properties struct { // Property: List of all properties in the object Property []*GoogleCloudApigeeV1Property `json:"property,omitempty"` // ForceSendFields is a list of field names (e.g. "Property") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Property") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Properties: Message for compatibility with legacy Edge specification for Java Properties object in JSON.
func (*GoogleCloudApigeeV1Properties) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Properties) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Property ¶
type GoogleCloudApigeeV1Property struct { // Name: The property key Name string `json:"name,omitempty"` // Value: The property value Value string `json:"value,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Property: A single property entry in the Properties message.
func (*GoogleCloudApigeeV1Property) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Property) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ProvisionOrganizationRequest ¶
type GoogleCloudApigeeV1ProvisionOrganizationRequest struct { // AnalyticsRegion: Primary Cloud Platform region for analytics data // storage. For valid values, see Create an organization // (https://cloud.google.com/apigee/docs/hybrid/latest/precog-provision). // Defaults to `us-west1`. AnalyticsRegion string `json:"analyticsRegion,omitempty"` // AuthorizedNetwork: Name of the customer project's VPC network. If // provided, the network needs to be peered through Service Networking. // If none is provided, the organization will have access only to the // public internet. AuthorizedNetwork string `json:"authorizedNetwork,omitempty"` // RuntimeLocation: Cloud Platform location for the runtime instance. // Defaults to zone `us-west1-a`. If a region is provided, `EVAL` // organizations will use the region for automatically selecting a zone // for the runtime instance. RuntimeLocation string `json:"runtimeLocation,omitempty"` // ForceSendFields is a list of field names (e.g. "AnalyticsRegion") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AnalyticsRegion") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ProvisionOrganizationRequest: Request for ProvisionOrganization.
func (*GoogleCloudApigeeV1ProvisionOrganizationRequest) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ProvisionOrganizationRequest) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Query ¶
type GoogleCloudApigeeV1Query struct { // CsvDelimiter: Delimiter used in the CSV file, if `outputFormat` is // set to `csv`. Defaults to the `,` (comma) character. Supported // delimiter characters include comma (`,`), pipe (`|`), and tab (`\t`). CsvDelimiter string `json:"csvDelimiter,omitempty"` // Dimensions: A list of dimensions. // https://docs.apigee.com/api-platform/analytics/analytics-reference#dimensions Dimensions []string `json:"dimensions,omitempty"` // EnvgroupHostname: Hostname needs to be specified if query intends to // run at host level. This field is only allowed when query is submitted // by CreateHostAsyncQuery where analytics data will be grouped by // organization and hostname. EnvgroupHostname string `json:"envgroupHostname,omitempty"` // Filter: Boolean expression that can be used to filter data. Filter // expressions can be combined using AND/OR terms and should be fully // parenthesized to avoid ambiguity. See Analytics metrics, dimensions, // and filters reference // https://docs.apigee.com/api-platform/analytics/analytics-reference // for more information on the fields available to filter on. For more // information on the tokens that you use to build filter expressions, // see Filter expression syntax. // https://docs.apigee.com/api-platform/analytics/asynch-reports-api#filter-expression-syntax Filter string `json:"filter,omitempty"` // GroupByTimeUnit: Time unit used to group the result set. Valid values // include: second, minute, hour, day, week, or month. If a query // includes groupByTimeUnit, then the result is an aggregation based on // the specified time unit and the resultant timestamp does not include // milliseconds precision. If a query omits groupByTimeUnit, then the // resultant timestamp includes milliseconds precision. GroupByTimeUnit string `json:"groupByTimeUnit,omitempty"` // Limit: Maximum number of rows that can be returned in the result. Limit int64 `json:"limit,omitempty"` // Metrics: A list of Metrics. Metrics []*GoogleCloudApigeeV1QueryMetric `json:"metrics,omitempty"` // Name: Asynchronous Query Name. Name string `json:"name,omitempty"` // OutputFormat: Valid values include: `csv` or `json`. Defaults to // `json`. Note: Configure the delimiter for CSV output using the // csvDelimiter property. OutputFormat string `json:"outputFormat,omitempty"` // ReportDefinitionId: Asynchronous Report ID. ReportDefinitionId string `json:"reportDefinitionId,omitempty"` // TimeRange: Required. Time range for the query. Can use the following // predefined strings to specify the time range: `last60minutes` // `last24hours` `last7days` Or, specify the timeRange as a structure // describing start and end timestamps in the ISO format: // yyyy-mm-ddThh:mm:ssZ. Example: "timeRange": { "start": // "2018-07-29T00:13:00Z", "end": "2018-08-01T00:18:00Z" } TimeRange interface{} `json:"timeRange,omitempty"` // ForceSendFields is a list of field names (e.g. "CsvDelimiter") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CsvDelimiter") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1Query) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Query) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1QueryMetadata ¶
type GoogleCloudApigeeV1QueryMetadata struct { // Dimensions: Dimensions of the AsyncQuery. Dimensions []string `json:"dimensions,omitempty"` // EndTimestamp: End timestamp of the query range. EndTimestamp string `json:"endTimestamp,omitempty"` // Metrics: Metrics of the AsyncQuery. Example: // ["name:message_count,func:sum,alias:sum_message_count"] Metrics []string `json:"metrics,omitempty"` // OutputFormat: Output format. OutputFormat string `json:"outputFormat,omitempty"` // StartTimestamp: Start timestamp of the query range. StartTimestamp string `json:"startTimestamp,omitempty"` // TimeUnit: Query GroupBy time unit. TimeUnit string `json:"timeUnit,omitempty"` // ForceSendFields is a list of field names (e.g. "Dimensions") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Dimensions") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1QueryMetadata) MarshalJSON ¶
func (s *GoogleCloudApigeeV1QueryMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1QueryMetric ¶
type GoogleCloudApigeeV1QueryMetric struct { // Alias: Alias for the metric. Alias will be used to replace metric // name in query results. Alias string `json:"alias,omitempty"` // Function: Aggregation function: avg, min, max, or sum. Function string `json:"function,omitempty"` // Name: Required. Metric name. Name string `json:"name,omitempty"` // Operator: One of `+`, `-`, `/`, `%`, `*`. Operator string `json:"operator,omitempty"` // Value: Operand value should be provided when operator is set. Value string `json:"value,omitempty"` // ForceSendFields is a list of field names (e.g. "Alias") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Alias") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1QueryMetric: More info about Metric: https://docs.apigee.com/api-platform/analytics/analytics-reference#metrics
func (*GoogleCloudApigeeV1QueryMetric) MarshalJSON ¶
func (s *GoogleCloudApigeeV1QueryMetric) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Quota ¶
type GoogleCloudApigeeV1Quota struct { // Interval: Required. Time interval over which the number of request // messages is calculated. Interval string `json:"interval,omitempty"` // Limit: Required. Upper limit allowed for the time interval and time // unit specified. Requests exceeding this limit will be rejected. Limit string `json:"limit,omitempty"` // TimeUnit: Time unit defined for the `interval`. Valid values include // `minute`, `hour`, `day`, or `month`. If `limit` and `interval` are // valid, the default value is `hour`; otherwise, the default is null. TimeUnit string `json:"timeUnit,omitempty"` // ForceSendFields is a list of field names (e.g. "Interval") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Interval") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Quota: Quota contains the essential parameters needed that can be applied on the resources, methods, API source combination associated with this API product. While Quota is optional, setting it prevents requests from exceeding the provisioned parameters.
func (*GoogleCloudApigeeV1Quota) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Quota) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1RatePlan ¶
type GoogleCloudApigeeV1RatePlan struct { // Apiproduct: Name of the API product that the rate plan is associated // with. Apiproduct string `json:"apiproduct,omitempty"` // BillingPeriod: Frequency at which the customer will be billed. // // Possible values: // "BILLING_PERIOD_UNSPECIFIED" - Billing period not specified. // "WEEKLY" - Weekly billing period. **Note**: Not supported by Apigee // at this time. // "MONTHLY" - Monthly billing period. BillingPeriod string `json:"billingPeriod,omitempty"` // ConsumptionPricingRates: API call volume ranges and the fees charged // when the total number of API calls is within a given range. The // method used to calculate the final fee depends on the selected // pricing model. For example, if the pricing model is `STAIRSTEP` and // the ranges are defined as follows: “` { "start": 1, "end": 100, // "fee": 75 }, { "start": 101, "end": 200, "fee": 100 }, } “` Then the // following fees would be charged based on the total number of API // calls (assuming the currency selected is `USD`): * 1 call costs $75 * // 50 calls cost $75 * 150 calls cost $100 The number of API calls // cannot exceed 200. ConsumptionPricingRates []*GoogleCloudApigeeV1RateRange `json:"consumptionPricingRates,omitempty"` // ConsumptionPricingType: Pricing model used for consumption-based // charges. // // Possible values: // "CONSUMPTION_PRICING_TYPE_UNSPECIFIED" - Pricing model not // specified. This is the default. // "FIXED_PER_UNIT" - Fixed rate charged for each API call. // "BANDED" - Variable rate charged based on the total volume of API // calls. Example: * 1-100 calls cost $2 per call * 101-200 calls cost // $1.50 per call * 201-300 calls cost $1 per call * Total price for 50 // calls: 50 x $2 = $100 * Total price for 150 calls: 150 x $1.5 = $225 // * Total price for 250 calls: 250 x $1 = $250. **Note**: Not supported // by Apigee at this time. // "TIERED" - Variable rate charged for each API call based on price // tiers. Example: * 1-100 calls cost $2 per call * 101-200 calls cost // $1.50 per call * 201-300 calls cost $1 per call * Total price for 50 // calls: 50 x $2 = $100 * Total price for 150 calls: 100 x $2 + 50 x // $1.5 = $275 * Total price for 250 calls: 100 x $2 + 100 x $1.5 + 50 x // $1 = $400. **Note**: Not supported by Apigee at this time. // "STAIRSTEP" - Flat rate charged for a bundle of API calls whether // or not the entire bundle is used. Example: * 1-100 calls cost $75 // flat fee * 101-200 calls cost $100 flat free * 201-300 calls cost // $150 flat fee * Total price for 1 call: $75 * Total price for 50 // calls: $75 * Total price for 150 calls: $100 * Total price for 250 // calls: $150. **Note**: Not supported by Apigee at this time. ConsumptionPricingType string `json:"consumptionPricingType,omitempty"` // CreatedAt: Output only. Time that the rate plan was created in // milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` // CurrencyCode: Currency to be used for billing. Consists of a // three-letter code as defined by the ISO 4217 // (https://en.wikipedia.org/wiki/ISO_4217) standard. CurrencyCode string `json:"currencyCode,omitempty"` // Description: Description of the rate plan. Description string `json:"description,omitempty"` // DisplayName: Display name of the rate plan. DisplayName string `json:"displayName,omitempty"` // EndTime: Time when the rate plan will expire in milliseconds since // epoch. Set to 0 or `null` to indicate that the rate plan should never // expire. EndTime int64 `json:"endTime,omitempty,string"` // FixedFeeFrequency: Frequency at which the fixed fee is charged. FixedFeeFrequency int64 `json:"fixedFeeFrequency,omitempty"` // FixedRecurringFee: Fixed amount that is charged at a defined interval // and billed in advance of use of the API product. The fee will be // prorated for the first billing period. FixedRecurringFee *GoogleTypeMoney `json:"fixedRecurringFee,omitempty"` // LastModifiedAt: Output only. Time the rate plan was last modified in // milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` // Name: Output only. Name of the rate plan. Name string `json:"name,omitempty"` // PaymentFundingModel: Flag that specifies the billing account type, // prepaid or postpaid. // // Possible values: // "PAYMENT_FUNDING_MODEL_UNSPECIFIED" - Billing account type not // specified. // "PREPAID" - Prepaid billing account type. Developer pays in advance // for the use of your API products. Funds are deducted from their // prepaid account balance. **Note**: Not supported by Apigee at this // time. // "POSTPAID" - Postpaid billing account type. Developer is billed // through an invoice after using your API products. PaymentFundingModel string `json:"paymentFundingModel,omitempty"` RevenueShareRates []*GoogleCloudApigeeV1RevenueShareRange `json:"revenueShareRates,omitempty"` // with developers. // // Possible values: // "REVENUE_SHARE_TYPE_UNSPECIFIED" - Revenue share type is not // specified. // "FIXED" - Fixed percentage of the total revenue will be shared. The // percentage to be shared can be configured by the API provider. // "VOLUME_BANDED" - Amount of revenue shared depends on the number of // API calls. The API call volume ranges and the revenue share // percentage for each volume can be configured by the API provider. // **Note**: Not supported by Apigee at this time. RevenueShareType string `json:"revenueShareType,omitempty"` // SetupFee: Initial, one-time fee paid when purchasing the API product. SetupFee *GoogleTypeMoney `json:"setupFee,omitempty"` // StartTime: Time when the rate plan becomes active in milliseconds // since epoch. StartTime int64 `json:"startTime,omitempty,string"` // State: Current state of the rate plan (draft or published). // // Possible values: // "STATE_UNSPECIFIED" - State of the rate plan is not specified. // "DRAFT" - Rate plan is in draft mode and only visible to API // providers. // "PUBLISHED" - Rate plan is published and will become visible to // developers for the configured duration (between `startTime` and // `endTime`). State string `json:"state,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Apiproduct") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Apiproduct") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1RatePlan: Rate plan details.
func (*GoogleCloudApigeeV1RatePlan) MarshalJSON ¶
func (s *GoogleCloudApigeeV1RatePlan) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1RateRange ¶
type GoogleCloudApigeeV1RateRange struct { // End: Ending value of the range. Set to 0 or `null` for the last range // of values. End int64 `json:"end,omitempty,string"` // Fee: Fee to charge when total number of API calls falls within this // range. Fee *GoogleTypeMoney `json:"fee,omitempty"` // Start: Starting value of the range. Set to 0 or `null` for the // initial range of values. Start int64 `json:"start,omitempty,string"` // ForceSendFields is a list of field names (e.g. "End") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "End") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1RateRange: API call volume range and the fees charged when the total number of API calls is within the range.
func (*GoogleCloudApigeeV1RateRange) MarshalJSON ¶
func (s *GoogleCloudApigeeV1RateRange) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Reference ¶
type GoogleCloudApigeeV1Reference struct { // Description: Optional. A human-readable description of this // reference. Description string `json:"description,omitempty"` // Name: Required. The resource id of this reference. Values must match // the regular expression [\w\s\-.]+. Name string `json:"name,omitempty"` // Refers: Required. The id of the resource to which this reference // refers. Must be the id of a resource that exists in the parent // environment and is of the given resource_type. Refers string `json:"refers,omitempty"` // ResourceType: The type of resource referred to by this reference. // Valid values are 'KeyStore' or 'TrustStore'. ResourceType string `json:"resourceType,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Description") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Description") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Reference: A Reference configuration. References must refer to a keystore that also exists in the parent environment.
func (*GoogleCloudApigeeV1Reference) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Reference) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ReferenceConfig ¶
type GoogleCloudApigeeV1ReferenceConfig struct { // Name: Name of the reference in the following format: // `organizations/{org}/environments/{env}/references/{reference}` Name string `json:"name,omitempty"` // ResourceName: Name of the referenced resource in the following // format: `organizations/{org}/environments/{env}/keystores/{keystore}` // Only references to keystore resources are supported. ResourceName string `json:"resourceName,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ReferenceConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ReferenceConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ReportInstanceStatusRequest ¶
type GoogleCloudApigeeV1ReportInstanceStatusRequest struct { // InstanceUid: A unique ID for the instance which is guaranteed to be // unique in case the user installs multiple hybrid runtimes with the // same instance ID. InstanceUid string `json:"instanceUid,omitempty"` // ReportTime: The time the report was generated in the runtime. Used to // prevent an old status from overwriting a newer one. An instance // should space out it's status reports so that clock skew does not play // a factor. ReportTime string `json:"reportTime,omitempty"` // Resources: Status for config resources Resources []*GoogleCloudApigeeV1ResourceStatus `json:"resources,omitempty"` // ForceSendFields is a list of field names (e.g. "InstanceUid") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "InstanceUid") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ReportInstanceStatusRequest: Request for ReportInstanceStatus.
func (*GoogleCloudApigeeV1ReportInstanceStatusRequest) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ReportInstanceStatusRequest) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ReportInstanceStatusResponse ¶
type GoogleCloudApigeeV1ReportInstanceStatusResponse struct { // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` }
GoogleCloudApigeeV1ReportInstanceStatusResponse: Placeholder for future enhancements to status reporting protocol
type GoogleCloudApigeeV1ReportProperty ¶
type GoogleCloudApigeeV1ReportProperty struct { // Property: name of the property Property string `json:"property,omitempty"` // Value: property values Value []*GoogleCloudApigeeV1Attribute `json:"value,omitempty"` // ForceSendFields is a list of field names (e.g. "Property") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Property") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ReportProperty) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ReportProperty) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ResourceConfig ¶
type GoogleCloudApigeeV1ResourceConfig struct { // Location: Location of the resource as a URI. Location string `json:"location,omitempty"` // Name: Resource name in the following format: // `organizations/{org}/environments/{env}/resourcefiles/{type}/{file}/re // visions/{rev}` Only environment-scoped resource files are supported. Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "Location") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Location") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ResourceConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ResourceConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ResourceFile ¶
type GoogleCloudApigeeV1ResourceFile struct { // Name: ID of the resource file. Name string `json:"name,omitempty"` // Type: Resource file type. {{ resource_file_type }} Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ResourceFile: Metadata about a resource file.
func (*GoogleCloudApigeeV1ResourceFile) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ResourceFile) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ResourceFiles ¶
type GoogleCloudApigeeV1ResourceFiles struct { // ResourceFile: List of resource files. ResourceFile []*GoogleCloudApigeeV1ResourceFile `json:"resourceFile,omitempty"` // ForceSendFields is a list of field names (e.g. "ResourceFile") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ResourceFile") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ResourceFiles: List of resource files.
func (*GoogleCloudApigeeV1ResourceFiles) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ResourceFiles) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ResourceStatus ¶
type GoogleCloudApigeeV1ResourceStatus struct { // Resource: The resource name. Currently only two resources are // supported: EnvironmentGroup - // organizations/{org}/envgroups/{envgroup} EnvironmentConfig - // organizations/{org}/environments/{environment}/deployedConfig Resource string `json:"resource,omitempty"` // Revisions: Revisions of the resource currently deployed in the // instance. Revisions []*GoogleCloudApigeeV1RevisionStatus `json:"revisions,omitempty"` // TotalReplicas: The total number of replicas that should have this // resource. TotalReplicas int64 `json:"totalReplicas,omitempty"` // Uid: The uid of the resource. In the unexpected case that the // instance has multiple uids for the same name, they should be reported // under separate ResourceStatuses. Uid string `json:"uid,omitempty"` // ForceSendFields is a list of field names (e.g. "Resource") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Resource") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1ResourceStatus: The status of a resource loaded in the runtime.
func (*GoogleCloudApigeeV1ResourceStatus) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ResourceStatus) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Result ¶
type GoogleCloudApigeeV1Result struct { // ActionResult: Type of the action result. Can be one of the five: // DebugInfo, RequestMessage, ResponseMessage, ErrorMessage, // VariableAccess ActionResult string `json:"ActionResult,omitempty"` // AccessList: A list of variable access actions agaist the api proxy. // Supported values: Get, Set, Remove. AccessList []*GoogleCloudApigeeV1Access `json:"accessList,omitempty"` // Content: Error message content. for example, "content" : // "{\"fault\":{\"faultstring\":\"API timed // out\",\"detail\":{\"errorcode\":\"flow.APITimedOut\"}}}" Content string `json:"content,omitempty"` // Headers: A list of HTTP headers. for example, '"headers" : [ { "name" // : "Content-Length", "value" : "83" }, { "name" : "Content-Type", // "value" : "application/json" } ]' Headers []*GoogleCloudApigeeV1Property `json:"headers,omitempty"` // Properties: Name value pairs used for DebugInfo ActionResult. Properties *GoogleCloudApigeeV1Properties `json:"properties,omitempty"` // ReasonPhrase: HTTP response phrase ReasonPhrase string `json:"reasonPhrase,omitempty"` // StatusCode: HTTP response code StatusCode string `json:"statusCode,omitempty"` // Timestamp: Timestamp of when the result is recorded. Its format is // dd-mm-yy hh:mm:ss:xxx. For example, "timestamp" : "12-08-19 // 00:31:59:960" Timestamp string `json:"timestamp,omitempty"` // URI: The relative path of the api proxy. for example, "uRI" : // "/iloveapis" URI string `json:"uRI,omitempty"` // Verb: HTTP method verb Verb string `json:"verb,omitempty"` // ForceSendFields is a list of field names (e.g. "ActionResult") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ActionResult") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Result: Result is short for "action result", could be different types identified by "action_result" field. Supported types: 1. DebugInfo : generic debug info collected by runtime recorded as a list of properties. For example, the contents could be virtual host info, state change result, or execution metadata. Required fields : properties, timestamp 2. RequestMessage: information of a http request. Contains headers, request URI and http methods type.Required fields : headers, uri, verb 3. ResponseMessage: information of a http response. Contains headers, reason phrase and http status code. Required fields : headers, reasonPhrase, statusCode 4. ErrorMessage: information of a http error message. Contains detail error message, reason phrase and status code. Required fields : content, headers, reasonPhrase, statusCode 5. VariableAccess: a list of variable access actions, can be Get, Set and Remove. Required fields : accessList
func (*GoogleCloudApigeeV1Result) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Result) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1RevenueShareRange ¶
type GoogleCloudApigeeV1RevenueShareRange struct { // of values. End int64 `json:"end,omitempty,string"` // developer. For example, to share 21 percent of the total revenue with // the developer, set this value to 21. Specify a decimal number with a // maximum of two digits following the decimal point. SharePercentage float64 `json:"sharePercentage,omitempty"` // initial range of values. Start int64 `json:"start,omitempty,string"` // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1RevenueShareRange: API call volume range and the percentage of revenue to share with the developer when the total number of API calls is within the range.
func (*GoogleCloudApigeeV1RevenueShareRange) MarshalJSON ¶
func (s *GoogleCloudApigeeV1RevenueShareRange) MarshalJSON() ([]byte, error)
func (*GoogleCloudApigeeV1RevenueShareRange) UnmarshalJSON ¶
func (s *GoogleCloudApigeeV1RevenueShareRange) UnmarshalJSON(data []byte) error
type GoogleCloudApigeeV1RevisionStatus ¶
type GoogleCloudApigeeV1RevisionStatus struct { // Errors: Errors reported when attempting to load this revision. Errors []*GoogleCloudApigeeV1UpdateError `json:"errors,omitempty"` // JsonSpec: The json content of the resource revision. Large specs // should be sent individually via the spec field to avoid hitting // request size limits. JsonSpec string `json:"jsonSpec,omitempty"` // Replicas: The number of replicas that have successfully loaded this // revision. Replicas int64 `json:"replicas,omitempty"` // RevisionId: The revision of the resource. RevisionId string `json:"revisionId,omitempty"` // ForceSendFields is a list of field names (e.g. "Errors") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Errors") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1RevisionStatus: The status of a specific resource revision.
func (*GoogleCloudApigeeV1RevisionStatus) MarshalJSON ¶
func (s *GoogleCloudApigeeV1RevisionStatus) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1RoutingRule ¶
type GoogleCloudApigeeV1RoutingRule struct { // Basepath: URI path prefix used to route to the specified environment. // May contain one or more wildcards. For example, path segments // consisting of a single `*` character will match any string. Basepath string `json:"basepath,omitempty"` // EnvGroupRevision: The env group config revision_id when this rule was // added or last updated. This value is set when the rule is created and // will only update if the the environment_id changes. It is used to // determine if the runtime is up to date with respect to this rule. // This field is omitted from the IngressConfig unless the // GetDeployedIngressConfig API is called with view=FULL. EnvGroupRevision int64 `json:"envGroupRevision,omitempty,string"` // Environment: Name of an environment bound to the environment group in // the following format: `organizations/{org}/environments/{env}`. Environment string `json:"environment,omitempty"` // Receiver: The resource name of the proxy revision that is receiving // this basepath in the following format: // `organizations/{org}/apis/{api}/revisions/{rev}`. This field is // omitted from the IngressConfig unless the GetDeployedIngressConfig // API is called with view=FULL. Receiver string `json:"receiver,omitempty"` // UpdateTime: The unix timestamp when this rule was updated. This is // updated whenever env_group_revision is updated. This field is omitted // from the IngressConfig unless the GetDeployedIngressConfig API is // called with view=FULL. UpdateTime string `json:"updateTime,omitempty"` // ForceSendFields is a list of field names (e.g. "Basepath") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Basepath") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1RoutingRule) MarshalJSON ¶
func (s *GoogleCloudApigeeV1RoutingRule) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1RuntimeTraceConfig ¶
type GoogleCloudApigeeV1RuntimeTraceConfig struct { // Endpoint: Endpoint of the exporter. Endpoint string `json:"endpoint,omitempty"` // Exporter: Exporter that is used to view the distributed trace // captured using OpenCensus. An exporter sends traces to any backend // that is capable of consuming them. Recorded spans can be exported by // registered exporters. // // Possible values: // "EXPORTER_UNSPECIFIED" - Exporter unspecified // "JAEGER" - Jaeger exporter // "CLOUD_TRACE" - Cloudtrace exporter Exporter string `json:"exporter,omitempty"` // Name: Name of the trace config in the following format: // `organizations/{org}/environment/{env}/traceConfig` Name string `json:"name,omitempty"` // Overrides: List of trace configuration overrides for spicific API // proxies. Overrides []*GoogleCloudApigeeV1RuntimeTraceConfigOverride `json:"overrides,omitempty"` // RevisionCreateTime: The timestamp that the revision was created or // updated. RevisionCreateTime string `json:"revisionCreateTime,omitempty"` // RevisionId: Revision number which can be used by the runtime to // detect if the trace config has changed between two versions. RevisionId string `json:"revisionId,omitempty"` // SamplingConfig: Trace configuration for all API proxies in an // environment. SamplingConfig *GoogleCloudApigeeV1RuntimeTraceSamplingConfig `json:"samplingConfig,omitempty"` // ForceSendFields is a list of field names (e.g. "Endpoint") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Endpoint") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1RuntimeTraceConfig: NEXT ID: 8 RuntimeTraceConfig defines the configurations for distributed trace in an environment.
func (*GoogleCloudApigeeV1RuntimeTraceConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1RuntimeTraceConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1RuntimeTraceConfigOverride ¶
type GoogleCloudApigeeV1RuntimeTraceConfigOverride struct { // ApiProxy: Name of the API proxy that will have its trace // configuration overridden following format: // `organizations/{org}/apis/{api}` ApiProxy string `json:"apiProxy,omitempty"` // Name: Name of the trace config override in the following format: // `organizations/{org}/environment/{env}/traceConfig/overrides/{override // }` Name string `json:"name,omitempty"` // RevisionCreateTime: The timestamp that the revision was created or // updated. RevisionCreateTime string `json:"revisionCreateTime,omitempty"` // RevisionId: Revision number which can be used by the runtime to // detect if the trace config override has changed between two versions. RevisionId string `json:"revisionId,omitempty"` // SamplingConfig: Trace configuration override for a specific API proxy // in an environment. SamplingConfig *GoogleCloudApigeeV1RuntimeTraceSamplingConfig `json:"samplingConfig,omitempty"` // Uid: Unique ID for the configuration override. The ID will only // change if the override is deleted and recreated. Corresponds to // name's "override" field. Uid string `json:"uid,omitempty"` // ForceSendFields is a list of field names (e.g. "ApiProxy") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiProxy") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1RuntimeTraceConfigOverride: NEXT ID: 7 Trace configuration override for a specific API proxy in an environment.
func (*GoogleCloudApigeeV1RuntimeTraceConfigOverride) MarshalJSON ¶
func (s *GoogleCloudApigeeV1RuntimeTraceConfigOverride) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1RuntimeTraceSamplingConfig ¶
type GoogleCloudApigeeV1RuntimeTraceSamplingConfig struct { // Sampler: Sampler of distributed tracing. OFF is the default value. // // Possible values: // "SAMPLER_UNSPECIFIED" - Sampler unspecified. // "OFF" - OFF means distributed trace is disabled, or the sampling // probability is 0. // "PROBABILITY" - PROBABILITY means traces are captured on a // probability that defined by sampling_rate. The sampling rate is // limited to 0 to 0.5 when this is set. Sampler string `json:"sampler,omitempty"` // SamplingRate: Field sampling rate. This value is only applicable when // using the PROBABILITY sampler. The supported values are > 0 and <= // 0.5. SamplingRate float64 `json:"samplingRate,omitempty"` // ForceSendFields is a list of field names (e.g. "Sampler") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Sampler") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1RuntimeTraceSamplingConfig: NEXT ID: 3 RuntimeTraceSamplingConfig represents the detail settings of distributed tracing. Only the fields that are defined in the distributed trace configuration can be overridden using the distribute trace configuration override APIs.
func (*GoogleCloudApigeeV1RuntimeTraceSamplingConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1RuntimeTraceSamplingConfig) MarshalJSON() ([]byte, error)
func (*GoogleCloudApigeeV1RuntimeTraceSamplingConfig) UnmarshalJSON ¶
func (s *GoogleCloudApigeeV1RuntimeTraceSamplingConfig) UnmarshalJSON(data []byte) error
type GoogleCloudApigeeV1Schema ¶
type GoogleCloudApigeeV1Schema struct { // Dimensions: List of schema fields grouped as dimensions. Dimensions []*GoogleCloudApigeeV1SchemaSchemaElement `json:"dimensions,omitempty"` // Meta: Additional metadata associated with schema. This is a legacy // field and usually consists of an empty array of strings. Meta []string `json:"meta,omitempty"` // Metrics: List of schema fields grouped as dimensions that can be used // with an aggregate function such as `sum`, `avg`, `min`, and `max`. Metrics []*GoogleCloudApigeeV1SchemaSchemaElement `json:"metrics,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Dimensions") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Dimensions") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Schema: Response for Schema call
func (*GoogleCloudApigeeV1Schema) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Schema) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1SchemaSchemaElement ¶
type GoogleCloudApigeeV1SchemaSchemaElement struct { // Name: Name of the field. Name string `json:"name,omitempty"` // Properties: Properties for the schema field. For example: { // "createTime": "2016-02-26T10:23:09.592Z", "custom": "false", "type": // "string" } Properties *GoogleCloudApigeeV1SchemaSchemaProperty `json:"properties,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1SchemaSchemaElement: Message type for the schema element
func (*GoogleCloudApigeeV1SchemaSchemaElement) MarshalJSON ¶
func (s *GoogleCloudApigeeV1SchemaSchemaElement) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1SchemaSchemaProperty ¶
type GoogleCloudApigeeV1SchemaSchemaProperty struct { // CreateTime: Time the field was created in RFC3339 string form. For // example: `2016-02-26T10:23:09.592Z`. CreateTime string `json:"createTime,omitempty"` // Custom: Flag that specifies whether the field is standard in the // dataset or a custom field created by the customer. `true` indicates // that it is a custom field. Custom string `json:"custom,omitempty"` // Type: Data type of the field. Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "CreateTime") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreateTime") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1SchemaSchemaProperty: Properties for the schema field.
func (*GoogleCloudApigeeV1SchemaSchemaProperty) MarshalJSON ¶
func (s *GoogleCloudApigeeV1SchemaSchemaProperty) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1ServiceIssuersMapping ¶
type GoogleCloudApigeeV1ServiceIssuersMapping struct { // EmailIds: List of trusted issuer email ids. EmailIds []string `json:"emailIds,omitempty"` // Service: String indicating the Apigee service name. Service string `json:"service,omitempty"` // ForceSendFields is a list of field names (e.g. "EmailIds") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "EmailIds") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1ServiceIssuersMapping) MarshalJSON ¶
func (s *GoogleCloudApigeeV1ServiceIssuersMapping) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Session ¶
type GoogleCloudApigeeV1Session struct { // Id: The debug session ID. Id string `json:"id,omitempty"` // TimestampMs: The first transaction creation timestamp in millisecond, // recoreded by UAP. TimestampMs int64 `json:"timestampMs,omitempty,string"` // ForceSendFields is a list of field names (e.g. "Id") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Id") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Session: Session carries the debug session id and its creation time.
func (*GoogleCloudApigeeV1Session) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Session) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1SetAddonsRequest ¶
type GoogleCloudApigeeV1SetAddonsRequest struct { // AddonsConfig: Required. Add-on configurations. AddonsConfig *GoogleCloudApigeeV1AddonsConfig `json:"addonsConfig,omitempty"` // ForceSendFields is a list of field names (e.g. "AddonsConfig") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AddonsConfig") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1SetAddonsRequest: Request for SetAddons.
func (*GoogleCloudApigeeV1SetAddonsRequest) MarshalJSON ¶
func (s *GoogleCloudApigeeV1SetAddonsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1SharedFlow ¶
type GoogleCloudApigeeV1SharedFlow struct { // this shared flow. LatestRevisionId string `json:"latestRevisionId,omitempty"` MetaData *GoogleCloudApigeeV1EntityMetadata `json:"metaData,omitempty"` Name string `json:"name,omitempty"` Revision []string `json:"revision,omitempty"` // server. googleapi.ServerResponse `json:"-"` // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1SharedFlow: The metadata describing a shared flow
func (*GoogleCloudApigeeV1SharedFlow) MarshalJSON ¶
func (s *GoogleCloudApigeeV1SharedFlow) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1SharedFlowRevision ¶
type GoogleCloudApigeeV1SharedFlowRevision struct { // which this shared flow conforms. The only supported value currently // is majorVersion 4 and minorVersion 0. This setting may be used in the // future to enable evolution of the shared flow format. ConfigurationVersion *GoogleCloudApigeeV1ConfigVersion `json:"configurationVersion,omitempty"` ContextInfo string `json:"contextInfo,omitempty"` // milliseconds since epoch. CreatedAt int64 `json:"createdAt,omitempty,string"` Description string `json:"description,omitempty"` DisplayName string `json:"displayName,omitempty"` // shared flow revision. EntityMetaDataAsProperties map[string]string `json:"entityMetaDataAsProperties,omitempty"` // recently modified, in milliseconds since epoch. LastModifiedAt int64 `json:"lastModifiedAt,omitempty,string"` Name string `json:"name,omitempty"` // revision. Policies []string `json:"policies,omitempty"` // revision. ResourceFiles *GoogleCloudApigeeV1ResourceFiles `json:"resourceFiles,omitempty"` // revision formatted as "{type}://{name}". Resources []string `json:"resources,omitempty"` Revision string `json:"revision,omitempty"` // flow revision. SharedFlows []string `json:"sharedFlows,omitempty"` Type string `json:"type,omitempty"` // server. googleapi.ServerResponse `json:"-"` // "ConfigurationVersion") to unconditionally include in API requests. // By default, fields with empty values are omitted from API requests. // However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1SharedFlowRevision: The metadata describing a shared flow revision.
func (*GoogleCloudApigeeV1SharedFlowRevision) MarshalJSON ¶
func (s *GoogleCloudApigeeV1SharedFlowRevision) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Stats ¶
type GoogleCloudApigeeV1Stats struct { // Environments: This field contains a list of query results on // environment level. Environments []*GoogleCloudApigeeV1StatsEnvironmentStats `json:"environments,omitempty"` // Hosts: This field contains a list of query results grouped by host. Hosts []*GoogleCloudApigeeV1StatsHostStats `json:"hosts,omitempty"` // MetaData: This field contains the metadata information. MetaData *GoogleCloudApigeeV1Metadata `json:"metaData,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Environments") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Environments") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Stats: This message type encapsulates a stats response.
func (*GoogleCloudApigeeV1Stats) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Stats) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1StatsEnvironmentStats ¶
type GoogleCloudApigeeV1StatsEnvironmentStats struct { // Dimensions: This field contains the list of metrics grouped under // dimensions. Dimensions []*GoogleCloudApigeeV1DimensionMetric `json:"dimensions,omitempty"` // Metrics: In the final response, only one of the following fields will // be present based on the dimensions provided. If no dimensions are // provided, then only a top level metrics is provided. If dimensions // are included, then there will be a top level dimensions field under // environments which will contain metrics values and the dimension // name. Example: "environments": [ { "dimensions": [ { "metrics": [ { // "name": "sum(message_count)", "values": [ "2.14049521E8" ] } ], // "name": "nit_proxy" } ], "name": "prod" } ] OR "environments": [ { // "metrics": [ { "name": "sum(message_count)", "values": [ // "2.19026331E8" ] } ], "name": "prod" } ] This field contains the list // of metric values. Metrics []*GoogleCloudApigeeV1Metric `json:"metrics,omitempty"` Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "Dimensions") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Dimensions") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1StatsEnvironmentStats: This message type encapsulates the environment wrapper: "environments": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.52056245E8" ] } ], "name": "prod" } ]
func (*GoogleCloudApigeeV1StatsEnvironmentStats) MarshalJSON ¶
func (s *GoogleCloudApigeeV1StatsEnvironmentStats) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1StatsHostStats ¶
type GoogleCloudApigeeV1StatsHostStats struct { // Dimensions: This field contains the list of metrics grouped under // dimensions. Dimensions []*GoogleCloudApigeeV1DimensionMetric `json:"dimensions,omitempty"` // Metrics: In the final response, only one of the following fields will // be present based on the dimensions provided. If no dimensions are // provided, then only a top level metrics is provided. If dimensions // are included, then there will be a top level dimensions field under // hostnames which will contain metrics values and the dimension name. // Example: "hosts": [ { "dimensions": [ { "metrics": [ { "name": // "sum(message_count)", "values": [ "2.14049521E8" ] } ], "name": // "nit_proxy" } ], "name": "example.com" } ] OR "hosts": [ { "metrics": // [ { "name": "sum(message_count)", "values": [ "2.19026331E8" ] } ], // "name": "example.com" } ] This field contains the list of metric // values. Metrics []*GoogleCloudApigeeV1Metric `json:"metrics,omitempty"` // Name: This field contains the hostname used in query. Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "Dimensions") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Dimensions") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1StatsHostStats: This message type encapsulates the hostname wrapper: "hosts": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.52056245E8" ] } ], "name": "example.com" } ]
func (*GoogleCloudApigeeV1StatsHostStats) MarshalJSON ¶
func (s *GoogleCloudApigeeV1StatsHostStats) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1Subscription ¶
type GoogleCloudApigeeV1Subscription struct { // Name: Full name of the Pub/Sub subcription. Use the following // structure in your request: `subscription // "projects/foo/subscription/bar" Name string `json:"name,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Name") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Name") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1Subscription: Pub/Sub subscription of an environment.
func (*GoogleCloudApigeeV1Subscription) MarshalJSON ¶
func (s *GoogleCloudApigeeV1Subscription) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1SyncAuthorization ¶
type GoogleCloudApigeeV1SyncAuthorization struct { // Etag: Entity tag (ETag) used for optimistic concurrency control as a // way to help prevent simultaneous updates from overwriting each other. // For example, when you call getSyncAuthorization // (organizations/getSyncAuthorization) an ETag is returned in the // response. Pass that ETag when calling the setSyncAuthorization // (organizations/setSyncAuthorization) to ensure that you are updating // the correct version. If you don't pass the ETag in the call to // `setSyncAuthorization`, then the existing authorization is // overwritten indiscriminately. **Note**: We strongly recommend that // you use the ETag in the read-modify-write cycle to avoid race // conditions. Etag string `json:"etag,omitempty"` // Identities: Required. Array of service accounts to grant access to // control plane resources, each specified using the following format: // `serviceAccount:` service-account-name. The service-account-name is // formatted like an email address. For example: // `my-synchronizer-manager-service_account@my_project_id.iam.gserviceacc // ount.com` You might specify multiple service accounts, for example, // if you have multiple environments and wish to assign a unique service // account to each one. The service accounts must have **Apigee // Synchronizer Manager** role. See also Create service accounts // (https://cloud.google.com/apigee/docs/hybrid/latest/sa-about#create-the-service-accounts). Identities []string `json:"identities,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Etag") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Etag") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1SyncAuthorization) MarshalJSON ¶
func (s *GoogleCloudApigeeV1SyncAuthorization) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1TargetServer ¶
type GoogleCloudApigeeV1TargetServer struct { // Description: Optional. A human-readable description of this // TargetServer. Description string `json:"description,omitempty"` // Host: Required. The host name this target connects to. Value must be // a valid hostname as described by RFC-1123. Host string `json:"host,omitempty"` // IsEnabled: Optional. Enabling/disabling a TargetServer is useful when // TargetServers are used in load balancing configurations, and one or // more TargetServers need to taken out of rotation periodically. // Defaults to true. IsEnabled bool `json:"isEnabled,omitempty"` // Name: Required. The resource id of this target server. Values must // match the regular expression Name string `json:"name,omitempty"` // Port: Required. The port number this target connects to on the given // host. Value must be between 1 and 65535, inclusive. Port int64 `json:"port,omitempty"` // Protocol: Immutable. The protocol used by this TargetServer. // // Possible values: // "PROTOCOL_UNSPECIFIED" - UNSPECIFIED defaults to HTTP for backwards // compatibility. // "HTTP" - The TargetServer uses HTTP. // "GRPC" - The TargetServer uses GRPC. Protocol string `json:"protocol,omitempty"` // SSLInfo: Optional. Specifies TLS configuration info for this // TargetServer. The JSON name is `sSLInfo` for legacy/backwards // compatibility reasons -- Edge originally supported SSL, and the name // is still used for TLS configuration. SSLInfo *GoogleCloudApigeeV1TlsInfo `json:"sSLInfo,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Description") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Description") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1TargetServer: TargetServer configuration. TargetServers are used to decouple a proxy's TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
func (*GoogleCloudApigeeV1TargetServer) MarshalJSON ¶
func (s *GoogleCloudApigeeV1TargetServer) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1TargetServerConfig ¶
type GoogleCloudApigeeV1TargetServerConfig struct { // Host: Host name of the target server. Host string `json:"host,omitempty"` // Name: Target server revision name in the following format: // `organizations/{org}/environments/{env}/targetservers/{targetserver}/r // evisions/{rev}` Name string `json:"name,omitempty"` // Port: Port number for the target server. Port int64 `json:"port,omitempty"` // Protocol: The protocol used by this target server. // // Possible values: // "PROTOCOL_UNSPECIFIED" - UNSPECIFIED defaults to HTTP for backwards // compatibility. // "HTTP" - The TargetServer uses HTTP. // "GRPC" - The TargetServer uses GRPC. Protocol string `json:"protocol,omitempty"` // TlsInfo: TLS settings for the target server. TlsInfo *GoogleCloudApigeeV1TlsInfoConfig `json:"tlsInfo,omitempty"` // ForceSendFields is a list of field names (e.g. "Host") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Host") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1TargetServerConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1TargetServerConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1TestDatastoreResponse ¶
type GoogleCloudApigeeV1TestDatastoreResponse struct { // Error: Output only. Error message of test connection failure Error string `json:"error,omitempty"` // State: Output only. It could be `completed` or `failed` State string `json:"state,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Error") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Error") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1TestDatastoreResponse: The response for TestDatastore
func (*GoogleCloudApigeeV1TestDatastoreResponse) MarshalJSON ¶
func (s *GoogleCloudApigeeV1TestDatastoreResponse) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1TlsInfo ¶
type GoogleCloudApigeeV1TlsInfo struct { // Ciphers: The SSL/TLS cipher suites to be used. Must be one of the // cipher suite names listed in: // http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites Ciphers []string `json:"ciphers,omitempty"` // ClientAuthEnabled: Optional. Enables two-way TLS. ClientAuthEnabled bool `json:"clientAuthEnabled,omitempty"` // CommonName: The TLS Common Name of the certificate. CommonName *GoogleCloudApigeeV1TlsInfoCommonName `json:"commonName,omitempty"` // Enabled: Required. Enables TLS. If false, neither one-way nor two-way // TLS will be enabled. Enabled bool `json:"enabled,omitempty"` // IgnoreValidationErrors: If true, Edge ignores TLS certificate errors. // Valid when configuring TLS for target servers and target endpoints, // and when configuring virtual hosts that use 2-way TLS. When used with // a target endpoint/target server, if the backend system uses SNI and // returns a cert with a subject Distinguished Name (DN) that does not // match the hostname, there is no way to ignore the error and the // connection fails. IgnoreValidationErrors bool `json:"ignoreValidationErrors,omitempty"` // KeyAlias: Required if `client_auth_enabled` is true. The resource ID // for the alias containing the private key and cert. KeyAlias string `json:"keyAlias,omitempty"` // KeyStore: Required if `client_auth_enabled` is true. The resource ID // of the keystore. References not yet supported. KeyStore string `json:"keyStore,omitempty"` // Protocols: The TLS versioins to be used. Protocols []string `json:"protocols,omitempty"` // TrustStore: The resource ID of the truststore. References not yet // supported. TrustStore string `json:"trustStore,omitempty"` // ForceSendFields is a list of field names (e.g. "Ciphers") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Ciphers") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1TlsInfo: TLS configuration information for VirtualHosts and TargetServers.
func (*GoogleCloudApigeeV1TlsInfo) MarshalJSON ¶
func (s *GoogleCloudApigeeV1TlsInfo) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1TlsInfoCommonName ¶
type GoogleCloudApigeeV1TlsInfoCommonName struct { // Value: The TLS Common Name string of the certificate. Value string `json:"value,omitempty"` // WildcardMatch: Indicates whether the cert should be matched against // as a wildcard cert. WildcardMatch bool `json:"wildcardMatch,omitempty"` // ForceSendFields is a list of field names (e.g. "Value") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Value") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1TlsInfoCommonName) MarshalJSON ¶
func (s *GoogleCloudApigeeV1TlsInfoCommonName) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1TlsInfoConfig ¶
type GoogleCloudApigeeV1TlsInfoConfig struct { // Ciphers: List of ciphers that are granted access. Ciphers []string `json:"ciphers,omitempty"` // ClientAuthEnabled: Flag that specifies whether client-side // authentication is enabled for the target server. Enables two-way TLS. ClientAuthEnabled bool `json:"clientAuthEnabled,omitempty"` // CommonName: Common name to validate the target server against. CommonName *GoogleCloudApigeeV1CommonNameConfig `json:"commonName,omitempty"` // Enabled: Flag that specifies whether one-way TLS is enabled. Set to // `true` to enable one-way TLS. Enabled bool `json:"enabled,omitempty"` // IgnoreValidationErrors: Flag that specifies whether to ignore TLS // certificate validation errors. Set to `true` to ignore errors. IgnoreValidationErrors bool `json:"ignoreValidationErrors,omitempty"` // KeyAlias: Name of the alias used for client-side authentication in // the following format: // `organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{ // alias}` KeyAlias string `json:"keyAlias,omitempty"` // KeyAliasReference: Reference name and alias pair to use for // client-side authentication. KeyAliasReference *GoogleCloudApigeeV1KeyAliasReference `json:"keyAliasReference,omitempty"` // Protocols: List of TLS protocols that are granted access. Protocols []string `json:"protocols,omitempty"` // TrustStore: Name of the keystore or keystore reference containing // trusted certificates for the server in the following format: // `organizations/{org}/environments/{env}/keystores/{keystore}` or // `organizations/{org}/environments/{env}/references/{reference}` TrustStore string `json:"trustStore,omitempty"` // ForceSendFields is a list of field names (e.g. "Ciphers") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Ciphers") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*GoogleCloudApigeeV1TlsInfoConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1TlsInfoConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1TraceConfig ¶
type GoogleCloudApigeeV1TraceConfig struct { // Endpoint: Required. Endpoint of the exporter. Endpoint string `json:"endpoint,omitempty"` // Exporter: Required. Exporter that is used to view the distributed // trace captured using OpenCensus. An exporter sends traces to any // backend that is capable of consuming them. Recorded spans can be // exported by registered exporters. // // Possible values: // "EXPORTER_UNSPECIFIED" - Exporter unspecified // "JAEGER" - Jaeger exporter // "CLOUD_TRACE" - Cloudtrace exporter Exporter string `json:"exporter,omitempty"` // SamplingConfig: Distributed trace configuration for all API proxies // in an environment. You can also override the configuration for a // specific API proxy using the distributed trace configuration // overrides API. SamplingConfig *GoogleCloudApigeeV1TraceSamplingConfig `json:"samplingConfig,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Endpoint") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Endpoint") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1TraceConfig: TraceConfig defines the configurations in an environment of distributed trace.
func (*GoogleCloudApigeeV1TraceConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1TraceConfig) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1TraceConfigOverride ¶
type GoogleCloudApigeeV1TraceConfigOverride struct { // ApiProxy: ID of the API proxy that will have its trace configuration // overridden. ApiProxy string `json:"apiProxy,omitempty"` // Name: ID of the trace configuration override specified as a // system-generated UUID. Name string `json:"name,omitempty"` // SamplingConfig: Trace configuration to override. SamplingConfig *GoogleCloudApigeeV1TraceSamplingConfig `json:"samplingConfig,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ApiProxy") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApiProxy") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1TraceConfigOverride: A representation of a configuration override.
func (*GoogleCloudApigeeV1TraceConfigOverride) MarshalJSON ¶
func (s *GoogleCloudApigeeV1TraceConfigOverride) MarshalJSON() ([]byte, error)
type GoogleCloudApigeeV1TraceSamplingConfig ¶
type GoogleCloudApigeeV1TraceSamplingConfig struct { // Sampler: Sampler of distributed tracing. OFF is the default value. // // Possible values: // "SAMPLER_UNSPECIFIED" - Sampler unspecified. // "OFF" - OFF means distributed trace is disabled, or the sampling // probability is 0. // "PROBABILITY" - PROBABILITY means traces are captured on a // probability that defined by sampling_rate. The sampling rate is // limited to 0 to 0.5 when this is set. Sampler string `json:"sampler,omitempty"` // SamplingRate: Field sampling rate. This value is only applicable when // using the PROBABILITY sampler. The supported values are > 0 and <= // 0.5. SamplingRate float64 `json:"samplingRate,omitempty"` // ForceSendFields is a list of field names (e.g. "Sampler") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Sampler") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1TraceSamplingConfig: TraceSamplingConfig represents the detail settings of distributed tracing. Only the fields that are defined in the distributed trace configuration can be overridden using the distribute trace configuration override APIs.
func (*GoogleCloudApigeeV1TraceSamplingConfig) MarshalJSON ¶
func (s *GoogleCloudApigeeV1TraceSamplingConfig) MarshalJSON() ([]byte, error)
func (*GoogleCloudApigeeV1TraceSamplingConfig) UnmarshalJSON ¶
func (s *GoogleCloudApigeeV1TraceSamplingConfig) UnmarshalJSON(data []byte) error
type GoogleCloudApigeeV1UpdateError ¶
type GoogleCloudApigeeV1UpdateError struct { // Code: Status code. // // Possible values: // "OK" - Not an error; returned on success HTTP Mapping: 200 OK // "CANCELLED" - The operation was cancelled, typically by the caller. // HTTP Mapping: 499 Client Closed Request // "UNKNOWN" - Unknown error. For example, this error may be returned // when a `Status` value received from another address space belongs to // an error space that is not known in this address space. Also errors // raised by APIs that do not return enough error information may be // converted to this error. HTTP Mapping: 500 Internal Server Error // "INVALID_ARGUMENT" - The client specified an invalid argument. Note // that this differs from `FAILED_PRECONDITION`. `INVALID_ARGUMENT` // indicates arguments that are problematic regardless of the state of // the system (e.g., a malformed file name). HTTP Mapping: 400 Bad // Request // "DEADLINE_EXCEEDED" - The deadline expired before the operation // could complete. For operations that change the state of the system, // this error may be returned even if the operation has completed // successfully. For example, a successful response from a server could // have been delayed long enough for the deadline to expire. HTTP // Mapping: 504 Gateway Timeout // "NOT_FOUND" - Some requested entity (e.g., file or directory) was // not found. Note to server developers: if a request is denied for an // entire class of users, such as gradual feature rollout or // undocumented allowlist, `NOT_FOUND` may be used. If a request is // denied for some users within a class of users, such as user-based // access control, `PERMISSION_DENIED` must be used. HTTP Mapping: 404 // Not Found // "ALREADY_EXISTS" - The entity that a client attempted to create // (e.g., file or directory) already exists. HTTP Mapping: 409 Conflict // "PERMISSION_DENIED" - The caller does not have permission to // execute the specified operation. `PERMISSION_DENIED` must not be used // for rejections caused by exhausting some resource (use // `RESOURCE_EXHAUSTED` instead for those errors). `PERMISSION_DENIED` // must not be used if the caller can not be identified (use // `UNAUTHENTICATED` instead for those errors). This error code does not // imply the request is valid or the requested entity exists or // satisfies other pre-conditions. HTTP Mapping: 403 Forbidden // "UNAUTHENTICATED" - The request does not have valid authentication // credentials for the operation. HTTP Mapping: 401 Unauthorized // "RESOURCE_EXHAUSTED" - Some resource has been exhausted, perhaps a // per-user quota, or perhaps the entire file system is out of space. // HTTP Mapping: 429 Too Many Requests // "FAILED_PRECONDITION" - The operation was rejected because the // system is not in a state required for the operation's execution. For // example, the directory to be deleted is non-empty, an rmdir operation // is applied to a non-directory, etc. Service implementors can use the // following guidelines to decide between `FAILED_PRECONDITION`, // `ABORTED`, and `UNAVAILABLE`: (a) Use `UNAVAILABLE` if the client can // retry just the failing call. (b) Use `ABORTED` if the client should // retry at a higher level. For example, when a client-specified // test-and-set fails, indicating the client should restart a // read-modify-write sequence. (c) Use `FAILED_PRECONDITION` if the // client should not retry until the system state has been explicitly // fixed. For example, if an "rmdir" fails because the directory is // non-empty, `FAILED_PRECONDITION` should be returned since the client // should not retry unless the files are deleted from the directory. // HTTP Mapping: 400 Bad Request // "ABORTED" - The operation was aborted, typically due to a // concurrency issue such as a sequencer check failure or transaction // abort. See the guidelines above for deciding between // `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`. HTTP Mapping: // 409 Conflict // "OUT_OF_RANGE" - The operation was attempted past the valid range. // E.g., seeking or reading past end-of-file. Unlike `INVALID_ARGUMENT`, // this error indicates a problem that may be fixed if the system state // changes. For example, a 32-bit file system will generate // `INVALID_ARGUMENT` if asked to read at an offset that is not in the // range [0,2^32-1], but it will generate `OUT_OF_RANGE` if asked to // read from an offset past the current file size. There is a fair bit // of overlap between `FAILED_PRECONDITION` and `OUT_OF_RANGE`. We // recommend using `OUT_OF_RANGE` (the more specific error) when it // applies so that callers who are iterating through a space can easily // look for an `OUT_OF_RANGE` error to detect when they are done. HTTP // Mapping: 400 Bad Request // "UNIMPLEMENTED" - The operation is not implemented or is not // supported/enabled in this service. HTTP Mapping: 501 Not Implemented // "INTERNAL" - Internal errors. This means that some invariants // expected by the underlying system have been broken. This error code // is reserved for serious errors. HTTP Mapping: 500 Internal Server // Error // "UNAVAILABLE" - The service is currently unavailable. This is most // likely a transient condition, which can be corrected by retrying with // a backoff. Note that it is not always safe to retry non-idempotent // operations. See the guidelines above for deciding between // `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`. HTTP Mapping: // 503 Service Unavailable // "DATA_LOSS" - Unrecoverable data loss or corruption. HTTP Mapping: // 500 Internal Server Error Code string `json:"code,omitempty"` // Message: User-friendly error message. Message string `json:"message,omitempty"` // Resource: The sub resource specific to this error (e.g. a proxy // deployed within the EnvironmentConfig). If empty the error refers to // the top level resource. Resource string `json:"resource,omitempty"` // Type: A string that uniquely identifies the type of error. This // provides a more reliable means to deduplicate errors across revisions // and instances. Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "Code") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Code") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleCloudApigeeV1UpdateError: Details on why a resource update failed in the runtime.
func (*GoogleCloudApigeeV1UpdateError) MarshalJSON ¶
func (s *GoogleCloudApigeeV1UpdateError) MarshalJSON() ([]byte, error)
type GoogleIamV1AuditConfig ¶
type GoogleIamV1AuditConfig struct { // AuditLogConfigs: The configuration for logging of each type of // permission. AuditLogConfigs []*GoogleIamV1AuditLogConfig `json:"auditLogConfigs,omitempty"` // Service: Specifies a service that will be enabled for audit logging. // For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. // `allServices` is a special value that covers all services. Service string `json:"service,omitempty"` // ForceSendFields is a list of field names (e.g. "AuditLogConfigs") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AuditLogConfigs") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleIamV1AuditConfig: Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.
func (*GoogleIamV1AuditConfig) MarshalJSON ¶
func (s *GoogleIamV1AuditConfig) MarshalJSON() ([]byte, error)
type GoogleIamV1AuditLogConfig ¶
type GoogleIamV1AuditLogConfig struct { // ExemptedMembers: Specifies the identities that do not cause logging // for this type of permission. Follows the same format of // Binding.members. ExemptedMembers []string `json:"exemptedMembers,omitempty"` // LogType: The log type that this config enables. // // Possible values: // "LOG_TYPE_UNSPECIFIED" - Default case. Should never be this. // "ADMIN_READ" - Admin reads. Example: CloudIAM getIamPolicy // "DATA_WRITE" - Data writes. Example: CloudSQL Users create // "DATA_READ" - Data reads. Example: CloudSQL Users list LogType string `json:"logType,omitempty"` // ForceSendFields is a list of field names (e.g. "ExemptedMembers") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ExemptedMembers") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
GoogleIamV1AuditLogConfig: Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.
func (*GoogleIamV1AuditLogConfig) MarshalJSON ¶
func (s *GoogleIamV1AuditLogConfig) MarshalJSON() ([]byte, error)
type GoogleIamV1Binding ¶
type GoogleIamV1Binding struct { // Condition: The condition that is associated with this binding. If the // condition evaluates to `true`, then this binding applies to the // current request. If the condition evaluates to `false`, then this // binding does not apply to the current request. However, a different // role binding might grant the same role to one or more of the members // in this binding. To learn which resources support conditions in their // IAM policies, see the IAM documentation // (https://cloud.google.com/iam/help/conditions/resource-policies). Condition *GoogleTypeExpr `json:"condition,omitempty"` // Members: Specifies the identities requesting access for a Cloud // Platform resource. `members` can have the following values: * // `allUsers`: A special identifier that represents anyone who is on the // internet; with or without a Google account. * // `allAuthenticatedUsers`: A special identifier that represents anyone // who is authenticated with a Google account or a service account. * // `user:{emailid}`: An email address that represents a specific Google // account. For example, `alice@example.com` . * // `serviceAccount:{emailid}`: An email address that represents a // service account. For example, // `my-other-app@appspot.gserviceaccount.com`. * `group:{emailid}`: An // email address that represents a Google group. For example, // `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An // email address (plus unique identifier) representing a user that has // been recently deleted. For example, // `alice@example.com?uid=123456789012345678901`. If the user is // recovered, this value reverts to `user:{emailid}` and the recovered // user retains the role in the binding. * // `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address // (plus unique identifier) representing a service account that has been // recently deleted. For example, // `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. // If the service account is undeleted, this value reverts to // `serviceAccount:{emailid}` and the undeleted service account retains // the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: // An email address (plus unique identifier) representing a Google group // that has been recently deleted. For example, // `admins@example.com?uid=123456789012345678901`. If the group is // recovered, this value reverts to `group:{emailid}` and the recovered // group retains the role in the binding. * `domain:{domain}`: The G // Suite domain (primary) that represents all the users of that domain. // For example, `google.com` or `example.com`. Members []string `json:"members,omitempty"` // Role: Role that is assigned to `members`. For example, // `roles/viewer`, `roles/editor`, or `roles/owner`. Role string `json:"role,omitempty"` // ForceSendFields is a list of field names (e.g. "Condition") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Condition") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleIamV1Binding: Associates `members` with a `role`.
func (*GoogleIamV1Binding) MarshalJSON ¶
func (s *GoogleIamV1Binding) MarshalJSON() ([]byte, error)
type GoogleIamV1Policy ¶
type GoogleIamV1Policy struct { // AuditConfigs: Specifies cloud audit logging configuration for this // policy. AuditConfigs []*GoogleIamV1AuditConfig `json:"auditConfigs,omitempty"` // Bindings: Associates a list of `members` to a `role`. Optionally, may // specify a `condition` that determines how and when the `bindings` are // applied. Each of the `bindings` must contain at least one member. Bindings []*GoogleIamV1Binding `json:"bindings,omitempty"` // Etag: `etag` is used for optimistic concurrency control as a way to // help prevent simultaneous updates of a policy from overwriting each // other. It is strongly suggested that systems make use of the `etag` // in the read-modify-write cycle to perform policy updates in order to // avoid race conditions: An `etag` is returned in the response to // `getIamPolicy`, and systems are expected to put that etag in the // request to `setIamPolicy` to ensure that their change will be applied // to the same version of the policy. **Important:** If you use IAM // Conditions, you must include the `etag` field whenever you call // `setIamPolicy`. If you omit this field, then IAM allows you to // overwrite a version `3` policy with a version `1` policy, and all of // the conditions in the version `3` policy are lost. Etag string `json:"etag,omitempty"` // Version: Specifies the format of the policy. Valid values are `0`, // `1`, and `3`. Requests that specify an invalid value are rejected. // Any operation that affects conditional role bindings must specify // version `3`. This requirement applies to the following operations: * // Getting a policy that includes a conditional role binding * Adding a // conditional role binding to a policy * Changing a conditional role // binding in a policy * Removing any role binding, with or without a // condition, from a policy that includes conditions **Important:** If // you use IAM Conditions, you must include the `etag` field whenever // you call `setIamPolicy`. If you omit this field, then IAM allows you // to overwrite a version `3` policy with a version `1` policy, and all // of the conditions in the version `3` policy are lost. If a policy // does not include any conditions, operations on that policy may // specify any valid version or leave the field unset. To learn which // resources support conditions in their IAM policies, see the IAM // documentation // (https://cloud.google.com/iam/help/conditions/resource-policies). Version int64 `json:"version,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AuditConfigs") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AuditConfigs") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleIamV1Policy: An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members` to a single `role`. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } **YAML example:** bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a description of IAM and its features, see the IAM documentation (https://cloud.google.com/iam/docs/).
func (*GoogleIamV1Policy) MarshalJSON ¶
func (s *GoogleIamV1Policy) MarshalJSON() ([]byte, error)
type GoogleIamV1SetIamPolicyRequest ¶
type GoogleIamV1SetIamPolicyRequest struct { // Policy: REQUIRED: The complete policy to be applied to the // `resource`. The size of the policy is limited to a few 10s of KB. An // empty policy is a valid policy but certain Cloud Platform services // (such as Projects) might reject them. Policy *GoogleIamV1Policy `json:"policy,omitempty"` // UpdateMask: OPTIONAL: A FieldMask specifying which fields of the // policy to modify. Only the fields in the mask will be modified. If no // mask is provided, the following default mask is used: `paths: // "bindings, etag" UpdateMask string `json:"updateMask,omitempty"` // ForceSendFields is a list of field names (e.g. "Policy") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Policy") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleIamV1SetIamPolicyRequest: Request message for `SetIamPolicy` method.
func (*GoogleIamV1SetIamPolicyRequest) MarshalJSON ¶
func (s *GoogleIamV1SetIamPolicyRequest) MarshalJSON() ([]byte, error)
type GoogleIamV1TestIamPermissionsRequest ¶
type GoogleIamV1TestIamPermissionsRequest struct { // Permissions: The set of permissions to check for the `resource`. // Permissions with wildcards (such as '*' or 'storage.*') are not // allowed. For more information see IAM Overview // (https://cloud.google.com/iam/docs/overview#permissions). Permissions []string `json:"permissions,omitempty"` // ForceSendFields is a list of field names (e.g. "Permissions") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Permissions") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleIamV1TestIamPermissionsRequest: Request message for `TestIamPermissions` method.
func (*GoogleIamV1TestIamPermissionsRequest) MarshalJSON ¶
func (s *GoogleIamV1TestIamPermissionsRequest) MarshalJSON() ([]byte, error)
type GoogleIamV1TestIamPermissionsResponse ¶
type GoogleIamV1TestIamPermissionsResponse struct { // Permissions: A subset of `TestPermissionsRequest.permissions` that // the caller is allowed. Permissions []string `json:"permissions,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Permissions") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Permissions") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleIamV1TestIamPermissionsResponse: Response message for `TestIamPermissions` method.
func (*GoogleIamV1TestIamPermissionsResponse) MarshalJSON ¶
func (s *GoogleIamV1TestIamPermissionsResponse) MarshalJSON() ([]byte, error)
type GoogleLongrunningListOperationsResponse ¶
type GoogleLongrunningListOperationsResponse struct { // NextPageToken: The standard List next-page token. NextPageToken string `json:"nextPageToken,omitempty"` // Operations: A list of operations that matches the specified filter in // the request. Operations []*GoogleLongrunningOperation `json:"operations,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleLongrunningListOperationsResponse: The response message for Operations.ListOperations.
func (*GoogleLongrunningListOperationsResponse) MarshalJSON ¶
func (s *GoogleLongrunningListOperationsResponse) MarshalJSON() ([]byte, error)
type GoogleLongrunningOperation ¶
type GoogleLongrunningOperation struct { // Done: If the value is `false`, it means the operation is still in // progress. If `true`, the operation is completed, and either `error` // or `response` is available. Done bool `json:"done,omitempty"` // Error: The error result of the operation in case of failure or // cancellation. Error *GoogleRpcStatus `json:"error,omitempty"` // Metadata: Service-specific metadata associated with the operation. It // typically contains progress information and common metadata such as // create time. Some services might not provide such metadata. Any // method that returns a long-running operation should document the // metadata type, if any. Metadata googleapi.RawMessage `json:"metadata,omitempty"` // Name: The server-assigned name, which is only unique within the same // service that originally returns it. If you use the default HTTP // mapping, the `name` should be a resource name ending with // `operations/{unique_id}`. Name string `json:"name,omitempty"` // Response: The normal response of the operation in case of success. If // the original method returns no data on success, such as `Delete`, the // response is `google.protobuf.Empty`. If the original method is // standard `Get`/`Create`/`Update`, the response should be the // resource. For other methods, the response should have the type // `XxxResponse`, where `Xxx` is the original method name. For example, // if the original method name is `TakeSnapshot()`, the inferred // response type is `TakeSnapshotResponse`. Response googleapi.RawMessage `json:"response,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Done") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Done") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleLongrunningOperation: This resource represents a long-running operation that is the result of a network API call.
func (*GoogleLongrunningOperation) MarshalJSON ¶
func (s *GoogleLongrunningOperation) MarshalJSON() ([]byte, error)
type GoogleProtobufEmpty ¶
type GoogleProtobufEmpty struct { // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` }
GoogleProtobufEmpty: A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
type GoogleRpcPreconditionFailure ¶
type GoogleRpcPreconditionFailure struct { // Violations: Describes all precondition violations. Violations []*GoogleRpcPreconditionFailureViolation `json:"violations,omitempty"` // ForceSendFields is a list of field names (e.g. "Violations") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Violations") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleRpcPreconditionFailure: Describes what preconditions have failed. For example, if an RPC failed because it required the Terms of Service to be acknowledged, it could list the terms of service violation in the PreconditionFailure message.
func (*GoogleRpcPreconditionFailure) MarshalJSON ¶
func (s *GoogleRpcPreconditionFailure) MarshalJSON() ([]byte, error)
type GoogleRpcPreconditionFailureViolation ¶
type GoogleRpcPreconditionFailureViolation struct { // Description: A description of how the precondition failed. Developers // can use this description to understand how to fix the failure. For // example: "Terms of service not accepted". Description string `json:"description,omitempty"` // Subject: The subject, relative to the type, that failed. For example, // "google.com/cloud" relative to the "TOS" type would indicate which // terms of service is being referenced. Subject string `json:"subject,omitempty"` // Type: The type of PreconditionFailure. We recommend using a // service-specific enum type to define the supported precondition // violation subjects. For example, "TOS" for "Terms of Service // violation". Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "Description") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Description") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleRpcPreconditionFailureViolation: A message type used to describe a single precondition failure.
func (*GoogleRpcPreconditionFailureViolation) MarshalJSON ¶
func (s *GoogleRpcPreconditionFailureViolation) MarshalJSON() ([]byte, error)
type GoogleRpcStatus ¶
type GoogleRpcStatus struct { // Code: The status code, which should be an enum value of // google.rpc.Code. Code int64 `json:"code,omitempty"` // Details: A list of messages that carry the error details. There is a // common set of message types for APIs to use. Details []googleapi.RawMessage `json:"details,omitempty"` // Message: A developer-facing error message, which should be in // English. Any user-facing error message should be localized and sent // in the google.rpc.Status.details field, or localized by the client. Message string `json:"message,omitempty"` // ForceSendFields is a list of field names (e.g. "Code") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Code") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleRpcStatus: The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors).
func (*GoogleRpcStatus) MarshalJSON ¶
func (s *GoogleRpcStatus) MarshalJSON() ([]byte, error)
type GoogleTypeExpr ¶
type GoogleTypeExpr struct { // Description: Optional. Description of the expression. This is a // longer text which describes the expression, e.g. when hovered over it // in a UI. Description string `json:"description,omitempty"` // Expression: Textual representation of an expression in Common // Expression Language syntax. Expression string `json:"expression,omitempty"` // Location: Optional. String indicating the location of the expression // for error reporting, e.g. a file name and a position in the file. Location string `json:"location,omitempty"` // Title: Optional. Title for the expression, i.e. a short string // describing its purpose. This can be used e.g. in UIs which allow to // enter the expression. Title string `json:"title,omitempty"` // ForceSendFields is a list of field names (e.g. "Description") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Description") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleTypeExpr: Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.
func (*GoogleTypeExpr) MarshalJSON ¶
func (s *GoogleTypeExpr) MarshalJSON() ([]byte, error)
type GoogleTypeMoney ¶
type GoogleTypeMoney struct { // CurrencyCode: The three-letter currency code defined in ISO 4217. CurrencyCode string `json:"currencyCode,omitempty"` // Nanos: Number of nano (10^-9) units of the amount. The value must be // between -999,999,999 and +999,999,999 inclusive. If `units` is // positive, `nanos` must be positive or zero. If `units` is zero, // `nanos` can be positive, zero, or negative. If `units` is negative, // `nanos` must be negative or zero. For example $-1.75 is represented // as `units`=-1 and `nanos`=-750,000,000. Nanos int64 `json:"nanos,omitempty"` // Units: The whole units of the amount. For example if `currencyCode` // is "USD", then 1 unit is one US dollar. Units int64 `json:"units,omitempty,string"` // ForceSendFields is a list of field names (e.g. "CurrencyCode") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CurrencyCode") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GoogleTypeMoney: Represents an amount of money with its currency type.
func (*GoogleTypeMoney) MarshalJSON ¶
func (s *GoogleTypeMoney) MarshalJSON() ([]byte, error)
type HybridIssuersListCall ¶
type HybridIssuersListCall struct {
// contains filtered or unexported fields
}
func (*HybridIssuersListCall) Context ¶
func (c *HybridIssuersListCall) Context(ctx context.Context) *HybridIssuersListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*HybridIssuersListCall) Do ¶
func (c *HybridIssuersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListHybridIssuersResponse, error)
Do executes the "apigee.hybrid.issuers.list" call. Exactly one of *GoogleCloudApigeeV1ListHybridIssuersResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListHybridIssuersResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*HybridIssuersListCall) Fields ¶
func (c *HybridIssuersListCall) Fields(s ...googleapi.Field) *HybridIssuersListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*HybridIssuersListCall) Header ¶
func (c *HybridIssuersListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*HybridIssuersListCall) IfNoneMatch ¶
func (c *HybridIssuersListCall) IfNoneMatch(entityTag string) *HybridIssuersListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type HybridIssuersService ¶
type HybridIssuersService struct {
// contains filtered or unexported fields
}
func NewHybridIssuersService ¶
func NewHybridIssuersService(s *Service) *HybridIssuersService
func (*HybridIssuersService) List ¶
func (r *HybridIssuersService) List(name string) *HybridIssuersListCall
List: Lists hybrid services and its trusted issuers service account ids. This api is authenticated and unauthorized(allow all the users) and used by runtime authn-authz service to query control plane's issuer service account ids.
- name: Must be of the form `hybrid/issuers`.
type HybridService ¶
type HybridService struct { Issuers *HybridIssuersService // contains filtered or unexported fields }
func NewHybridService ¶
func NewHybridService(s *Service) *HybridService
type OrganizationsAnalyticsDatastoresCreateCall ¶
type OrganizationsAnalyticsDatastoresCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsAnalyticsDatastoresCreateCall) Context ¶
func (c *OrganizationsAnalyticsDatastoresCreateCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsAnalyticsDatastoresCreateCall) Do ¶
func (c *OrganizationsAnalyticsDatastoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Datastore, error)
Do executes the "apigee.organizations.analytics.datastores.create" call. Exactly one of *GoogleCloudApigeeV1Datastore or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Datastore.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsAnalyticsDatastoresCreateCall) Fields ¶
func (c *OrganizationsAnalyticsDatastoresCreateCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsAnalyticsDatastoresCreateCall) Header ¶
func (c *OrganizationsAnalyticsDatastoresCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsAnalyticsDatastoresDeleteCall ¶
type OrganizationsAnalyticsDatastoresDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsAnalyticsDatastoresDeleteCall) Context ¶
func (c *OrganizationsAnalyticsDatastoresDeleteCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsAnalyticsDatastoresDeleteCall) Do ¶
func (c *OrganizationsAnalyticsDatastoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "apigee.organizations.analytics.datastores.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsAnalyticsDatastoresDeleteCall) Fields ¶
func (c *OrganizationsAnalyticsDatastoresDeleteCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsAnalyticsDatastoresDeleteCall) Header ¶
func (c *OrganizationsAnalyticsDatastoresDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsAnalyticsDatastoresGetCall ¶
type OrganizationsAnalyticsDatastoresGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsAnalyticsDatastoresGetCall) Context ¶
func (c *OrganizationsAnalyticsDatastoresGetCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsAnalyticsDatastoresGetCall) Do ¶
func (c *OrganizationsAnalyticsDatastoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Datastore, error)
Do executes the "apigee.organizations.analytics.datastores.get" call. Exactly one of *GoogleCloudApigeeV1Datastore or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Datastore.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsAnalyticsDatastoresGetCall) Fields ¶
func (c *OrganizationsAnalyticsDatastoresGetCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsAnalyticsDatastoresGetCall) Header ¶
func (c *OrganizationsAnalyticsDatastoresGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsAnalyticsDatastoresGetCall) IfNoneMatch ¶
func (c *OrganizationsAnalyticsDatastoresGetCall) IfNoneMatch(entityTag string) *OrganizationsAnalyticsDatastoresGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsAnalyticsDatastoresListCall ¶
type OrganizationsAnalyticsDatastoresListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsAnalyticsDatastoresListCall) Context ¶
func (c *OrganizationsAnalyticsDatastoresListCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsAnalyticsDatastoresListCall) Do ¶
func (c *OrganizationsAnalyticsDatastoresListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDatastoresResponse, error)
Do executes the "apigee.organizations.analytics.datastores.list" call. Exactly one of *GoogleCloudApigeeV1ListDatastoresResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDatastoresResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsAnalyticsDatastoresListCall) Fields ¶
func (c *OrganizationsAnalyticsDatastoresListCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsAnalyticsDatastoresListCall) Header ¶
func (c *OrganizationsAnalyticsDatastoresListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsAnalyticsDatastoresListCall) IfNoneMatch ¶
func (c *OrganizationsAnalyticsDatastoresListCall) IfNoneMatch(entityTag string) *OrganizationsAnalyticsDatastoresListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsAnalyticsDatastoresListCall) TargetType ¶
func (c *OrganizationsAnalyticsDatastoresListCall) TargetType(targetType string) *OrganizationsAnalyticsDatastoresListCall
TargetType sets the optional parameter "targetType": TargetType is used to fetch all Datastores that match the type
type OrganizationsAnalyticsDatastoresService ¶
type OrganizationsAnalyticsDatastoresService struct {
// contains filtered or unexported fields
}
func NewOrganizationsAnalyticsDatastoresService ¶
func NewOrganizationsAnalyticsDatastoresService(s *Service) *OrganizationsAnalyticsDatastoresService
func (*OrganizationsAnalyticsDatastoresService) Create ¶
func (r *OrganizationsAnalyticsDatastoresService) Create(parent string, googlecloudapigeev1datastore *GoogleCloudApigeeV1Datastore) *OrganizationsAnalyticsDatastoresCreateCall
Create: Create a Datastore for an org
- parent: The parent organization name. Must be of the form `organizations/{org}`.
func (*OrganizationsAnalyticsDatastoresService) Delete ¶
func (r *OrganizationsAnalyticsDatastoresService) Delete(name string) *OrganizationsAnalyticsDatastoresDeleteCall
Delete: Delete a Datastore from an org.
- name: Resource name of the Datastore to be deleted. Must be of the form `organizations/{org}/analytics/datastores/{datastoreId}`.
func (*OrganizationsAnalyticsDatastoresService) Get ¶
func (r *OrganizationsAnalyticsDatastoresService) Get(name string) *OrganizationsAnalyticsDatastoresGetCall
Get: Get a Datastore
- name: Resource name of the Datastore to be get. Must be of the form `organizations/{org}/analytics/datastores/{datastoreId}`.
func (*OrganizationsAnalyticsDatastoresService) List ¶
func (r *OrganizationsAnalyticsDatastoresService) List(parent string) *OrganizationsAnalyticsDatastoresListCall
List: List Datastores
- parent: The parent organization name. Must be of the form `organizations/{org}`.
func (*OrganizationsAnalyticsDatastoresService) Test ¶
func (r *OrganizationsAnalyticsDatastoresService) Test(parent string, googlecloudapigeev1datastore *GoogleCloudApigeeV1Datastore) *OrganizationsAnalyticsDatastoresTestCall
Test: Test if Datastore configuration is correct. This includes checking if credentials provided by customer have required permissions in target destination storage
- parent: The parent organization name Must be of the form `organizations/{org}`.
func (*OrganizationsAnalyticsDatastoresService) Update ¶
func (r *OrganizationsAnalyticsDatastoresService) Update(name string, googlecloudapigeev1datastore *GoogleCloudApigeeV1Datastore) *OrganizationsAnalyticsDatastoresUpdateCall
Update: Update a Datastore
- name: The resource name of datastore to be updated. Must be of the form `organizations/{org}/analytics/datastores/{datastoreId}`.
type OrganizationsAnalyticsDatastoresTestCall ¶
type OrganizationsAnalyticsDatastoresTestCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsAnalyticsDatastoresTestCall) Context ¶
func (c *OrganizationsAnalyticsDatastoresTestCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresTestCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsAnalyticsDatastoresTestCall) Do ¶
func (c *OrganizationsAnalyticsDatastoresTestCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TestDatastoreResponse, error)
Do executes the "apigee.organizations.analytics.datastores.test" call. Exactly one of *GoogleCloudApigeeV1TestDatastoreResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1TestDatastoreResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsAnalyticsDatastoresTestCall) Fields ¶
func (c *OrganizationsAnalyticsDatastoresTestCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresTestCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsAnalyticsDatastoresTestCall) Header ¶
func (c *OrganizationsAnalyticsDatastoresTestCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsAnalyticsDatastoresUpdateCall ¶
type OrganizationsAnalyticsDatastoresUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsAnalyticsDatastoresUpdateCall) Context ¶
func (c *OrganizationsAnalyticsDatastoresUpdateCall) Context(ctx context.Context) *OrganizationsAnalyticsDatastoresUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsAnalyticsDatastoresUpdateCall) Do ¶
func (c *OrganizationsAnalyticsDatastoresUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Datastore, error)
Do executes the "apigee.organizations.analytics.datastores.update" call. Exactly one of *GoogleCloudApigeeV1Datastore or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Datastore.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsAnalyticsDatastoresUpdateCall) Fields ¶
func (c *OrganizationsAnalyticsDatastoresUpdateCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsAnalyticsDatastoresUpdateCall) Header ¶
func (c *OrganizationsAnalyticsDatastoresUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsAnalyticsService ¶
type OrganizationsAnalyticsService struct { Datastores *OrganizationsAnalyticsDatastoresService // contains filtered or unexported fields }
func NewOrganizationsAnalyticsService ¶
func NewOrganizationsAnalyticsService(s *Service) *OrganizationsAnalyticsService
type OrganizationsApiproductsAttributesCall ¶
type OrganizationsApiproductsAttributesCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsAttributesCall) Context ¶
func (c *OrganizationsApiproductsAttributesCall) Context(ctx context.Context) *OrganizationsApiproductsAttributesCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsAttributesCall) Do ¶
func (c *OrganizationsApiproductsAttributesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
Do executes the "apigee.organizations.apiproducts.attributes" call. Exactly one of *GoogleCloudApigeeV1Attributes or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsAttributesCall) Fields ¶
func (c *OrganizationsApiproductsAttributesCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsAttributesCall) Header ¶
func (c *OrganizationsApiproductsAttributesCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApiproductsAttributesDeleteCall ¶
type OrganizationsApiproductsAttributesDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsAttributesDeleteCall) Context ¶
func (c *OrganizationsApiproductsAttributesDeleteCall) Context(ctx context.Context) *OrganizationsApiproductsAttributesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsAttributesDeleteCall) Do ¶
func (c *OrganizationsApiproductsAttributesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
Do executes the "apigee.organizations.apiproducts.attributes.delete" call. Exactly one of *GoogleCloudApigeeV1Attribute or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsAttributesDeleteCall) Fields ¶
func (c *OrganizationsApiproductsAttributesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsAttributesDeleteCall) Header ¶
func (c *OrganizationsApiproductsAttributesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApiproductsAttributesGetCall ¶
type OrganizationsApiproductsAttributesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsAttributesGetCall) Context ¶
func (c *OrganizationsApiproductsAttributesGetCall) Context(ctx context.Context) *OrganizationsApiproductsAttributesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsAttributesGetCall) Do ¶
func (c *OrganizationsApiproductsAttributesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
Do executes the "apigee.organizations.apiproducts.attributes.get" call. Exactly one of *GoogleCloudApigeeV1Attribute or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsAttributesGetCall) Fields ¶
func (c *OrganizationsApiproductsAttributesGetCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsAttributesGetCall) Header ¶
func (c *OrganizationsApiproductsAttributesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApiproductsAttributesGetCall) IfNoneMatch ¶
func (c *OrganizationsApiproductsAttributesGetCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsAttributesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsApiproductsAttributesListCall ¶
type OrganizationsApiproductsAttributesListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsAttributesListCall) Context ¶
func (c *OrganizationsApiproductsAttributesListCall) Context(ctx context.Context) *OrganizationsApiproductsAttributesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsAttributesListCall) Do ¶
func (c *OrganizationsApiproductsAttributesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
Do executes the "apigee.organizations.apiproducts.attributes.list" call. Exactly one of *GoogleCloudApigeeV1Attributes or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsAttributesListCall) Fields ¶
func (c *OrganizationsApiproductsAttributesListCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsAttributesListCall) Header ¶
func (c *OrganizationsApiproductsAttributesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApiproductsAttributesListCall) IfNoneMatch ¶
func (c *OrganizationsApiproductsAttributesListCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsAttributesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsApiproductsAttributesService ¶
type OrganizationsApiproductsAttributesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsApiproductsAttributesService ¶
func NewOrganizationsApiproductsAttributesService(s *Service) *OrganizationsApiproductsAttributesService
func (*OrganizationsApiproductsAttributesService) Delete ¶
func (r *OrganizationsApiproductsAttributesService) Delete(name string) *OrganizationsApiproductsAttributesDeleteCall
Delete: Deletes an API product attribute.
- name: Name of the API product attribute. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute} `.
func (*OrganizationsApiproductsAttributesService) Get ¶
func (r *OrganizationsApiproductsAttributesService) Get(name string) *OrganizationsApiproductsAttributesGetCall
Get: Gets the value of an API product attribute.
- name: Name of the API product attribute. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute} `.
func (*OrganizationsApiproductsAttributesService) List ¶
func (r *OrganizationsApiproductsAttributesService) List(parent string) *OrganizationsApiproductsAttributesListCall
List: Lists all API product attributes.
- parent: Name of the API product. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}`.
func (*OrganizationsApiproductsAttributesService) UpdateApiProductAttribute ¶
func (r *OrganizationsApiproductsAttributesService) UpdateApiProductAttribute(name string, googlecloudapigeev1attribute *GoogleCloudApigeeV1Attribute) *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall
UpdateApiProductAttribute: Updates the value of an API product attribute. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with entities also get cached for at least 180 seconds after entity is accessed during runtime. In this case, the `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.
- name: Name of the API product. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}`.
type OrganizationsApiproductsAttributesUpdateApiProductAttributeCall ¶
type OrganizationsApiproductsAttributesUpdateApiProductAttributeCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Context ¶
func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Context(ctx context.Context) *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Do ¶
func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
Do executes the "apigee.organizations.apiproducts.attributes.updateApiProductAttribute" call. Exactly one of *GoogleCloudApigeeV1Attribute or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Fields ¶
func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Header ¶
func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApiproductsCreateCall ¶
type OrganizationsApiproductsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsCreateCall) Context ¶
func (c *OrganizationsApiproductsCreateCall) Context(ctx context.Context) *OrganizationsApiproductsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsCreateCall) Do ¶
func (c *OrganizationsApiproductsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct, error)
Do executes the "apigee.organizations.apiproducts.create" call. Exactly one of *GoogleCloudApigeeV1ApiProduct or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiProduct.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsCreateCall) Fields ¶
func (c *OrganizationsApiproductsCreateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsCreateCall) Header ¶
func (c *OrganizationsApiproductsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApiproductsDeleteCall ¶
type OrganizationsApiproductsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsDeleteCall) Context ¶
func (c *OrganizationsApiproductsDeleteCall) Context(ctx context.Context) *OrganizationsApiproductsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsDeleteCall) Do ¶
func (c *OrganizationsApiproductsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct, error)
Do executes the "apigee.organizations.apiproducts.delete" call. Exactly one of *GoogleCloudApigeeV1ApiProduct or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiProduct.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsDeleteCall) Fields ¶
func (c *OrganizationsApiproductsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsDeleteCall) Header ¶
func (c *OrganizationsApiproductsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApiproductsGetCall ¶
type OrganizationsApiproductsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsGetCall) Context ¶
func (c *OrganizationsApiproductsGetCall) Context(ctx context.Context) *OrganizationsApiproductsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsGetCall) Do ¶
func (c *OrganizationsApiproductsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct, error)
Do executes the "apigee.organizations.apiproducts.get" call. Exactly one of *GoogleCloudApigeeV1ApiProduct or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiProduct.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsGetCall) Fields ¶
func (c *OrganizationsApiproductsGetCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsGetCall) Header ¶
func (c *OrganizationsApiproductsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApiproductsGetCall) IfNoneMatch ¶
func (c *OrganizationsApiproductsGetCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsApiproductsListCall ¶
type OrganizationsApiproductsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsListCall) Attributename ¶
func (c *OrganizationsApiproductsListCall) Attributename(attributename string) *OrganizationsApiproductsListCall
Attributename sets the optional parameter "attributename": Name of the attribute used to filter the search.
func (*OrganizationsApiproductsListCall) Attributevalue ¶
func (c *OrganizationsApiproductsListCall) Attributevalue(attributevalue string) *OrganizationsApiproductsListCall
Attributevalue sets the optional parameter "attributevalue": Value of the attribute used to filter the search.
func (*OrganizationsApiproductsListCall) Context ¶
func (c *OrganizationsApiproductsListCall) Context(ctx context.Context) *OrganizationsApiproductsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsListCall) Count ¶
func (c *OrganizationsApiproductsListCall) Count(count int64) *OrganizationsApiproductsListCall
Count sets the optional parameter "count": Enter the number of API products you want returned in the API call. The limit is 1000.
func (*OrganizationsApiproductsListCall) Do ¶
func (c *OrganizationsApiproductsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiProductsResponse, error)
Do executes the "apigee.organizations.apiproducts.list" call. Exactly one of *GoogleCloudApigeeV1ListApiProductsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListApiProductsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsListCall) Expand ¶
func (c *OrganizationsApiproductsListCall) Expand(expand bool) *OrganizationsApiproductsListCall
Expand sets the optional parameter "expand": Flag that specifies whether to expand the results. Set to `true` to get expanded details about each API.
func (*OrganizationsApiproductsListCall) Fields ¶
func (c *OrganizationsApiproductsListCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsListCall) Header ¶
func (c *OrganizationsApiproductsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApiproductsListCall) IfNoneMatch ¶
func (c *OrganizationsApiproductsListCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsApiproductsListCall) StartKey ¶
func (c *OrganizationsApiproductsListCall) StartKey(startKey string) *OrganizationsApiproductsListCall
StartKey sets the optional parameter "startKey": Gets a list of API products starting with a specific API product in the list. For example, if you're returning 50 API products at a time (using the `count` query parameter), you can view products 50-99 by entering the name of the 50th API product in the first API (without using `startKey`). Product name is case sensitive.
type OrganizationsApiproductsRateplansCreateCall ¶
type OrganizationsApiproductsRateplansCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsRateplansCreateCall) Context ¶
func (c *OrganizationsApiproductsRateplansCreateCall) Context(ctx context.Context) *OrganizationsApiproductsRateplansCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsRateplansCreateCall) Do ¶
func (c *OrganizationsApiproductsRateplansCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan, error)
Do executes the "apigee.organizations.apiproducts.rateplans.create" call. Exactly one of *GoogleCloudApigeeV1RatePlan or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1RatePlan.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsRateplansCreateCall) Fields ¶
func (c *OrganizationsApiproductsRateplansCreateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsRateplansCreateCall) Header ¶
func (c *OrganizationsApiproductsRateplansCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApiproductsRateplansDeleteCall ¶
type OrganizationsApiproductsRateplansDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsRateplansDeleteCall) Context ¶
func (c *OrganizationsApiproductsRateplansDeleteCall) Context(ctx context.Context) *OrganizationsApiproductsRateplansDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsRateplansDeleteCall) Do ¶
func (c *OrganizationsApiproductsRateplansDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan, error)
Do executes the "apigee.organizations.apiproducts.rateplans.delete" call. Exactly one of *GoogleCloudApigeeV1RatePlan or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1RatePlan.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsRateplansDeleteCall) Fields ¶
func (c *OrganizationsApiproductsRateplansDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsRateplansDeleteCall) Header ¶
func (c *OrganizationsApiproductsRateplansDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApiproductsRateplansGetCall ¶
type OrganizationsApiproductsRateplansGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsRateplansGetCall) Context ¶
func (c *OrganizationsApiproductsRateplansGetCall) Context(ctx context.Context) *OrganizationsApiproductsRateplansGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsRateplansGetCall) Do ¶
func (c *OrganizationsApiproductsRateplansGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan, error)
Do executes the "apigee.organizations.apiproducts.rateplans.get" call. Exactly one of *GoogleCloudApigeeV1RatePlan or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1RatePlan.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsRateplansGetCall) Fields ¶
func (c *OrganizationsApiproductsRateplansGetCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsRateplansGetCall) Header ¶
func (c *OrganizationsApiproductsRateplansGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApiproductsRateplansGetCall) IfNoneMatch ¶
func (c *OrganizationsApiproductsRateplansGetCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsRateplansGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsApiproductsRateplansListCall ¶
type OrganizationsApiproductsRateplansListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsRateplansListCall) Context ¶
func (c *OrganizationsApiproductsRateplansListCall) Context(ctx context.Context) *OrganizationsApiproductsRateplansListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsRateplansListCall) Count ¶
func (c *OrganizationsApiproductsRateplansListCall) Count(count int64) *OrganizationsApiproductsRateplansListCall
Count sets the optional parameter "count": Number of rate plans to return in the API call. Use with the `startKey` parameter to provide more targeted filtering. The maximum limit is 1000. Defaults to 100.
func (*OrganizationsApiproductsRateplansListCall) Do ¶
func (c *OrganizationsApiproductsRateplansListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListRatePlansResponse, error)
Do executes the "apigee.organizations.apiproducts.rateplans.list" call. Exactly one of *GoogleCloudApigeeV1ListRatePlansResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListRatePlansResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsRateplansListCall) Expand ¶
func (c *OrganizationsApiproductsRateplansListCall) Expand(expand bool) *OrganizationsApiproductsRateplansListCall
Expand sets the optional parameter "expand": Flag that specifies whether to expand the results. Set to `true` to get expanded details about each API. Defaults to `false`.
func (*OrganizationsApiproductsRateplansListCall) Fields ¶
func (c *OrganizationsApiproductsRateplansListCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsRateplansListCall) Header ¶
func (c *OrganizationsApiproductsRateplansListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApiproductsRateplansListCall) IfNoneMatch ¶
func (c *OrganizationsApiproductsRateplansListCall) IfNoneMatch(entityTag string) *OrganizationsApiproductsRateplansListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsApiproductsRateplansListCall) OrderBy ¶
func (c *OrganizationsApiproductsRateplansListCall) OrderBy(orderBy string) *OrganizationsApiproductsRateplansListCall
OrderBy sets the optional parameter "orderBy": Name of the attribute used for sorting. Valid values include: * `name`: Name of the rate plan. * `state`: State of the rate plan (`DRAFT`, `PUBLISHED`). * `startTime`: Time when the rate plan becomes active. * `endTime`: Time when the rate plan expires. **Note**: Not supported by Apigee at this time.
func (*OrganizationsApiproductsRateplansListCall) StartKey ¶
func (c *OrganizationsApiproductsRateplansListCall) StartKey(startKey string) *OrganizationsApiproductsRateplansListCall
StartKey sets the optional parameter "startKey": Name of the rate plan from which to start displaying the list of rate plans. If omitted, the list starts from the first item. For example, to view the rate plans from 51-150, set the value of `startKey` to the name of the 51st rate plan and set the value of `count` to 100.
func (*OrganizationsApiproductsRateplansListCall) State ¶
func (c *OrganizationsApiproductsRateplansListCall) State(state string) *OrganizationsApiproductsRateplansListCall
State sets the optional parameter "state": State of the rate plans (`DRAFT`, `PUBLISHED`) that you want to display.
Possible values:
"STATE_UNSPECIFIED" - State of the rate plan is not specified. "DRAFT" - Rate plan is in draft mode and only visible to API
providers.
"PUBLISHED" - Rate plan is published and will become visible to
developers for the configured duration (between `startTime` and `endTime`).
type OrganizationsApiproductsRateplansService ¶
type OrganizationsApiproductsRateplansService struct {
// contains filtered or unexported fields
}
func NewOrganizationsApiproductsRateplansService ¶
func NewOrganizationsApiproductsRateplansService(s *Service) *OrganizationsApiproductsRateplansService
func (*OrganizationsApiproductsRateplansService) Create ¶
func (r *OrganizationsApiproductsRateplansService) Create(parent string, googlecloudapigeev1rateplan *GoogleCloudApigeeV1RatePlan) *OrganizationsApiproductsRateplansCreateCall
Create: Create a rate plan that is associated with an API product in an organization. Using rate plans, API product owners can monetize their API products by configuring one or more of the following: - Billing frequency - Initial setup fees for using an API product - Payment funding model (postpaid only) - Fixed recurring or consumption-based charges for using an API product - Revenue sharing with developer partners An API product can have multiple rate plans associated with it but *only one* rate plan can be active at any point of time. **Note: From the developer's perspective, they purchase API products not rate plans.
- parent: Name of the API product that is associated with the rate plan. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}`.
func (*OrganizationsApiproductsRateplansService) Delete ¶
func (r *OrganizationsApiproductsRateplansService) Delete(name string) *OrganizationsApiproductsRateplansDeleteCall
Delete: Deletes a rate plan.
- name: ID of the rate plan. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}`.
func (*OrganizationsApiproductsRateplansService) Get ¶
func (r *OrganizationsApiproductsRateplansService) Get(name string) *OrganizationsApiproductsRateplansGetCall
Get: Gets the details of a rate plan.
- name: Name of the rate plan. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}`.
func (*OrganizationsApiproductsRateplansService) List ¶
func (r *OrganizationsApiproductsRateplansService) List(parent string) *OrganizationsApiproductsRateplansListCall
List: Lists all the rate plans for an API product.
- parent: Name of the API product. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}` Use `organizations/{org}/apiproducts/-` to return rate plans for all API products within the organization.
func (*OrganizationsApiproductsRateplansService) Update ¶
func (r *OrganizationsApiproductsRateplansService) Update(name string, googlecloudapigeev1rateplan *GoogleCloudApigeeV1RatePlan) *OrganizationsApiproductsRateplansUpdateCall
Update: Updates an existing rate plan.
- name: Name of the rate plan. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}`.
type OrganizationsApiproductsRateplansUpdateCall ¶
type OrganizationsApiproductsRateplansUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsRateplansUpdateCall) Context ¶
func (c *OrganizationsApiproductsRateplansUpdateCall) Context(ctx context.Context) *OrganizationsApiproductsRateplansUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsRateplansUpdateCall) Do ¶
func (c *OrganizationsApiproductsRateplansUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan, error)
Do executes the "apigee.organizations.apiproducts.rateplans.update" call. Exactly one of *GoogleCloudApigeeV1RatePlan or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1RatePlan.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsRateplansUpdateCall) Fields ¶
func (c *OrganizationsApiproductsRateplansUpdateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsRateplansUpdateCall) Header ¶
func (c *OrganizationsApiproductsRateplansUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApiproductsService ¶
type OrganizationsApiproductsService struct { Attributes_ *OrganizationsApiproductsAttributesService Rateplans *OrganizationsApiproductsRateplansService // contains filtered or unexported fields }
func NewOrganizationsApiproductsService ¶
func NewOrganizationsApiproductsService(s *Service) *OrganizationsApiproductsService
func (*OrganizationsApiproductsService) Attributes ¶
func (r *OrganizationsApiproductsService) Attributes(name string, googlecloudapigeev1attributes *GoogleCloudApigeeV1Attributes) *OrganizationsApiproductsAttributesCall
Attributes: Updates or creates API product attributes. This API **replaces** the current list of attributes with the attributes specified in the request body. In this way, you can update existing attributes, add new attributes, or delete existing attributes by omitting them from the request body. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with entities also get cached for at least 180 seconds after entity is accessed during runtime. In this case, the `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.
- name: Name of the API product. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}`.
func (*OrganizationsApiproductsService) Create ¶
func (r *OrganizationsApiproductsService) Create(parent string, googlecloudapigeev1apiproduct *GoogleCloudApigeeV1ApiProduct) *OrganizationsApiproductsCreateCall
Create: Creates an API product in an organization. You create API products after you have proxied backend services using API proxies. An API product is a collection of API resources combined with quota settings and metadata that you can use to deliver customized and productized API bundles to your developer community. This metadata can include: - Scope - Environments - API proxies - Extensible profile API products enable you repackage APIs on the fly, without having to do any additional coding or configuration. Apigee recommends that you start with a simple API product including only required elements. You then provision credentials to apps to enable them to start testing your APIs. After you have authentication and authorization working against a simple API product, you can iterate to create finer-grained API products, defining different sets of API resources for each API product. **WARNING:** - If you don't specify an API proxy in the request body, *any* app associated with the product can make calls to *any* API in your entire organization. - If you don't specify an environment in the request body, the product allows access to all environments. For more information, see What is an API product?
- parent: Name of the organization in which the API product will be created. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsApiproductsService) Delete ¶
func (r *OrganizationsApiproductsService) Delete(name string) *OrganizationsApiproductsDeleteCall
Delete: Deletes an API product from an organization. Deleting an API product causes app requests to the resource URIs defined in the API product to fail. Ensure that you create a new API product to serve existing apps, unless your intention is to disable access to the resources defined in the API product. The API product name required in the request URL is the internal name of the product, not the display name. While they may be the same, it depends on whether the API product was created via the UI or the API. View the list of API products to verify the internal name.
- name: Name of the API product. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}`.
func (*OrganizationsApiproductsService) Get ¶
func (r *OrganizationsApiproductsService) Get(name string) *OrganizationsApiproductsGetCall
Get: Gets configuration details for an API product. The API product name required in the request URL is the internal name of the product, not the display name. While they may be the same, it depends on whether the API product was created via the UI or the API. View the list of API products to verify the internal name.
- name: Name of the API product. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}`.
func (*OrganizationsApiproductsService) List ¶
func (r *OrganizationsApiproductsService) List(parent string) *OrganizationsApiproductsListCall
List: Lists all API product names for an organization. Filter the list by passing an `attributename` and `attibutevalue`. The maximum number of API products returned is 1000. You can paginate the list of API products returned using the `startKey` and `count` query parameters.
- parent: Name of the organization. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsApiproductsService) Update ¶
func (r *OrganizationsApiproductsService) Update(name string, googlecloudapigeev1apiproduct *GoogleCloudApigeeV1ApiProduct) *OrganizationsApiproductsUpdateCall
Update: Updates an existing API product. You must include all required values, whether or not you are updating them, as well as any optional values that you are updating. The API product name required in the request URL is the internal name of the product, not the display name. While they may be the same, it depends on whether the API product was created via UI or API. View the list of API products to identify their internal names.
- name: Name of the API product. Use the following structure in your request: `organizations/{org}/apiproducts/{apiproduct}`.
type OrganizationsApiproductsUpdateCall ¶
type OrganizationsApiproductsUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApiproductsUpdateCall) Context ¶
func (c *OrganizationsApiproductsUpdateCall) Context(ctx context.Context) *OrganizationsApiproductsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApiproductsUpdateCall) Do ¶
func (c *OrganizationsApiproductsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct, error)
Do executes the "apigee.organizations.apiproducts.update" call. Exactly one of *GoogleCloudApigeeV1ApiProduct or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiProduct.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApiproductsUpdateCall) Fields ¶
func (c *OrganizationsApiproductsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApiproductsUpdateCall) Header ¶
func (c *OrganizationsApiproductsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApisCreateCall ¶
type OrganizationsApisCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApisCreateCall) Action ¶
func (c *OrganizationsApisCreateCall) Action(action string) *OrganizationsApisCreateCall
Action sets the optional parameter "action": Action to perform when importing an API proxy configuration bundle. Set this parameter to one of the following values: * `import` to import the API proxy configuration bundle. * `validate` to validate the API proxy configuration bundle without importing it.
func (*OrganizationsApisCreateCall) Context ¶
func (c *OrganizationsApisCreateCall) Context(ctx context.Context) *OrganizationsApisCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApisCreateCall) Do ¶
func (c *OrganizationsApisCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxyRevision, error)
Do executes the "apigee.organizations.apis.create" call. Exactly one of *GoogleCloudApigeeV1ApiProxyRevision or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiProxyRevision.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApisCreateCall) Fields ¶
func (c *OrganizationsApisCreateCall) Fields(s ...googleapi.Field) *OrganizationsApisCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApisCreateCall) Header ¶
func (c *OrganizationsApisCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApisCreateCall) Name ¶
func (c *OrganizationsApisCreateCall) Name(name string) *OrganizationsApisCreateCall
Name sets the optional parameter "name": Name of the API proxy. Restrict the characters used to: A-Za-z0-9._-
func (*OrganizationsApisCreateCall) Validate ¶
func (c *OrganizationsApisCreateCall) Validate(validate bool) *OrganizationsApisCreateCall
Validate sets the optional parameter "validate": Ignored. All uploads are validated regardless of the value of this field. Maintained for compatibility with Apigee Edge API.
type OrganizationsApisDeleteCall ¶
type OrganizationsApisDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApisDeleteCall) Context ¶
func (c *OrganizationsApisDeleteCall) Context(ctx context.Context) *OrganizationsApisDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApisDeleteCall) Do ¶
func (c *OrganizationsApisDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxy, error)
Do executes the "apigee.organizations.apis.delete" call. Exactly one of *GoogleCloudApigeeV1ApiProxy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiProxy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApisDeleteCall) Fields ¶
func (c *OrganizationsApisDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApisDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApisDeleteCall) Header ¶
func (c *OrganizationsApisDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApisDeploymentsListCall ¶
type OrganizationsApisDeploymentsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApisDeploymentsListCall) Context ¶
func (c *OrganizationsApisDeploymentsListCall) Context(ctx context.Context) *OrganizationsApisDeploymentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApisDeploymentsListCall) Do ¶
func (c *OrganizationsApisDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
Do executes the "apigee.organizations.apis.deployments.list" call. Exactly one of *GoogleCloudApigeeV1ListDeploymentsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApisDeploymentsListCall) Fields ¶
func (c *OrganizationsApisDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsApisDeploymentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApisDeploymentsListCall) Header ¶
func (c *OrganizationsApisDeploymentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApisDeploymentsListCall) IfNoneMatch ¶
func (c *OrganizationsApisDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsApisDeploymentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsApisDeploymentsService ¶
type OrganizationsApisDeploymentsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsApisDeploymentsService ¶
func NewOrganizationsApisDeploymentsService(s *Service) *OrganizationsApisDeploymentsService
func (*OrganizationsApisDeploymentsService) List ¶
func (r *OrganizationsApisDeploymentsService) List(parent string) *OrganizationsApisDeploymentsListCall
List: Lists all deployments of an API proxy.
- parent: Name of the API proxy for which to return deployment information in the following format: `organizations/{org}/apis/{api}`.
type OrganizationsApisGetCall ¶
type OrganizationsApisGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApisGetCall) Context ¶
func (c *OrganizationsApisGetCall) Context(ctx context.Context) *OrganizationsApisGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApisGetCall) Do ¶
func (c *OrganizationsApisGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxy, error)
Do executes the "apigee.organizations.apis.get" call. Exactly one of *GoogleCloudApigeeV1ApiProxy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiProxy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApisGetCall) Fields ¶
func (c *OrganizationsApisGetCall) Fields(s ...googleapi.Field) *OrganizationsApisGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApisGetCall) Header ¶
func (c *OrganizationsApisGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApisGetCall) IfNoneMatch ¶
func (c *OrganizationsApisGetCall) IfNoneMatch(entityTag string) *OrganizationsApisGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsApisKeyvaluemapsCreateCall ¶
type OrganizationsApisKeyvaluemapsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApisKeyvaluemapsCreateCall) Context ¶
func (c *OrganizationsApisKeyvaluemapsCreateCall) Context(ctx context.Context) *OrganizationsApisKeyvaluemapsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApisKeyvaluemapsCreateCall) Do ¶
func (c *OrganizationsApisKeyvaluemapsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
Do executes the "apigee.organizations.apis.keyvaluemaps.create" call. Exactly one of *GoogleCloudApigeeV1KeyValueMap or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApisKeyvaluemapsCreateCall) Fields ¶
func (c *OrganizationsApisKeyvaluemapsCreateCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApisKeyvaluemapsCreateCall) Header ¶
func (c *OrganizationsApisKeyvaluemapsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApisKeyvaluemapsDeleteCall ¶
type OrganizationsApisKeyvaluemapsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApisKeyvaluemapsDeleteCall) Context ¶
func (c *OrganizationsApisKeyvaluemapsDeleteCall) Context(ctx context.Context) *OrganizationsApisKeyvaluemapsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApisKeyvaluemapsDeleteCall) Do ¶
func (c *OrganizationsApisKeyvaluemapsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
Do executes the "apigee.organizations.apis.keyvaluemaps.delete" call. Exactly one of *GoogleCloudApigeeV1KeyValueMap or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApisKeyvaluemapsDeleteCall) Fields ¶
func (c *OrganizationsApisKeyvaluemapsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApisKeyvaluemapsDeleteCall) Header ¶
func (c *OrganizationsApisKeyvaluemapsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApisKeyvaluemapsService ¶
type OrganizationsApisKeyvaluemapsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsApisKeyvaluemapsService ¶
func NewOrganizationsApisKeyvaluemapsService(s *Service) *OrganizationsApisKeyvaluemapsService
func (*OrganizationsApisKeyvaluemapsService) Create ¶
func (r *OrganizationsApisKeyvaluemapsService) Create(parent string, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsApisKeyvaluemapsCreateCall
Create: Creates a key value map in an api proxy.
- parent: The name of the environment in which to create the key value map. Must be of the form `organizations/{organization}/apis/{api}`.
func (*OrganizationsApisKeyvaluemapsService) Delete ¶
func (r *OrganizationsApisKeyvaluemapsService) Delete(name string) *OrganizationsApisKeyvaluemapsDeleteCall
Delete: Delete a key value map in an api proxy.
- name: The name of the key value map. Must be of the form `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}` .
type OrganizationsApisListCall ¶
type OrganizationsApisListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApisListCall) Context ¶
func (c *OrganizationsApisListCall) Context(ctx context.Context) *OrganizationsApisListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApisListCall) Do ¶
func (c *OrganizationsApisListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiProxiesResponse, error)
Do executes the "apigee.organizations.apis.list" call. Exactly one of *GoogleCloudApigeeV1ListApiProxiesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListApiProxiesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApisListCall) Fields ¶
func (c *OrganizationsApisListCall) Fields(s ...googleapi.Field) *OrganizationsApisListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApisListCall) Header ¶
func (c *OrganizationsApisListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApisListCall) IfNoneMatch ¶
func (c *OrganizationsApisListCall) IfNoneMatch(entityTag string) *OrganizationsApisListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsApisListCall) IncludeMetaData ¶
func (c *OrganizationsApisListCall) IncludeMetaData(includeMetaData bool) *OrganizationsApisListCall
IncludeMetaData sets the optional parameter "includeMetaData": Flag that specifies whether to include API proxy metadata in the response.
func (*OrganizationsApisListCall) IncludeRevisions ¶
func (c *OrganizationsApisListCall) IncludeRevisions(includeRevisions bool) *OrganizationsApisListCall
IncludeRevisions sets the optional parameter "includeRevisions": Flag that specifies whether to include a list of revisions in the response.
type OrganizationsApisRevisionsDeleteCall ¶
type OrganizationsApisRevisionsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApisRevisionsDeleteCall) Context ¶
func (c *OrganizationsApisRevisionsDeleteCall) Context(ctx context.Context) *OrganizationsApisRevisionsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApisRevisionsDeleteCall) Do ¶
func (c *OrganizationsApisRevisionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxyRevision, error)
Do executes the "apigee.organizations.apis.revisions.delete" call. Exactly one of *GoogleCloudApigeeV1ApiProxyRevision or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiProxyRevision.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApisRevisionsDeleteCall) Fields ¶
func (c *OrganizationsApisRevisionsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApisRevisionsDeleteCall) Header ¶
func (c *OrganizationsApisRevisionsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsApisRevisionsDeploymentsListCall ¶
type OrganizationsApisRevisionsDeploymentsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApisRevisionsDeploymentsListCall) Context ¶
func (c *OrganizationsApisRevisionsDeploymentsListCall) Context(ctx context.Context) *OrganizationsApisRevisionsDeploymentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApisRevisionsDeploymentsListCall) Do ¶
func (c *OrganizationsApisRevisionsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
Do executes the "apigee.organizations.apis.revisions.deployments.list" call. Exactly one of *GoogleCloudApigeeV1ListDeploymentsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApisRevisionsDeploymentsListCall) Fields ¶
func (c *OrganizationsApisRevisionsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsDeploymentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApisRevisionsDeploymentsListCall) Header ¶
func (c *OrganizationsApisRevisionsDeploymentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApisRevisionsDeploymentsListCall) IfNoneMatch ¶
func (c *OrganizationsApisRevisionsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsApisRevisionsDeploymentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsApisRevisionsDeploymentsService ¶
type OrganizationsApisRevisionsDeploymentsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsApisRevisionsDeploymentsService ¶
func NewOrganizationsApisRevisionsDeploymentsService(s *Service) *OrganizationsApisRevisionsDeploymentsService
func (*OrganizationsApisRevisionsDeploymentsService) List ¶
func (r *OrganizationsApisRevisionsDeploymentsService) List(parent string) *OrganizationsApisRevisionsDeploymentsListCall
List: Lists all deployments of an API proxy revision.
- parent: Name of the API proxy revision for which to return deployment information in the following format: `organizations/{org}/apis/{api}/revisions/{rev}`.
type OrganizationsApisRevisionsGetCall ¶
type OrganizationsApisRevisionsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApisRevisionsGetCall) Context ¶
func (c *OrganizationsApisRevisionsGetCall) Context(ctx context.Context) *OrganizationsApisRevisionsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApisRevisionsGetCall) Do ¶
func (c *OrganizationsApisRevisionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
Do executes the "apigee.organizations.apis.revisions.get" call. Exactly one of *GoogleApiHttpBody or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleApiHttpBody.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApisRevisionsGetCall) Fields ¶
func (c *OrganizationsApisRevisionsGetCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApisRevisionsGetCall) Format ¶
func (c *OrganizationsApisRevisionsGetCall) Format(format string) *OrganizationsApisRevisionsGetCall
Format sets the optional parameter "format": Format used when downloading the API proxy configuration revision. Set to `bundle` to download the API proxy configuration revision as a zip file.
func (*OrganizationsApisRevisionsGetCall) Header ¶
func (c *OrganizationsApisRevisionsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApisRevisionsGetCall) IfNoneMatch ¶
func (c *OrganizationsApisRevisionsGetCall) IfNoneMatch(entityTag string) *OrganizationsApisRevisionsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsApisRevisionsService ¶
type OrganizationsApisRevisionsService struct { Deployments *OrganizationsApisRevisionsDeploymentsService // contains filtered or unexported fields }
func NewOrganizationsApisRevisionsService ¶
func NewOrganizationsApisRevisionsService(s *Service) *OrganizationsApisRevisionsService
func (*OrganizationsApisRevisionsService) Delete ¶
func (r *OrganizationsApisRevisionsService) Delete(name string) *OrganizationsApisRevisionsDeleteCall
Delete: Deletes an API proxy revision and all policies, resources, endpoints, and revisions associated with it. The API proxy revision must be undeployed before you can delete it.
- name: API proxy revision in the following format: `organizations/{org}/apis/{api}/revisions/{rev}`.
func (*OrganizationsApisRevisionsService) Get ¶
func (r *OrganizationsApisRevisionsService) Get(name string) *OrganizationsApisRevisionsGetCall
Get: Gets an API proxy revision. To download the API proxy configuration bundle for the specified revision as a zip file, set the `format` query parameter to `bundle`. If you are using curl, specify `-o filename.zip` to save the output to a file; otherwise, it displays to `stdout`. Then, develop the API proxy configuration locally and upload the updated API proxy configuration revision, as described in updateApiProxyRevision (updateApiProxyRevision).
- name: API proxy revision in the following format: `organizations/{org}/apis/{api}/revisions/{rev}`.
func (*OrganizationsApisRevisionsService) UpdateApiProxyRevision ¶
func (r *OrganizationsApisRevisionsService) UpdateApiProxyRevision(name string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
UpdateApiProxyRevision: Updates an existing API proxy revision by uploading the API proxy configuration bundle as a zip file from your local machine. You can update only API proxy revisions that have never been deployed. After deployment, an API proxy revision becomes immutable, even if it is undeployed. Set the `Content-Type` header to either `multipart/form-data` or `application/octet-stream`.
- name: API proxy revision to update in the following format: `organizations/{org}/apis/{api}/revisions/{rev}`.
type OrganizationsApisRevisionsUpdateApiProxyRevisionCall ¶
type OrganizationsApisRevisionsUpdateApiProxyRevisionCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Context ¶
func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Context(ctx context.Context) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Do ¶
func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxyRevision, error)
Do executes the "apigee.organizations.apis.revisions.updateApiProxyRevision" call. Exactly one of *GoogleCloudApigeeV1ApiProxyRevision or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiProxyRevision.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Fields ¶
func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Header ¶
func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Validate ¶
func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Validate(validate bool) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
Validate sets the optional parameter "validate": Ignored. All uploads are validated regardless of the value of this field. Maintained for compatibility with Apigee Edge API.
type OrganizationsApisService ¶
type OrganizationsApisService struct { Deployments *OrganizationsApisDeploymentsService Keyvaluemaps *OrganizationsApisKeyvaluemapsService Revisions *OrganizationsApisRevisionsService // contains filtered or unexported fields }
func NewOrganizationsApisService ¶
func NewOrganizationsApisService(s *Service) *OrganizationsApisService
func (*OrganizationsApisService) Create ¶
func (r *OrganizationsApisService) Create(parent string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsApisCreateCall
Create: Creates an API proxy. The API proxy created will not be accessible at runtime until it is deployed to an environment. Create a new API proxy by setting the `name` query parameter to the name of the API proxy. Import an API proxy configuration bundle stored in zip format on your local machine to your organization by doing the following: * Set the `name` query parameter to the name of the API proxy. * Set the `action` query parameter to `import`. * Set the `Content-Type` header to `multipart/form-data`. * Pass as a file the name of API proxy configuration bundle stored in zip format on your local machine using the `file` form field. **Note**: To validate the API proxy configuration bundle only without importing it, set the `action` query parameter to `validate`. When importing an API proxy configuration bundle, if the API proxy does not exist, it will be created. If the API proxy exists, then a new revision is created. Invalid API proxy configurations are rejected, and a list of validation errors is returned to the client.
- parent: Name of the organization in the following format: `organizations/{org}`.
func (*OrganizationsApisService) Delete ¶
func (r *OrganizationsApisService) Delete(name string) *OrganizationsApisDeleteCall
Delete: Deletes an API proxy and all associated endpoints, policies, resources, and revisions. The API proxy must be undeployed before you can delete it.
- name: Name of the API proxy in the following format: `organizations/{org}/apis/{api}`.
func (*OrganizationsApisService) Get ¶
func (r *OrganizationsApisService) Get(name string) *OrganizationsApisGetCall
Get: Gets an API proxy including a list of existing revisions.
- name: Name of the API proxy in the following format: `organizations/{org}/apis/{api}`.
func (*OrganizationsApisService) List ¶
func (r *OrganizationsApisService) List(parent string) *OrganizationsApisListCall
List: Lists the names of all API proxies in an organization. The names returned correspond to the names defined in the configuration files for each API proxy.
- parent: Name of the organization in the following format: `organizations/{org}`.
type OrganizationsAppsGetCall ¶
type OrganizationsAppsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsAppsGetCall) Context ¶
func (c *OrganizationsAppsGetCall) Context(ctx context.Context) *OrganizationsAppsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsAppsGetCall) Do ¶
func (c *OrganizationsAppsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1App, error)
Do executes the "apigee.organizations.apps.get" call. Exactly one of *GoogleCloudApigeeV1App or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1App.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsAppsGetCall) Fields ¶
func (c *OrganizationsAppsGetCall) Fields(s ...googleapi.Field) *OrganizationsAppsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsAppsGetCall) Header ¶
func (c *OrganizationsAppsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsAppsGetCall) IfNoneMatch ¶
func (c *OrganizationsAppsGetCall) IfNoneMatch(entityTag string) *OrganizationsAppsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsAppsListCall ¶
type OrganizationsAppsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsAppsListCall) ApiProduct ¶
func (c *OrganizationsAppsListCall) ApiProduct(apiProduct string) *OrganizationsAppsListCall
ApiProduct sets the optional parameter "apiProduct": API product.
func (*OrganizationsAppsListCall) Apptype ¶
func (c *OrganizationsAppsListCall) Apptype(apptype string) *OrganizationsAppsListCall
Apptype sets the optional parameter "apptype": Filter by the type of the app. Valid values are `company` or `developer`. Defaults to `developer`.
func (*OrganizationsAppsListCall) Context ¶
func (c *OrganizationsAppsListCall) Context(ctx context.Context) *OrganizationsAppsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsAppsListCall) Do ¶
func (c *OrganizationsAppsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAppsResponse, error)
Do executes the "apigee.organizations.apps.list" call. Exactly one of *GoogleCloudApigeeV1ListAppsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListAppsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsAppsListCall) Expand ¶
func (c *OrganizationsAppsListCall) Expand(expand bool) *OrganizationsAppsListCall
Expand sets the optional parameter "expand": Flag that specifies whether to return an expanded list of apps for the organization. Defaults to `false`.
func (*OrganizationsAppsListCall) Fields ¶
func (c *OrganizationsAppsListCall) Fields(s ...googleapi.Field) *OrganizationsAppsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsAppsListCall) Header ¶
func (c *OrganizationsAppsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsAppsListCall) Ids ¶
func (c *OrganizationsAppsListCall) Ids(ids string) *OrganizationsAppsListCall
Ids sets the optional parameter "ids": Comma-separated list of app IDs on which to filter.
func (*OrganizationsAppsListCall) IfNoneMatch ¶
func (c *OrganizationsAppsListCall) IfNoneMatch(entityTag string) *OrganizationsAppsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsAppsListCall) IncludeCred ¶
func (c *OrganizationsAppsListCall) IncludeCred(includeCred bool) *OrganizationsAppsListCall
IncludeCred sets the optional parameter "includeCred": Flag that specifies whether to include credentials in the response.
func (*OrganizationsAppsListCall) KeyStatus ¶
func (c *OrganizationsAppsListCall) KeyStatus(keyStatus string) *OrganizationsAppsListCall
KeyStatus sets the optional parameter "keyStatus": Key status of the app. Valid values include `approved` or `revoked`. Defaults to `approved`.
func (*OrganizationsAppsListCall) Rows ¶
func (c *OrganizationsAppsListCall) Rows(rows int64) *OrganizationsAppsListCall
Rows sets the optional parameter "rows": Maximum number of app IDs to return. Defaults to 10000.
func (*OrganizationsAppsListCall) StartKey ¶
func (c *OrganizationsAppsListCall) StartKey(startKey string) *OrganizationsAppsListCall
StartKey sets the optional parameter "startKey": Returns the list of apps starting from the specified app ID.
func (*OrganizationsAppsListCall) Status ¶
func (c *OrganizationsAppsListCall) Status(status string) *OrganizationsAppsListCall
Status sets the optional parameter "status": Filter by the status of the app. Valid values are `approved` or `revoked`. Defaults to `approved`.
type OrganizationsAppsService ¶
type OrganizationsAppsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsAppsService ¶
func NewOrganizationsAppsService(s *Service) *OrganizationsAppsService
func (*OrganizationsAppsService) Get ¶
func (r *OrganizationsAppsService) Get(name string) *OrganizationsAppsGetCall
Get: Gets the app profile for the specified app ID.
- name: App ID in the following format: `organizations/{org}/apps/{app}`.
func (*OrganizationsAppsService) List ¶
func (r *OrganizationsAppsService) List(parent string) *OrganizationsAppsListCall
List: Lists IDs of apps within an organization that have the specified app status (approved or revoked) or are of the specified app type (developer or company).
- parent: Resource path of the parent in the following format: `organizations/{org}`.
type OrganizationsCreateCall ¶
type OrganizationsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsCreateCall) Context ¶
func (c *OrganizationsCreateCall) Context(ctx context.Context) *OrganizationsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsCreateCall) Do ¶
func (c *OrganizationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.create" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsCreateCall) Fields ¶
func (c *OrganizationsCreateCall) Fields(s ...googleapi.Field) *OrganizationsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsCreateCall) Header ¶
func (c *OrganizationsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsCreateCall) Parent ¶
func (c *OrganizationsCreateCall) Parent(parent string) *OrganizationsCreateCall
Parent sets the optional parameter "parent": Required. Name of the GCP project in which to associate the Apigee organization. Pass the information as a query parameter using the following structure in your request: `projects/`
type OrganizationsDatacollectorsCreateCall ¶
type OrganizationsDatacollectorsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDatacollectorsCreateCall) Context ¶
func (c *OrganizationsDatacollectorsCreateCall) Context(ctx context.Context) *OrganizationsDatacollectorsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDatacollectorsCreateCall) DataCollectorId ¶
func (c *OrganizationsDatacollectorsCreateCall) DataCollectorId(dataCollectorId string) *OrganizationsDatacollectorsCreateCall
DataCollectorId sets the optional parameter "dataCollectorId": ID of the data collector. Overrides any ID in the data collector resource. Must begin with `dc_`.
func (*OrganizationsDatacollectorsCreateCall) Do ¶
func (c *OrganizationsDatacollectorsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DataCollector, error)
Do executes the "apigee.organizations.datacollectors.create" call. Exactly one of *GoogleCloudApigeeV1DataCollector or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DataCollector.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDatacollectorsCreateCall) Fields ¶
func (c *OrganizationsDatacollectorsCreateCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDatacollectorsCreateCall) Header ¶
func (c *OrganizationsDatacollectorsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDatacollectorsDeleteCall ¶
type OrganizationsDatacollectorsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDatacollectorsDeleteCall) Context ¶
func (c *OrganizationsDatacollectorsDeleteCall) Context(ctx context.Context) *OrganizationsDatacollectorsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDatacollectorsDeleteCall) Do ¶
func (c *OrganizationsDatacollectorsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "apigee.organizations.datacollectors.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDatacollectorsDeleteCall) Fields ¶
func (c *OrganizationsDatacollectorsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDatacollectorsDeleteCall) Header ¶
func (c *OrganizationsDatacollectorsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDatacollectorsGetCall ¶
type OrganizationsDatacollectorsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDatacollectorsGetCall) Context ¶
func (c *OrganizationsDatacollectorsGetCall) Context(ctx context.Context) *OrganizationsDatacollectorsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDatacollectorsGetCall) Do ¶
func (c *OrganizationsDatacollectorsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DataCollector, error)
Do executes the "apigee.organizations.datacollectors.get" call. Exactly one of *GoogleCloudApigeeV1DataCollector or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DataCollector.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDatacollectorsGetCall) Fields ¶
func (c *OrganizationsDatacollectorsGetCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDatacollectorsGetCall) Header ¶
func (c *OrganizationsDatacollectorsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDatacollectorsGetCall) IfNoneMatch ¶
func (c *OrganizationsDatacollectorsGetCall) IfNoneMatch(entityTag string) *OrganizationsDatacollectorsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsDatacollectorsListCall ¶
type OrganizationsDatacollectorsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDatacollectorsListCall) Context ¶
func (c *OrganizationsDatacollectorsListCall) Context(ctx context.Context) *OrganizationsDatacollectorsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDatacollectorsListCall) Do ¶
func (c *OrganizationsDatacollectorsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDataCollectorsResponse, error)
Do executes the "apigee.organizations.datacollectors.list" call. Exactly one of *GoogleCloudApigeeV1ListDataCollectorsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDataCollectorsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDatacollectorsListCall) Fields ¶
func (c *OrganizationsDatacollectorsListCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDatacollectorsListCall) Header ¶
func (c *OrganizationsDatacollectorsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDatacollectorsListCall) IfNoneMatch ¶
func (c *OrganizationsDatacollectorsListCall) IfNoneMatch(entityTag string) *OrganizationsDatacollectorsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsDatacollectorsListCall) PageSize ¶
func (c *OrganizationsDatacollectorsListCall) PageSize(pageSize int64) *OrganizationsDatacollectorsListCall
PageSize sets the optional parameter "pageSize": Maximum number of data collectors to return. The page size defaults to 25.
func (*OrganizationsDatacollectorsListCall) PageToken ¶
func (c *OrganizationsDatacollectorsListCall) PageToken(pageToken string) *OrganizationsDatacollectorsListCall
PageToken sets the optional parameter "pageToken": Page token, returned from a previous ListDataCollectors call, that you can use to retrieve the next page.
func (*OrganizationsDatacollectorsListCall) Pages ¶
func (c *OrganizationsDatacollectorsListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListDataCollectorsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsDatacollectorsPatchCall ¶
type OrganizationsDatacollectorsPatchCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDatacollectorsPatchCall) Context ¶
func (c *OrganizationsDatacollectorsPatchCall) Context(ctx context.Context) *OrganizationsDatacollectorsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDatacollectorsPatchCall) Do ¶
func (c *OrganizationsDatacollectorsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DataCollector, error)
Do executes the "apigee.organizations.datacollectors.patch" call. Exactly one of *GoogleCloudApigeeV1DataCollector or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DataCollector.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDatacollectorsPatchCall) Fields ¶
func (c *OrganizationsDatacollectorsPatchCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDatacollectorsPatchCall) Header ¶
func (c *OrganizationsDatacollectorsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDatacollectorsPatchCall) UpdateMask ¶
func (c *OrganizationsDatacollectorsPatchCall) UpdateMask(updateMask string) *OrganizationsDatacollectorsPatchCall
UpdateMask sets the optional parameter "updateMask": List of fields to be updated.
type OrganizationsDatacollectorsService ¶
type OrganizationsDatacollectorsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsDatacollectorsService ¶
func NewOrganizationsDatacollectorsService(s *Service) *OrganizationsDatacollectorsService
func (*OrganizationsDatacollectorsService) Create ¶
func (r *OrganizationsDatacollectorsService) Create(parent string, googlecloudapigeev1datacollector *GoogleCloudApigeeV1DataCollector) *OrganizationsDatacollectorsCreateCall
Create: Creates a new data collector.
- parent: Name of the organization in which to create the data collector in the following format: `organizations/{org}`.
func (*OrganizationsDatacollectorsService) Delete ¶
func (r *OrganizationsDatacollectorsService) Delete(name string) *OrganizationsDatacollectorsDeleteCall
Delete: Deletes a data collector.
- name: Name of the data collector in the following format: `organizations/{org}/datacollectors/{data_collector_id}`.
func (*OrganizationsDatacollectorsService) Get ¶
func (r *OrganizationsDatacollectorsService) Get(name string) *OrganizationsDatacollectorsGetCall
Get: Gets a data collector.
- name: Name of the data collector in the following format: `organizations/{org}/datacollectors/{data_collector_id}`.
func (*OrganizationsDatacollectorsService) List ¶
func (r *OrganizationsDatacollectorsService) List(parent string) *OrganizationsDatacollectorsListCall
List: Lists all data collectors.
- parent: Name of the organization for which to list data collectors in the following format: `organizations/{org}`.
func (*OrganizationsDatacollectorsService) Patch ¶
func (r *OrganizationsDatacollectorsService) Patch(name string, googlecloudapigeev1datacollector *GoogleCloudApigeeV1DataCollector) *OrganizationsDatacollectorsPatchCall
Patch: Updates a data collector.
- name: Name of the data collector in the following format: `organizations/{org}/datacollectors/{data_collector_id}`.
type OrganizationsDeleteCall ¶
type OrganizationsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDeleteCall) Context ¶
func (c *OrganizationsDeleteCall) Context(ctx context.Context) *OrganizationsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDeleteCall) Do ¶
func (c *OrganizationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.delete" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDeleteCall) Fields ¶
func (c *OrganizationsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDeleteCall) Header ¶
func (c *OrganizationsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDeploymentsListCall ¶
type OrganizationsDeploymentsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDeploymentsListCall) Context ¶
func (c *OrganizationsDeploymentsListCall) Context(ctx context.Context) *OrganizationsDeploymentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDeploymentsListCall) Do ¶
func (c *OrganizationsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
Do executes the "apigee.organizations.deployments.list" call. Exactly one of *GoogleCloudApigeeV1ListDeploymentsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDeploymentsListCall) Fields ¶
func (c *OrganizationsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsDeploymentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDeploymentsListCall) Header ¶
func (c *OrganizationsDeploymentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDeploymentsListCall) IfNoneMatch ¶
func (c *OrganizationsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsDeploymentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsDeploymentsListCall) SharedFlows ¶
func (c *OrganizationsDeploymentsListCall) SharedFlows(sharedFlows bool) *OrganizationsDeploymentsListCall
SharedFlows sets the optional parameter "sharedFlows": Flag that specifies whether to return shared flow or API proxy deployments. Set to `true` to return shared flow deployments; set to `false` to return API proxy deployments. Defaults to `false`.
type OrganizationsDeploymentsService ¶
type OrganizationsDeploymentsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsDeploymentsService ¶
func NewOrganizationsDeploymentsService(s *Service) *OrganizationsDeploymentsService
func (*OrganizationsDeploymentsService) List ¶
func (r *OrganizationsDeploymentsService) List(parent string) *OrganizationsDeploymentsListCall
List: Lists all deployments of API proxies or shared flows.
- parent: Name of the organization for which to return deployment information in the following format: `organizations/{org}`.
type OrganizationsDevelopersAppsAttributesCall ¶
type OrganizationsDevelopersAppsAttributesCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsAttributesCall) Context ¶
func (c *OrganizationsDevelopersAppsAttributesCall) Context(ctx context.Context) *OrganizationsDevelopersAppsAttributesCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsAttributesCall) Do ¶
func (c *OrganizationsDevelopersAppsAttributesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
Do executes the "apigee.organizations.developers.apps.attributes" call. Exactly one of *GoogleCloudApigeeV1Attributes or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsAttributesCall) Fields ¶
func (c *OrganizationsDevelopersAppsAttributesCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsAttributesCall) Header ¶
func (c *OrganizationsDevelopersAppsAttributesCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsAttributesDeleteCall ¶
type OrganizationsDevelopersAppsAttributesDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsAttributesDeleteCall) Context ¶
func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersAppsAttributesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsAttributesDeleteCall) Do ¶
func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
Do executes the "apigee.organizations.developers.apps.attributes.delete" call. Exactly one of *GoogleCloudApigeeV1Attribute or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsAttributesDeleteCall) Fields ¶
func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsAttributesDeleteCall) Header ¶
func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsAttributesGetCall ¶
type OrganizationsDevelopersAppsAttributesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsAttributesGetCall) Context ¶
func (c *OrganizationsDevelopersAppsAttributesGetCall) Context(ctx context.Context) *OrganizationsDevelopersAppsAttributesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsAttributesGetCall) Do ¶
func (c *OrganizationsDevelopersAppsAttributesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
Do executes the "apigee.organizations.developers.apps.attributes.get" call. Exactly one of *GoogleCloudApigeeV1Attribute or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsAttributesGetCall) Fields ¶
func (c *OrganizationsDevelopersAppsAttributesGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsAttributesGetCall) Header ¶
func (c *OrganizationsDevelopersAppsAttributesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDevelopersAppsAttributesGetCall) IfNoneMatch ¶
func (c *OrganizationsDevelopersAppsAttributesGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAppsAttributesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsDevelopersAppsAttributesListCall ¶
type OrganizationsDevelopersAppsAttributesListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsAttributesListCall) Context ¶
func (c *OrganizationsDevelopersAppsAttributesListCall) Context(ctx context.Context) *OrganizationsDevelopersAppsAttributesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsAttributesListCall) Do ¶
func (c *OrganizationsDevelopersAppsAttributesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
Do executes the "apigee.organizations.developers.apps.attributes.list" call. Exactly one of *GoogleCloudApigeeV1Attributes or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsAttributesListCall) Fields ¶
func (c *OrganizationsDevelopersAppsAttributesListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsAttributesListCall) Header ¶
func (c *OrganizationsDevelopersAppsAttributesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDevelopersAppsAttributesListCall) IfNoneMatch ¶
func (c *OrganizationsDevelopersAppsAttributesListCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAppsAttributesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsDevelopersAppsAttributesService ¶
type OrganizationsDevelopersAppsAttributesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsDevelopersAppsAttributesService ¶
func NewOrganizationsDevelopersAppsAttributesService(s *Service) *OrganizationsDevelopersAppsAttributesService
func (*OrganizationsDevelopersAppsAttributesService) Delete ¶
func (r *OrganizationsDevelopersAppsAttributesService) Delete(name string) *OrganizationsDevelopersAppsAttributesDeleteCall
Delete: Deletes a developer app attribute.
- name: Name of the developer app attribute. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}/attribu tes/{attribute}`.
func (*OrganizationsDevelopersAppsAttributesService) Get ¶
func (r *OrganizationsDevelopersAppsAttributesService) Get(name string) *OrganizationsDevelopersAppsAttributesGetCall
Get: Returns a developer app attribute.
- name: Name of the developer app attribute. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}/attribu tes/{attribute}`.
func (*OrganizationsDevelopersAppsAttributesService) List ¶
func (r *OrganizationsDevelopersAppsAttributesService) List(parent string) *OrganizationsDevelopersAppsAttributesListCall
List: Returns a list of all developer app attributes.
- parent: Name of the developer app. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}`.
func (*OrganizationsDevelopersAppsAttributesService) UpdateDeveloperAppAttribute ¶
func (r *OrganizationsDevelopersAppsAttributesService) UpdateDeveloperAppAttribute(name string, googlecloudapigeev1attribute *GoogleCloudApigeeV1Attribute) *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall
UpdateDeveloperAppAttribute: Updates a developer app attribute. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.
- name: Name of the developer app attribute. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}/attribu tes/{attribute}`.
type OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall ¶
type OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Context ¶
func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Context(ctx context.Context) *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Do ¶
func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
Do executes the "apigee.organizations.developers.apps.attributes.updateDeveloperAppAttribute" call. Exactly one of *GoogleCloudApigeeV1Attribute or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Fields ¶
func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Header ¶
func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsCreateCall ¶
type OrganizationsDevelopersAppsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsCreateCall) Context ¶
func (c *OrganizationsDevelopersAppsCreateCall) Context(ctx context.Context) *OrganizationsDevelopersAppsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsCreateCall) Do ¶
func (c *OrganizationsDevelopersAppsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp, error)
Do executes the "apigee.organizations.developers.apps.create" call. Exactly one of *GoogleCloudApigeeV1DeveloperApp or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperApp.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsCreateCall) Fields ¶
func (c *OrganizationsDevelopersAppsCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsCreateCall) Header ¶
func (c *OrganizationsDevelopersAppsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsDeleteCall ¶
type OrganizationsDevelopersAppsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsDeleteCall) Context ¶
func (c *OrganizationsDevelopersAppsDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersAppsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsDeleteCall) Do ¶
func (c *OrganizationsDevelopersAppsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp, error)
Do executes the "apigee.organizations.developers.apps.delete" call. Exactly one of *GoogleCloudApigeeV1DeveloperApp or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperApp.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsDeleteCall) Fields ¶
func (c *OrganizationsDevelopersAppsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsDeleteCall) Header ¶
func (c *OrganizationsDevelopersAppsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall ¶
type OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Action ¶
func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Action(action string) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
Action sets the optional parameter "action": Action. Valid values are `approve` or `revoke`.
func (*OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Context ¶
func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Context(ctx context.Context) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Do ¶
func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp, error)
Do executes the "apigee.organizations.developers.apps.generateKeyPairOrUpdateDeveloperAppStatus" call. Exactly one of *GoogleCloudApigeeV1DeveloperApp or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperApp.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Fields ¶
func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Header ¶
func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsGetCall ¶
type OrganizationsDevelopersAppsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsGetCall) Context ¶
func (c *OrganizationsDevelopersAppsGetCall) Context(ctx context.Context) *OrganizationsDevelopersAppsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsGetCall) Do ¶
func (c *OrganizationsDevelopersAppsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp, error)
Do executes the "apigee.organizations.developers.apps.get" call. Exactly one of *GoogleCloudApigeeV1DeveloperApp or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperApp.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsGetCall) Entity ¶
func (c *OrganizationsDevelopersAppsGetCall) Entity(entity string) *OrganizationsDevelopersAppsGetCall
Entity sets the optional parameter "entity": **Note**: Must be used in conjunction with the `query` parameter. Set to `apiresources` to return the number of API resources that have been approved for access by a developer app in the specified Apigee organization.
func (*OrganizationsDevelopersAppsGetCall) Fields ¶
func (c *OrganizationsDevelopersAppsGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsGetCall) Header ¶
func (c *OrganizationsDevelopersAppsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDevelopersAppsGetCall) IfNoneMatch ¶
func (c *OrganizationsDevelopersAppsGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAppsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsDevelopersAppsGetCall) Query ¶
func (c *OrganizationsDevelopersAppsGetCall) Query(query string) *OrganizationsDevelopersAppsGetCall
Query sets the optional parameter "query": **Note**: Must be used in conjunction with the `entity` parameter. Set to `count` to return the number of API resources that have been approved for access by a developer app in the specified Apigee organization.
type OrganizationsDevelopersAppsKeysApiproductsDeleteCall ¶
type OrganizationsDevelopersAppsKeysApiproductsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Context ¶
func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysApiproductsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Do ¶
func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
Do executes the "apigee.organizations.developers.apps.keys.apiproducts.delete" call. Exactly one of *GoogleCloudApigeeV1DeveloperAppKey or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Fields ¶
func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysApiproductsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Header ¶
func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsKeysApiproductsService ¶
type OrganizationsDevelopersAppsKeysApiproductsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsDevelopersAppsKeysApiproductsService ¶
func NewOrganizationsDevelopersAppsKeysApiproductsService(s *Service) *OrganizationsDevelopersAppsKeysApiproductsService
func (*OrganizationsDevelopersAppsKeysApiproductsService) Delete ¶
func (r *OrganizationsDevelopersAppsKeysApiproductsService) Delete(name string) *OrganizationsDevelopersAppsKeysApiproductsDeleteCall
Delete: Removes an API product from an app's consumer key. After the API product is removed, the app cannot access the API resources defined in that API product. **Note**: The consumer key is not removed, only its association with the API product.
- name: Name of the API product in the developer app key in the following format: `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{k ey}/apiproducts/{apiproduct}`.
func (*OrganizationsDevelopersAppsKeysApiproductsService) UpdateDeveloperAppKeyApiProduct ¶
func (r *OrganizationsDevelopersAppsKeysApiproductsService) UpdateDeveloperAppKeyApiProduct(name string) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
UpdateDeveloperAppKeyApiProduct: Approves or revokes the consumer key for an API product. After a consumer key is approved, the app can use it to access APIs. A consumer key that is revoked or pending cannot be used to access an API. Any access tokens associated with a revoked consumer key will remain active. However, Apigee checks the status of the consumer key and if set to `revoked` will not allow access to the API.
- name: Name of the API product in the developer app key in the following format: `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{k ey}/apiproducts/{apiproduct}`.
type OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall ¶
type OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Action ¶
func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Action(action string) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
Action sets the optional parameter "action": Approve or revoke the consumer key by setting this value to `approve` or `revoke`, respectively.
func (*OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Context ¶
func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Do ¶
func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "apigee.organizations.developers.apps.keys.apiproducts.updateDeveloperAppKeyApiProduct" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Fields ¶
func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Header ¶
func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsKeysCreateCall ¶
type OrganizationsDevelopersAppsKeysCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsKeysCreateCall) Context ¶
func (c *OrganizationsDevelopersAppsKeysCreateCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsKeysCreateCall) Do ¶
func (c *OrganizationsDevelopersAppsKeysCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
Do executes the "apigee.organizations.developers.apps.keys.create" call. Exactly one of *GoogleCloudApigeeV1DeveloperAppKey or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysCreateCall) Fields ¶
func (c *OrganizationsDevelopersAppsKeysCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsKeysCreateCall) Header ¶
func (c *OrganizationsDevelopersAppsKeysCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsKeysCreateCreateCall ¶
type OrganizationsDevelopersAppsKeysCreateCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsKeysCreateCreateCall) Context ¶
func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysCreateCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsKeysCreateCreateCall) Do ¶
func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
Do executes the "apigee.organizations.developers.apps.keys.create.create" call. Exactly one of *GoogleCloudApigeeV1DeveloperAppKey or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysCreateCreateCall) Fields ¶
func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysCreateCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsKeysCreateCreateCall) Header ¶
func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsKeysCreateService ¶
type OrganizationsDevelopersAppsKeysCreateService struct {
// contains filtered or unexported fields
}
func NewOrganizationsDevelopersAppsKeysCreateService ¶
func NewOrganizationsDevelopersAppsKeysCreateService(s *Service) *OrganizationsDevelopersAppsKeysCreateService
func (*OrganizationsDevelopersAppsKeysCreateService) Create ¶
func (r *OrganizationsDevelopersAppsKeysCreateService) Create(parent string, googlecloudapigeev1developerappkey *GoogleCloudApigeeV1DeveloperAppKey) *OrganizationsDevelopersAppsKeysCreateCreateCall
Create: Creates a custom consumer key and secret for a developer app. This is particularly useful if you want to migrate existing consumer keys and secrets to Apigee from another system. Consumer keys and secrets can contain letters, numbers, underscores, and hyphens. No other special characters are allowed. To avoid service disruptions, a consumer key and secret should not exceed 2 KBs each. **Note**: When creating the consumer key and secret, an association to API products will not be made. Therefore, you should not specify the associated API products in your request. Instead, use the UpdateDeveloperAppKey API to make the association after the consumer key and secret are created. If a consumer key and secret already exist, you can keep them or delete them using the DeleteDeveloperAppKey API.
- parent: Parent of the developer app key. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps`.
type OrganizationsDevelopersAppsKeysDeleteCall ¶
type OrganizationsDevelopersAppsKeysDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsKeysDeleteCall) Context ¶
func (c *OrganizationsDevelopersAppsKeysDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsKeysDeleteCall) Do ¶
func (c *OrganizationsDevelopersAppsKeysDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
Do executes the "apigee.organizations.developers.apps.keys.delete" call. Exactly one of *GoogleCloudApigeeV1DeveloperAppKey or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysDeleteCall) Fields ¶
func (c *OrganizationsDevelopersAppsKeysDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsKeysDeleteCall) Header ¶
func (c *OrganizationsDevelopersAppsKeysDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsKeysGetCall ¶
type OrganizationsDevelopersAppsKeysGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsKeysGetCall) Context ¶
func (c *OrganizationsDevelopersAppsKeysGetCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsKeysGetCall) Do ¶
func (c *OrganizationsDevelopersAppsKeysGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
Do executes the "apigee.organizations.developers.apps.keys.get" call. Exactly one of *GoogleCloudApigeeV1DeveloperAppKey or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysGetCall) Fields ¶
func (c *OrganizationsDevelopersAppsKeysGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsKeysGetCall) Header ¶
func (c *OrganizationsDevelopersAppsKeysGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDevelopersAppsKeysGetCall) IfNoneMatch ¶
func (c *OrganizationsDevelopersAppsKeysGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAppsKeysGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall ¶
type OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Context ¶
func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Do ¶
func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
Do executes the "apigee.organizations.developers.apps.keys.replaceDeveloperAppKey" call. Exactly one of *GoogleCloudApigeeV1DeveloperAppKey or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Fields ¶
func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Header ¶
func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsKeysService ¶
type OrganizationsDevelopersAppsKeysService struct { Apiproducts *OrganizationsDevelopersAppsKeysApiproductsService Create_ *OrganizationsDevelopersAppsKeysCreateService // contains filtered or unexported fields }
func NewOrganizationsDevelopersAppsKeysService ¶
func NewOrganizationsDevelopersAppsKeysService(s *Service) *OrganizationsDevelopersAppsKeysService
func (*OrganizationsDevelopersAppsKeysService) Create ¶
func (r *OrganizationsDevelopersAppsKeysService) Create(parent string, googlecloudapigeev1developerappkey *GoogleCloudApigeeV1DeveloperAppKey) *OrganizationsDevelopersAppsKeysCreateCall
Create: Creates a custom consumer key and secret for a developer app. This is particularly useful if you want to migrate existing consumer keys and secrets to Apigee from another system. Consumer keys and secrets can contain letters, numbers, underscores, and hyphens. No other special characters are allowed. To avoid service disruptions, a consumer key and secret should not exceed 2 KBs each. **Note**: When creating the consumer key and secret, an association to API products will not be made. Therefore, you should not specify the associated API products in your request. Instead, use the UpdateDeveloperAppKey API to make the association after the consumer key and secret are created. If a consumer key and secret already exist, you can keep them or delete them using the DeleteDeveloperAppKey API.
- parent: Parent of the developer app key. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps`.
func (*OrganizationsDevelopersAppsKeysService) Delete ¶
func (r *OrganizationsDevelopersAppsKeysService) Delete(name string) *OrganizationsDevelopersAppsKeysDeleteCall
Delete: Deletes an app's consumer key and removes all API products associated with the app. After the consumer key is deleted, it cannot be used to access any APIs. **Note**: After you delete a consumer key, you may want to: 1. Create a new consumer key and secret for the developer app using the CreateDeveloperAppKey API, and subsequently add an API product to the key using the UpdateDeveloperAppKey API. 2. Delete the developer app, if it is no longer required.
- name: Name of the developer app key. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{k ey}`.
func (*OrganizationsDevelopersAppsKeysService) Get ¶
func (r *OrganizationsDevelopersAppsKeysService) Get(name string) *OrganizationsDevelopersAppsKeysGetCall
Get: Gets details for a consumer key for a developer app, including the key and secret value, associated API products, and other information.
- name: Name of the developer app key. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{k ey}`.
func (*OrganizationsDevelopersAppsKeysService) ReplaceDeveloperAppKey ¶
func (r *OrganizationsDevelopersAppsKeysService) ReplaceDeveloperAppKey(name string, googlecloudapigeev1developerappkey *GoogleCloudApigeeV1DeveloperAppKey) *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall
ReplaceDeveloperAppKey: Updates the scope of an app. This API replaces the existing scopes with those specified in the request. Include or exclude any existing scopes that you want to retain or delete, respectively. The specified scopes must already be defined for the API products associated with the app. This API sets the `scopes` element under the `apiProducts` element in the attributes of the app.
- name: Name of the developer app key. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{k ey}`.
func (*OrganizationsDevelopersAppsKeysService) UpdateDeveloperAppKey ¶
func (r *OrganizationsDevelopersAppsKeysService) UpdateDeveloperAppKey(name string, googlecloudapigeev1developerappkey *GoogleCloudApigeeV1DeveloperAppKey) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
UpdateDeveloperAppKey: Adds an API product to a developer app key, enabling the app that holds the key to access the API resources bundled in the API product. In addition, you can add attributes to a developer app key. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively. You can use the same key to access all API products associated with the app.
- name: Name of the developer app key. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{k ey}`.
type OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall ¶
type OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Action ¶
func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Action(action string) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
Action sets the optional parameter "action": Approve or revoke the consumer key by setting this value to `approve` or `revoke`, respectively.
func (*OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Context ¶
func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Context(ctx context.Context) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Do ¶
func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey, error)
Do executes the "apigee.organizations.developers.apps.keys.updateDeveloperAppKey" call. Exactly one of *GoogleCloudApigeeV1DeveloperAppKey or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Fields ¶
func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Header ¶
func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAppsListCall ¶
type OrganizationsDevelopersAppsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsListCall) Context ¶
func (c *OrganizationsDevelopersAppsListCall) Context(ctx context.Context) *OrganizationsDevelopersAppsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsListCall) Count ¶
func (c *OrganizationsDevelopersAppsListCall) Count(count int64) *OrganizationsDevelopersAppsListCall
Count sets the optional parameter "count": Number of developer apps to return in the API call. Use with the `startKey` parameter to provide more targeted filtering. The limit is 1000.
func (*OrganizationsDevelopersAppsListCall) Do ¶
func (c *OrganizationsDevelopersAppsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeveloperAppsResponse, error)
Do executes the "apigee.organizations.developers.apps.list" call. Exactly one of *GoogleCloudApigeeV1ListDeveloperAppsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDeveloperAppsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsListCall) Expand ¶
func (c *OrganizationsDevelopersAppsListCall) Expand(expand bool) *OrganizationsDevelopersAppsListCall
Expand sets the optional parameter "expand": Specifies whether to expand the results. Set to `true` to expand the results. This query parameter is not valid if you use the `count` or `startKey` query parameters.
func (*OrganizationsDevelopersAppsListCall) Fields ¶
func (c *OrganizationsDevelopersAppsListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsListCall) Header ¶
func (c *OrganizationsDevelopersAppsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDevelopersAppsListCall) IfNoneMatch ¶
func (c *OrganizationsDevelopersAppsListCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAppsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsDevelopersAppsListCall) ShallowExpand ¶
func (c *OrganizationsDevelopersAppsListCall) ShallowExpand(shallowExpand bool) *OrganizationsDevelopersAppsListCall
ShallowExpand sets the optional parameter "shallowExpand": Specifies whether to expand the results in shallow mode. Set to `true` to expand the results in shallow mode.
func (*OrganizationsDevelopersAppsListCall) StartKey ¶
func (c *OrganizationsDevelopersAppsListCall) StartKey(startKey string) *OrganizationsDevelopersAppsListCall
StartKey sets the optional parameter "startKey": **Note**: Must be used in conjunction with the `count` parameter. Name of the developer app from which to start displaying the list of developer apps. For example, if you're returning 50 developer apps at a time (using the `count` query parameter), you can view developer apps 50-99 by entering the name of the 50th developer app. The developer app name is case sensitive.
type OrganizationsDevelopersAppsService ¶
type OrganizationsDevelopersAppsService struct { Attributes_ *OrganizationsDevelopersAppsAttributesService Keys *OrganizationsDevelopersAppsKeysService // contains filtered or unexported fields }
func NewOrganizationsDevelopersAppsService ¶
func NewOrganizationsDevelopersAppsService(s *Service) *OrganizationsDevelopersAppsService
func (*OrganizationsDevelopersAppsService) Attributes ¶
func (r *OrganizationsDevelopersAppsService) Attributes(name string, googlecloudapigeev1attributes *GoogleCloudApigeeV1Attributes) *OrganizationsDevelopersAppsAttributesCall
Attributes: Updates attributes for a developer app. This API replaces the current attributes with those specified in the request.
- name: Name of the developer app. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}`.
func (*OrganizationsDevelopersAppsService) Create ¶
func (r *OrganizationsDevelopersAppsService) Create(parent string, googlecloudapigeev1developerapp *GoogleCloudApigeeV1DeveloperApp) *OrganizationsDevelopersAppsCreateCall
Create: Creates an app associated with a developer. This API associates the developer app with the specified API product and auto-generates an API key for the app to use in calls to API proxies inside that API product. The `name` is the unique ID of the app that you can use in API calls. The `DisplayName` (set as an attribute) appears in the UI. If you don't set the `DisplayName` attribute, the `name` appears in the UI.
- parent: Name of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersAppsService) Delete ¶
func (r *OrganizationsDevelopersAppsService) Delete(name string) *OrganizationsDevelopersAppsDeleteCall
Delete: Deletes a developer app. **Note**: The delete operation is asynchronous. The developer app is deleted immediately, but its associated resources, such as app keys or access tokens, may take anywhere from a few seconds to a few minutes to be deleted.
- name: Name of the developer app. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}`.
func (*OrganizationsDevelopersAppsService) GenerateKeyPairOrUpdateDeveloperAppStatus ¶
func (r *OrganizationsDevelopersAppsService) GenerateKeyPairOrUpdateDeveloperAppStatus(name string, googlecloudapigeev1developerapp *GoogleCloudApigeeV1DeveloperApp) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
GenerateKeyPairOrUpdateDeveloperAppStatus: Manages access to a developer app by enabling you to: * Approve or revoke a developer app * Generate a new consumer key and secret for a developer app To approve or revoke a developer app, set the `action` query parameter to `approved` or `revoked`, respectively, and the `Content-Type` header to `application/octet-stream`. If a developer app is revoked, none of its API keys are valid for API calls even though the keys are still `approved`. If successful, the API call returns the following HTTP status code: `204 No Content` To generate a new consumer key and secret for a developer app, pass the new key/secret details. Rather than replace an existing key, this API generates a new key. In this case, multiple key pairs may be associated with a single developer app. Each key pair has an independent status (`approved` or `revoked`) and expiration time. Any approved, non-expired key can be used in an API call. For example, if you're using API key rotation, you can generate new keys with expiration times that overlap keys that are going to expire. You might also generate a new consumer key/secret if the security of the original key/secret is compromised. The `keyExpiresIn` property defines the expiration time for the API key in milliseconds. If you don't set this property or set it to `-1`, the API key never expires. **Notes**: * When generating a new key/secret, this API replaces the existing attributes, notes, and callback URLs with those specified in the request. Include or exclude any existing information that you want to retain or delete, respectively. * To migrate existing consumer keys and secrets to hybrid from another system, see the CreateDeveloperAppKey API.
- name: Name of the developer app. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}`.
func (*OrganizationsDevelopersAppsService) Get ¶
func (r *OrganizationsDevelopersAppsService) Get(name string) *OrganizationsDevelopersAppsGetCall
Get: Returns the details for a developer app.
- name: Name of the developer app. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}`.
func (*OrganizationsDevelopersAppsService) List ¶
func (r *OrganizationsDevelopersAppsService) List(parent string) *OrganizationsDevelopersAppsListCall
List: Lists all apps created by a developer in an Apigee organization. Optionally, you can request an expanded view of the developer apps. A maximum of 100 developer apps are returned per API call. You can paginate the list of deveoper apps returned using the `startKey` and `count` query parameters.
- parent: Name of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersAppsService) Update ¶
func (r *OrganizationsDevelopersAppsService) Update(name string, googlecloudapigeev1developerapp *GoogleCloudApigeeV1DeveloperApp) *OrganizationsDevelopersAppsUpdateCall
Update: Updates the details for a developer app. In addition, you can add an API product to a developer app and automatically generate an API key for the app to use when calling APIs in the API product. If you want to use an existing API key for the API product, add the API product to the API key using the UpdateDeveloperAppKey API. Using this API, you cannot update the following: * App name as it is the primary key used to identify the app and cannot be changed. * Scopes associated with the app. Instead, use the ReplaceDeveloperAppKey API. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively.
- name: Name of the developer app. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps/{app}`.
type OrganizationsDevelopersAppsUpdateCall ¶
type OrganizationsDevelopersAppsUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAppsUpdateCall) Context ¶
func (c *OrganizationsDevelopersAppsUpdateCall) Context(ctx context.Context) *OrganizationsDevelopersAppsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAppsUpdateCall) Do ¶
func (c *OrganizationsDevelopersAppsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp, error)
Do executes the "apigee.organizations.developers.apps.update" call. Exactly one of *GoogleCloudApigeeV1DeveloperApp or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperApp.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsUpdateCall) Fields ¶
func (c *OrganizationsDevelopersAppsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAppsUpdateCall) Header ¶
func (c *OrganizationsDevelopersAppsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAttributesCall ¶
type OrganizationsDevelopersAttributesCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAttributesCall) Context ¶
func (c *OrganizationsDevelopersAttributesCall) Context(ctx context.Context) *OrganizationsDevelopersAttributesCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAttributesCall) Do ¶
func (c *OrganizationsDevelopersAttributesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
Do executes the "apigee.organizations.developers.attributes" call. Exactly one of *GoogleCloudApigeeV1Attributes or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAttributesCall) Fields ¶
func (c *OrganizationsDevelopersAttributesCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAttributesCall) Header ¶
func (c *OrganizationsDevelopersAttributesCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAttributesDeleteCall ¶
type OrganizationsDevelopersAttributesDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAttributesDeleteCall) Context ¶
func (c *OrganizationsDevelopersAttributesDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersAttributesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAttributesDeleteCall) Do ¶
func (c *OrganizationsDevelopersAttributesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
Do executes the "apigee.organizations.developers.attributes.delete" call. Exactly one of *GoogleCloudApigeeV1Attribute or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAttributesDeleteCall) Fields ¶
func (c *OrganizationsDevelopersAttributesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAttributesDeleteCall) Header ¶
func (c *OrganizationsDevelopersAttributesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersAttributesGetCall ¶
type OrganizationsDevelopersAttributesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAttributesGetCall) Context ¶
func (c *OrganizationsDevelopersAttributesGetCall) Context(ctx context.Context) *OrganizationsDevelopersAttributesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAttributesGetCall) Do ¶
func (c *OrganizationsDevelopersAttributesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
Do executes the "apigee.organizations.developers.attributes.get" call. Exactly one of *GoogleCloudApigeeV1Attribute or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAttributesGetCall) Fields ¶
func (c *OrganizationsDevelopersAttributesGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAttributesGetCall) Header ¶
func (c *OrganizationsDevelopersAttributesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDevelopersAttributesGetCall) IfNoneMatch ¶
func (c *OrganizationsDevelopersAttributesGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAttributesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsDevelopersAttributesListCall ¶
type OrganizationsDevelopersAttributesListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAttributesListCall) Context ¶
func (c *OrganizationsDevelopersAttributesListCall) Context(ctx context.Context) *OrganizationsDevelopersAttributesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAttributesListCall) Do ¶
func (c *OrganizationsDevelopersAttributesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes, error)
Do executes the "apigee.organizations.developers.attributes.list" call. Exactly one of *GoogleCloudApigeeV1Attributes or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAttributesListCall) Fields ¶
func (c *OrganizationsDevelopersAttributesListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAttributesListCall) Header ¶
func (c *OrganizationsDevelopersAttributesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDevelopersAttributesListCall) IfNoneMatch ¶
func (c *OrganizationsDevelopersAttributesListCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersAttributesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsDevelopersAttributesService ¶
type OrganizationsDevelopersAttributesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsDevelopersAttributesService ¶
func NewOrganizationsDevelopersAttributesService(s *Service) *OrganizationsDevelopersAttributesService
func (*OrganizationsDevelopersAttributesService) Delete ¶
func (r *OrganizationsDevelopersAttributesService) Delete(name string) *OrganizationsDevelopersAttributesDeleteCall
Delete: Deletes a developer attribute.
- name: Name of the developer attribute. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/attributes/{attrib ute}`.
func (*OrganizationsDevelopersAttributesService) Get ¶
func (r *OrganizationsDevelopersAttributesService) Get(name string) *OrganizationsDevelopersAttributesGetCall
Get: Returns the value of the specified developer attribute.
- name: Name of the developer attribute. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/attributes/{attrib ute}`.
func (*OrganizationsDevelopersAttributesService) List ¶
func (r *OrganizationsDevelopersAttributesService) List(parent string) *OrganizationsDevelopersAttributesListCall
List: Returns a list of all developer attributes.
- parent: Email address of the developer for which attributes are being listed in the following format: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersAttributesService) UpdateDeveloperAttribute ¶
func (r *OrganizationsDevelopersAttributesService) UpdateDeveloperAttribute(name string, googlecloudapigeev1attribute *GoogleCloudApigeeV1Attribute) *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall
UpdateDeveloperAttribute: Updates a developer attribute. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.
- name: Name of the developer attribute. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/attributes/{attrib ute}`.
type OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall ¶
type OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Context ¶
func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Context(ctx context.Context) *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Do ¶
func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute, error)
Do executes the "apigee.organizations.developers.attributes.updateDeveloperAttribute" call. Exactly one of *GoogleCloudApigeeV1Attribute or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Fields ¶
func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Header ¶
func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersCreateCall ¶
type OrganizationsDevelopersCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersCreateCall) Context ¶
func (c *OrganizationsDevelopersCreateCall) Context(ctx context.Context) *OrganizationsDevelopersCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersCreateCall) Do ¶
func (c *OrganizationsDevelopersCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer, error)
Do executes the "apigee.organizations.developers.create" call. Exactly one of *GoogleCloudApigeeV1Developer or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Developer.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersCreateCall) Fields ¶
func (c *OrganizationsDevelopersCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersCreateCall) Header ¶
func (c *OrganizationsDevelopersCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersDeleteCall ¶
type OrganizationsDevelopersDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersDeleteCall) Context ¶
func (c *OrganizationsDevelopersDeleteCall) Context(ctx context.Context) *OrganizationsDevelopersDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersDeleteCall) Do ¶
func (c *OrganizationsDevelopersDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer, error)
Do executes the "apigee.organizations.developers.delete" call. Exactly one of *GoogleCloudApigeeV1Developer or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Developer.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersDeleteCall) Fields ¶
func (c *OrganizationsDevelopersDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersDeleteCall) Header ¶
func (c *OrganizationsDevelopersDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersGetCall ¶
type OrganizationsDevelopersGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersGetCall) Action ¶
func (c *OrganizationsDevelopersGetCall) Action(action string) *OrganizationsDevelopersGetCall
Action sets the optional parameter "action": Status of the developer. Valid values are `active` or `inactive`.
func (*OrganizationsDevelopersGetCall) Context ¶
func (c *OrganizationsDevelopersGetCall) Context(ctx context.Context) *OrganizationsDevelopersGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersGetCall) Do ¶
func (c *OrganizationsDevelopersGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer, error)
Do executes the "apigee.organizations.developers.get" call. Exactly one of *GoogleCloudApigeeV1Developer or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Developer.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersGetCall) Fields ¶
func (c *OrganizationsDevelopersGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersGetCall) Header ¶
func (c *OrganizationsDevelopersGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDevelopersGetCall) IfNoneMatch ¶
func (c *OrganizationsDevelopersGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsDevelopersListCall ¶
type OrganizationsDevelopersListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersListCall) App ¶
func (c *OrganizationsDevelopersListCall) App(app string) *OrganizationsDevelopersListCall
App sets the optional parameter "app": List only Developers that are associated with the app. Note that start_key, count are not applicable for this filter criteria.
func (*OrganizationsDevelopersListCall) Context ¶
func (c *OrganizationsDevelopersListCall) Context(ctx context.Context) *OrganizationsDevelopersListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersListCall) Count ¶
func (c *OrganizationsDevelopersListCall) Count(count int64) *OrganizationsDevelopersListCall
Count sets the optional parameter "count": Number of developers to return in the API call. Use with the `startKey` parameter to provide more targeted filtering. The limit is 1000.
func (*OrganizationsDevelopersListCall) Do ¶
func (c *OrganizationsDevelopersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListOfDevelopersResponse, error)
Do executes the "apigee.organizations.developers.list" call. Exactly one of *GoogleCloudApigeeV1ListOfDevelopersResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListOfDevelopersResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersListCall) Expand ¶
func (c *OrganizationsDevelopersListCall) Expand(expand bool) *OrganizationsDevelopersListCall
Expand sets the optional parameter "expand": Specifies whether to expand the results. Set to `true` to expand the results. This query parameter is not valid if you use the `count` or `startKey` query parameters.
func (*OrganizationsDevelopersListCall) Fields ¶
func (c *OrganizationsDevelopersListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersListCall) Header ¶
func (c *OrganizationsDevelopersListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDevelopersListCall) Ids ¶
func (c *OrganizationsDevelopersListCall) Ids(ids string) *OrganizationsDevelopersListCall
Ids sets the optional parameter "ids": List of IDs to include, separated by commas.
func (*OrganizationsDevelopersListCall) IfNoneMatch ¶
func (c *OrganizationsDevelopersListCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsDevelopersListCall) IncludeCompany ¶
func (c *OrganizationsDevelopersListCall) IncludeCompany(includeCompany bool) *OrganizationsDevelopersListCall
IncludeCompany sets the optional parameter "includeCompany": Flag that specifies whether to include company details in the response.
func (*OrganizationsDevelopersListCall) StartKey ¶
func (c *OrganizationsDevelopersListCall) StartKey(startKey string) *OrganizationsDevelopersListCall
StartKey sets the optional parameter "startKey": **Note**: Must be used in conjunction with the `count` parameter. Email address of the developer from which to start displaying the list of developers. For example, if the an unfiltered list returns: ``` westley@example.com fezzik@example.com buttercup@example.com ``` and your `startKey` is `fezzik@example.com`, the list returned will be ``` fezzik@example.com buttercup@example.com ```
type OrganizationsDevelopersService ¶
type OrganizationsDevelopersService struct { Apps *OrganizationsDevelopersAppsService Attributes_ *OrganizationsDevelopersAttributesService Subscriptions *OrganizationsDevelopersSubscriptionsService // contains filtered or unexported fields }
func NewOrganizationsDevelopersService ¶
func NewOrganizationsDevelopersService(s *Service) *OrganizationsDevelopersService
func (*OrganizationsDevelopersService) Attributes ¶
func (r *OrganizationsDevelopersService) Attributes(parent string, googlecloudapigeev1attributes *GoogleCloudApigeeV1Attributes) *OrganizationsDevelopersAttributesCall
Attributes: Updates developer attributes. This API replaces the existing attributes with those specified in the request. Add new attributes, and include or exclude any existing attributes that you want to retain or remove, respectively. The custom attribute limit is 18. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.
- parent: Email address of the developer for which attributes are being updated in the following format: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersService) Create ¶
func (r *OrganizationsDevelopersService) Create(parent string, googlecloudapigeev1developer *GoogleCloudApigeeV1Developer) *OrganizationsDevelopersCreateCall
Create: Creates a developer. Once created, the developer can register an app and obtain an API key. At creation time, a developer is set as `active`. To change the developer status, use the SetDeveloperStatus API.
- parent: Name of the Apigee organization in which the developer is created. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsDevelopersService) Delete ¶
func (r *OrganizationsDevelopersService) Delete(name string) *OrganizationsDevelopersDeleteCall
Delete: Deletes a developer. All apps and API keys associated with the developer are also removed. **Warning**: This API will permanently delete the developer and related artifacts. To avoid permanently deleting developers and their artifacts, set the developer status to `inactive` using the SetDeveloperStatus API. **Note**: The delete operation is asynchronous. The developer app is deleted immediately, but its associated resources, such as apps and API keys, may take anywhere from a few seconds to a few minutes to be deleted.
- name: Email address of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersService) Get ¶
func (r *OrganizationsDevelopersService) Get(name string) *OrganizationsDevelopersGetCall
Get: Returns the developer details, including the developer's name, email address, apps, and other information. **Note**: The response includes only the first 100 developer apps.
- name: Email address of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersService) List ¶
func (r *OrganizationsDevelopersService) List(parent string) *OrganizationsDevelopersListCall
List: Lists all developers in an organization by email address. By default, the response does not include company developers. Set the `includeCompany` query parameter to `true` to include company developers. **Note**: A maximum of 1000 developers are returned in the response. You paginate the list of developers returned using the `startKey` and `count` query parameters.
- parent: Name of the Apigee organization. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsDevelopersService) SetDeveloperStatus ¶
func (r *OrganizationsDevelopersService) SetDeveloperStatus(name string) *OrganizationsDevelopersSetDeveloperStatusCall
SetDeveloperStatus: Sets the status of a developer. Valid values are `active` or `inactive`. A developer is `active` by default. If you set a developer's status to `inactive`, the API keys assigned to the developer apps are no longer valid even though the API keys are set to `approved`. Inactive developers can still sign in to the developer portal and create apps; however, any new API keys generated during app creation won't work. If successful, the API call returns the following HTTP status code: `204 No Content`
- name: Email address of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersService) Update ¶
func (r *OrganizationsDevelopersService) Update(name string, googlecloudapigeev1developer *GoogleCloudApigeeV1Developer) *OrganizationsDevelopersUpdateCall
Update: Updates a developer. This API replaces the existing developer details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. The custom attribute limit is 18. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.
- name: Email address of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}`.
type OrganizationsDevelopersSetDeveloperStatusCall ¶
type OrganizationsDevelopersSetDeveloperStatusCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersSetDeveloperStatusCall) Action ¶
func (c *OrganizationsDevelopersSetDeveloperStatusCall) Action(action string) *OrganizationsDevelopersSetDeveloperStatusCall
Action sets the optional parameter "action": Status of the developer. Valid values are `active` and `inactive`.
func (*OrganizationsDevelopersSetDeveloperStatusCall) Context ¶
func (c *OrganizationsDevelopersSetDeveloperStatusCall) Context(ctx context.Context) *OrganizationsDevelopersSetDeveloperStatusCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersSetDeveloperStatusCall) Do ¶
func (c *OrganizationsDevelopersSetDeveloperStatusCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "apigee.organizations.developers.setDeveloperStatus" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersSetDeveloperStatusCall) Fields ¶
func (c *OrganizationsDevelopersSetDeveloperStatusCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSetDeveloperStatusCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersSetDeveloperStatusCall) Header ¶
func (c *OrganizationsDevelopersSetDeveloperStatusCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersSubscriptionsCreateCall ¶
type OrganizationsDevelopersSubscriptionsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersSubscriptionsCreateCall) Context ¶
func (c *OrganizationsDevelopersSubscriptionsCreateCall) Context(ctx context.Context) *OrganizationsDevelopersSubscriptionsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersSubscriptionsCreateCall) Do ¶
func (c *OrganizationsDevelopersSubscriptionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperSubscription, error)
Do executes the "apigee.organizations.developers.subscriptions.create" call. Exactly one of *GoogleCloudApigeeV1DeveloperSubscription or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperSubscription.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersSubscriptionsCreateCall) Fields ¶
func (c *OrganizationsDevelopersSubscriptionsCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersSubscriptionsCreateCall) Header ¶
func (c *OrganizationsDevelopersSubscriptionsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersSubscriptionsExpireCall ¶
type OrganizationsDevelopersSubscriptionsExpireCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersSubscriptionsExpireCall) Context ¶
func (c *OrganizationsDevelopersSubscriptionsExpireCall) Context(ctx context.Context) *OrganizationsDevelopersSubscriptionsExpireCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersSubscriptionsExpireCall) Do ¶
func (c *OrganizationsDevelopersSubscriptionsExpireCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperSubscription, error)
Do executes the "apigee.organizations.developers.subscriptions.expire" call. Exactly one of *GoogleCloudApigeeV1DeveloperSubscription or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperSubscription.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersSubscriptionsExpireCall) Fields ¶
func (c *OrganizationsDevelopersSubscriptionsExpireCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsExpireCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersSubscriptionsExpireCall) Header ¶
func (c *OrganizationsDevelopersSubscriptionsExpireCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsDevelopersSubscriptionsGetCall ¶
type OrganizationsDevelopersSubscriptionsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersSubscriptionsGetCall) Context ¶
func (c *OrganizationsDevelopersSubscriptionsGetCall) Context(ctx context.Context) *OrganizationsDevelopersSubscriptionsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersSubscriptionsGetCall) Do ¶
func (c *OrganizationsDevelopersSubscriptionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperSubscription, error)
Do executes the "apigee.organizations.developers.subscriptions.get" call. Exactly one of *GoogleCloudApigeeV1DeveloperSubscription or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeveloperSubscription.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersSubscriptionsGetCall) Fields ¶
func (c *OrganizationsDevelopersSubscriptionsGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersSubscriptionsGetCall) Header ¶
func (c *OrganizationsDevelopersSubscriptionsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDevelopersSubscriptionsGetCall) IfNoneMatch ¶
func (c *OrganizationsDevelopersSubscriptionsGetCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersSubscriptionsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsDevelopersSubscriptionsListCall ¶
type OrganizationsDevelopersSubscriptionsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersSubscriptionsListCall) Context ¶
func (c *OrganizationsDevelopersSubscriptionsListCall) Context(ctx context.Context) *OrganizationsDevelopersSubscriptionsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersSubscriptionsListCall) Count ¶
func (c *OrganizationsDevelopersSubscriptionsListCall) Count(count int64) *OrganizationsDevelopersSubscriptionsListCall
Count sets the optional parameter "count": Number of API product subscriptions to return in the API call. Use with `startKey` to provide more targeted filtering. Defaults to 100. The maximum limit is 1000.
func (*OrganizationsDevelopersSubscriptionsListCall) Do ¶
func (c *OrganizationsDevelopersSubscriptionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse, error)
Do executes the "apigee.organizations.developers.subscriptions.list" call. Exactly one of *GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse.ServerResponse. Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersSubscriptionsListCall) Fields ¶
func (c *OrganizationsDevelopersSubscriptionsListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersSubscriptionsListCall) Header ¶
func (c *OrganizationsDevelopersSubscriptionsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsDevelopersSubscriptionsListCall) IfNoneMatch ¶
func (c *OrganizationsDevelopersSubscriptionsListCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersSubscriptionsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsDevelopersSubscriptionsListCall) StartKey ¶
func (c *OrganizationsDevelopersSubscriptionsListCall) StartKey(startKey string) *OrganizationsDevelopersSubscriptionsListCall
StartKey sets the optional parameter "startKey": Name of the API product subscription from which to start displaying the list of subscriptions. If omitted, the list starts from the first item. For example, to view the API product subscriptions from 51-150, set the value of `startKey` to the name of the 51st subscription and set the value of `count` to 100.
type OrganizationsDevelopersSubscriptionsService ¶
type OrganizationsDevelopersSubscriptionsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsDevelopersSubscriptionsService ¶
func NewOrganizationsDevelopersSubscriptionsService(s *Service) *OrganizationsDevelopersSubscriptionsService
func (*OrganizationsDevelopersSubscriptionsService) Create ¶
func (r *OrganizationsDevelopersSubscriptionsService) Create(parent string, googlecloudapigeev1developersubscription *GoogleCloudApigeeV1DeveloperSubscription) *OrganizationsDevelopersSubscriptionsCreateCall
Create: Creates a subscription to an API product.
- parent: Email address of the developer that is purchasing a subscription to the API product. Use the following structure in your request: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersSubscriptionsService) Expire ¶
func (r *OrganizationsDevelopersSubscriptionsService) Expire(name string, googlecloudapigeev1expiredevelopersubscriptionrequest *GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest) *OrganizationsDevelopersSubscriptionsExpireCall
Expire: Expires an API product subscription immediately.
- name: Name of the API product subscription. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/subscriptions/{sub scription}`.
func (*OrganizationsDevelopersSubscriptionsService) Get ¶
func (r *OrganizationsDevelopersSubscriptionsService) Get(name string) *OrganizationsDevelopersSubscriptionsGetCall
Get: Gets details for an API product subscription.
- name: Name of the API product subscription. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/subscriptions/{sub scription}`.
func (*OrganizationsDevelopersSubscriptionsService) List ¶
func (r *OrganizationsDevelopersSubscriptionsService) List(parent string) *OrganizationsDevelopersSubscriptionsListCall
List: Lists all API product subscriptions for a developer.
- parent: Email address of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}`.
type OrganizationsDevelopersUpdateCall ¶
type OrganizationsDevelopersUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsDevelopersUpdateCall) Context ¶
func (c *OrganizationsDevelopersUpdateCall) Context(ctx context.Context) *OrganizationsDevelopersUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsDevelopersUpdateCall) Do ¶
func (c *OrganizationsDevelopersUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer, error)
Do executes the "apigee.organizations.developers.update" call. Exactly one of *GoogleCloudApigeeV1Developer or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Developer.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsDevelopersUpdateCall) Fields ¶
func (c *OrganizationsDevelopersUpdateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsDevelopersUpdateCall) Header ¶
func (c *OrganizationsDevelopersUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvgroupsAttachmentsCreateCall ¶
type OrganizationsEnvgroupsAttachmentsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvgroupsAttachmentsCreateCall) Context ¶
func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Context(ctx context.Context) *OrganizationsEnvgroupsAttachmentsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvgroupsAttachmentsCreateCall) Do ¶
func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.envgroups.attachments.create" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvgroupsAttachmentsCreateCall) Fields ¶
func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvgroupsAttachmentsCreateCall) Header ¶
func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvgroupsAttachmentsDeleteCall ¶
type OrganizationsEnvgroupsAttachmentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvgroupsAttachmentsDeleteCall) Context ¶
func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Context(ctx context.Context) *OrganizationsEnvgroupsAttachmentsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvgroupsAttachmentsDeleteCall) Do ¶
func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.envgroups.attachments.delete" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvgroupsAttachmentsDeleteCall) Fields ¶
func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvgroupsAttachmentsDeleteCall) Header ¶
func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvgroupsAttachmentsGetCall ¶
type OrganizationsEnvgroupsAttachmentsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvgroupsAttachmentsGetCall) Context ¶
func (c *OrganizationsEnvgroupsAttachmentsGetCall) Context(ctx context.Context) *OrganizationsEnvgroupsAttachmentsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvgroupsAttachmentsGetCall) Do ¶
func (c *OrganizationsEnvgroupsAttachmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EnvironmentGroupAttachment, error)
Do executes the "apigee.organizations.envgroups.attachments.get" call. Exactly one of *GoogleCloudApigeeV1EnvironmentGroupAttachment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1EnvironmentGroupAttachment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvgroupsAttachmentsGetCall) Fields ¶
func (c *OrganizationsEnvgroupsAttachmentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvgroupsAttachmentsGetCall) Header ¶
func (c *OrganizationsEnvgroupsAttachmentsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvgroupsAttachmentsGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvgroupsAttachmentsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvgroupsAttachmentsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvgroupsAttachmentsListCall ¶
type OrganizationsEnvgroupsAttachmentsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvgroupsAttachmentsListCall) Context ¶
func (c *OrganizationsEnvgroupsAttachmentsListCall) Context(ctx context.Context) *OrganizationsEnvgroupsAttachmentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvgroupsAttachmentsListCall) Do ¶
func (c *OrganizationsEnvgroupsAttachmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse, error)
Do executes the "apigee.organizations.envgroups.attachments.list" call. Exactly one of *GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse.ServerResp onse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvgroupsAttachmentsListCall) Fields ¶
func (c *OrganizationsEnvgroupsAttachmentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvgroupsAttachmentsListCall) Header ¶
func (c *OrganizationsEnvgroupsAttachmentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvgroupsAttachmentsListCall) IfNoneMatch ¶
func (c *OrganizationsEnvgroupsAttachmentsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvgroupsAttachmentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsEnvgroupsAttachmentsListCall) PageSize ¶
func (c *OrganizationsEnvgroupsAttachmentsListCall) PageSize(pageSize int64) *OrganizationsEnvgroupsAttachmentsListCall
PageSize sets the optional parameter "pageSize": Maximum number of environment group attachments to return. The page size defaults to 25.
func (*OrganizationsEnvgroupsAttachmentsListCall) PageToken ¶
func (c *OrganizationsEnvgroupsAttachmentsListCall) PageToken(pageToken string) *OrganizationsEnvgroupsAttachmentsListCall
PageToken sets the optional parameter "pageToken": Page token, returned by a previous ListEnvironmentGroupAttachments call, that you can use to retrieve the next page.
func (*OrganizationsEnvgroupsAttachmentsListCall) Pages ¶
func (c *OrganizationsEnvgroupsAttachmentsListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsEnvgroupsAttachmentsService ¶
type OrganizationsEnvgroupsAttachmentsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvgroupsAttachmentsService ¶
func NewOrganizationsEnvgroupsAttachmentsService(s *Service) *OrganizationsEnvgroupsAttachmentsService
func (*OrganizationsEnvgroupsAttachmentsService) Create ¶
func (r *OrganizationsEnvgroupsAttachmentsService) Create(parent string, googlecloudapigeev1environmentgroupattachment *GoogleCloudApigeeV1EnvironmentGroupAttachment) *OrganizationsEnvgroupsAttachmentsCreateCall
Create: Creates a new attachment of an environment to an environment group.
- parent: EnvironmentGroup under which to create the attachment in the following format: `organizations/{org}/envgroups/{envgroup}`.
func (*OrganizationsEnvgroupsAttachmentsService) Delete ¶
func (r *OrganizationsEnvgroupsAttachmentsService) Delete(name string) *OrganizationsEnvgroupsAttachmentsDeleteCall
Delete: Deletes an environment group attachment.
- name: Name of the environment group attachment to delete in the following format: `organizations/{org}/envgroups/{envgroup}/attachments/{attachment}`.
func (*OrganizationsEnvgroupsAttachmentsService) Get ¶
func (r *OrganizationsEnvgroupsAttachmentsService) Get(name string) *OrganizationsEnvgroupsAttachmentsGetCall
Get: Gets an environment group attachment.
- name: Name of the environment group attachment in the following format: `organizations/{org}/envgroups/{envgroup}/attachments/{attachment}`.
func (*OrganizationsEnvgroupsAttachmentsService) List ¶
func (r *OrganizationsEnvgroupsAttachmentsService) List(parent string) *OrganizationsEnvgroupsAttachmentsListCall
List: Lists all attachments of an environment group.
- parent: Name of the environment group in the following format: `organizations/{org}/envgroups/{envgroup}`.
type OrganizationsEnvgroupsCreateCall ¶
type OrganizationsEnvgroupsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvgroupsCreateCall) Context ¶
func (c *OrganizationsEnvgroupsCreateCall) Context(ctx context.Context) *OrganizationsEnvgroupsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvgroupsCreateCall) Do ¶
func (c *OrganizationsEnvgroupsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.envgroups.create" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvgroupsCreateCall) Fields ¶
func (c *OrganizationsEnvgroupsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvgroupsCreateCall) Header ¶
func (c *OrganizationsEnvgroupsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvgroupsCreateCall) Name ¶
func (c *OrganizationsEnvgroupsCreateCall) Name(name string) *OrganizationsEnvgroupsCreateCall
Name sets the optional parameter "name": ID of the environment group. Overrides any ID in the environment_group resource.
type OrganizationsEnvgroupsDeleteCall ¶
type OrganizationsEnvgroupsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvgroupsDeleteCall) Context ¶
func (c *OrganizationsEnvgroupsDeleteCall) Context(ctx context.Context) *OrganizationsEnvgroupsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvgroupsDeleteCall) Do ¶
func (c *OrganizationsEnvgroupsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.envgroups.delete" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvgroupsDeleteCall) Fields ¶
func (c *OrganizationsEnvgroupsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvgroupsDeleteCall) Header ¶
func (c *OrganizationsEnvgroupsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvgroupsGetCall ¶
type OrganizationsEnvgroupsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvgroupsGetCall) Context ¶
func (c *OrganizationsEnvgroupsGetCall) Context(ctx context.Context) *OrganizationsEnvgroupsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvgroupsGetCall) Do ¶
func (c *OrganizationsEnvgroupsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EnvironmentGroup, error)
Do executes the "apigee.organizations.envgroups.get" call. Exactly one of *GoogleCloudApigeeV1EnvironmentGroup or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1EnvironmentGroup.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvgroupsGetCall) Fields ¶
func (c *OrganizationsEnvgroupsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvgroupsGetCall) Header ¶
func (c *OrganizationsEnvgroupsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvgroupsGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvgroupsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvgroupsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvgroupsListCall ¶
type OrganizationsEnvgroupsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvgroupsListCall) Context ¶
func (c *OrganizationsEnvgroupsListCall) Context(ctx context.Context) *OrganizationsEnvgroupsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvgroupsListCall) Do ¶
func (c *OrganizationsEnvgroupsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentGroupsResponse, error)
Do executes the "apigee.organizations.envgroups.list" call. Exactly one of *GoogleCloudApigeeV1ListEnvironmentGroupsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListEnvironmentGroupsResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvgroupsListCall) Fields ¶
func (c *OrganizationsEnvgroupsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvgroupsListCall) Header ¶
func (c *OrganizationsEnvgroupsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvgroupsListCall) IfNoneMatch ¶
func (c *OrganizationsEnvgroupsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvgroupsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsEnvgroupsListCall) PageSize ¶
func (c *OrganizationsEnvgroupsListCall) PageSize(pageSize int64) *OrganizationsEnvgroupsListCall
PageSize sets the optional parameter "pageSize": Maximum number of environment groups to return. The page size defaults to 25.
func (*OrganizationsEnvgroupsListCall) PageToken ¶
func (c *OrganizationsEnvgroupsListCall) PageToken(pageToken string) *OrganizationsEnvgroupsListCall
PageToken sets the optional parameter "pageToken": Page token, returned from a previous ListEnvironmentGroups call, that you can use to retrieve the next page.
func (*OrganizationsEnvgroupsListCall) Pages ¶
func (c *OrganizationsEnvgroupsListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListEnvironmentGroupsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsEnvgroupsPatchCall ¶
type OrganizationsEnvgroupsPatchCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvgroupsPatchCall) Context ¶
func (c *OrganizationsEnvgroupsPatchCall) Context(ctx context.Context) *OrganizationsEnvgroupsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvgroupsPatchCall) Do ¶
func (c *OrganizationsEnvgroupsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.envgroups.patch" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvgroupsPatchCall) Fields ¶
func (c *OrganizationsEnvgroupsPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvgroupsPatchCall) Header ¶
func (c *OrganizationsEnvgroupsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvgroupsPatchCall) UpdateMask ¶
func (c *OrganizationsEnvgroupsPatchCall) UpdateMask(updateMask string) *OrganizationsEnvgroupsPatchCall
UpdateMask sets the optional parameter "updateMask": List of fields to be updated.
type OrganizationsEnvgroupsService ¶
type OrganizationsEnvgroupsService struct { Attachments *OrganizationsEnvgroupsAttachmentsService // contains filtered or unexported fields }
func NewOrganizationsEnvgroupsService ¶
func NewOrganizationsEnvgroupsService(s *Service) *OrganizationsEnvgroupsService
func (*OrganizationsEnvgroupsService) Create ¶
func (r *OrganizationsEnvgroupsService) Create(parent string, googlecloudapigeev1environmentgroup *GoogleCloudApigeeV1EnvironmentGroup) *OrganizationsEnvgroupsCreateCall
Create: Creates a new environment group.
- parent: Name of the organization in which to create the environment group in the following format: `organizations/{org}`.
func (*OrganizationsEnvgroupsService) Delete ¶
func (r *OrganizationsEnvgroupsService) Delete(name string) *OrganizationsEnvgroupsDeleteCall
Delete: Deletes an environment group.
- name: Name of the environment group in the following format: `organizations/{org}/envgroups/{envgroup}`.
func (*OrganizationsEnvgroupsService) Get ¶
func (r *OrganizationsEnvgroupsService) Get(name string) *OrganizationsEnvgroupsGetCall
Get: Gets an environment group.
- name: Name of the environment group in the following format: `organizations/{org}/envgroups/{envgroup}`.
func (*OrganizationsEnvgroupsService) List ¶
func (r *OrganizationsEnvgroupsService) List(parent string) *OrganizationsEnvgroupsListCall
List: Lists all environment groups.
- parent: Name of the organization for which to list environment groups in the following format: `organizations/{org}`.
func (*OrganizationsEnvgroupsService) Patch ¶
func (r *OrganizationsEnvgroupsService) Patch(name string, googlecloudapigeev1environmentgroup *GoogleCloudApigeeV1EnvironmentGroup) *OrganizationsEnvgroupsPatchCall
Patch: Updates an environment group.
- name: Name of the environment group to update in the format: `organizations/{org}/envgroups/{envgroup}.
type OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call ¶
type OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Context ¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Context(ctx context.Context) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) DisableCache ¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) DisableCache(disableCache bool) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
DisableCache sets the optional parameter "disableCache": Flag that specifies whether the schema is be read from the database or cache. Set to `true` to read the schema from the database. Defaults to cache.
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Do ¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Schema, error)
Do executes the "apigee.organizations.environments.analytics.admin.getSchemav2" call. Exactly one of *GoogleCloudApigeeV1Schema or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Schema.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Fields ¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Header ¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Type ¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Type(type_ string) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
Type sets the optional parameter "type": Required. Name of the dataset for which you want to retrieve the schema. For example: `fact` or `agg_cus1`
type OrganizationsEnvironmentsAnalyticsAdminService ¶
type OrganizationsEnvironmentsAnalyticsAdminService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsAnalyticsAdminService ¶
func NewOrganizationsEnvironmentsAnalyticsAdminService(s *Service) *OrganizationsEnvironmentsAnalyticsAdminService
func (*OrganizationsEnvironmentsAnalyticsAdminService) GetSchemav2 ¶
func (r *OrganizationsEnvironmentsAnalyticsAdminService) GetSchemav2(name string) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
GetSchemav2: Gets a list of metrics and dimensions that can be used to create analytics queries and reports. Each schema element contains the name of the field, its associated type, and a flag indicating whether it is a standard or custom field.
- name: Path to the schema. Use the following structure in your request: `organizations/{org}/environments/{env}/analytics/admin/schemav2`.
type OrganizationsEnvironmentsAnalyticsExportsCreateCall ¶
type OrganizationsEnvironmentsAnalyticsExportsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsAnalyticsExportsCreateCall) Context ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsAnalyticsExportsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsAnalyticsExportsCreateCall) Do ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Export, error)
Do executes the "apigee.organizations.environments.analytics.exports.create" call. Exactly one of *GoogleCloudApigeeV1Export or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Export.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsAnalyticsExportsCreateCall) Fields ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsExportsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsAnalyticsExportsCreateCall) Header ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsAnalyticsExportsGetCall ¶
type OrganizationsEnvironmentsAnalyticsExportsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsAnalyticsExportsGetCall) Context ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsAnalyticsExportsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsAnalyticsExportsGetCall) Do ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Export, error)
Do executes the "apigee.organizations.environments.analytics.exports.get" call. Exactly one of *GoogleCloudApigeeV1Export or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Export.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsAnalyticsExportsGetCall) Fields ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsExportsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsAnalyticsExportsGetCall) Header ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsAnalyticsExportsGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsAnalyticsExportsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsAnalyticsExportsListCall ¶
type OrganizationsEnvironmentsAnalyticsExportsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsAnalyticsExportsListCall) Context ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsAnalyticsExportsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsAnalyticsExportsListCall) Do ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListExportsResponse, error)
Do executes the "apigee.organizations.environments.analytics.exports.list" call. Exactly one of *GoogleCloudApigeeV1ListExportsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListExportsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsAnalyticsExportsListCall) Fields ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsExportsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsAnalyticsExportsListCall) Header ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsAnalyticsExportsListCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsAnalyticsExportsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsAnalyticsExportsService ¶
type OrganizationsEnvironmentsAnalyticsExportsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsAnalyticsExportsService ¶
func NewOrganizationsEnvironmentsAnalyticsExportsService(s *Service) *OrganizationsEnvironmentsAnalyticsExportsService
func (*OrganizationsEnvironmentsAnalyticsExportsService) Create ¶
func (r *OrganizationsEnvironmentsAnalyticsExportsService) Create(parent string, googlecloudapigeev1exportrequest *GoogleCloudApigeeV1ExportRequest) *OrganizationsEnvironmentsAnalyticsExportsCreateCall
Create: Submit a data export job to be processed in the background. If the request is successful, the API returns a 201 status, a URI that can be used to retrieve the status of the export job, and the `state` value of "enqueued".
- parent: Names of the parent organization and environment. Must be of the form `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsAnalyticsExportsService) Get ¶
func (r *OrganizationsEnvironmentsAnalyticsExportsService) Get(name string) *OrganizationsEnvironmentsAnalyticsExportsGetCall
Get: Gets the details and status of an analytics export job. If the export job is still in progress, its `state` is set to "running". After the export job has completed successfully, its `state` is set to "completed". If the export job fails, its `state` is set to `failed`.
- name: Resource name of the export to get.
func (*OrganizationsEnvironmentsAnalyticsExportsService) List ¶
func (r *OrganizationsEnvironmentsAnalyticsExportsService) List(parent string) *OrganizationsEnvironmentsAnalyticsExportsListCall
List: Lists the details and status of all analytics export jobs belonging to the parent organization and environment.
- parent: Names of the parent organization and environment. Must be of the form `organizations/{org}/environments/{env}`.
type OrganizationsEnvironmentsAnalyticsService ¶
type OrganizationsEnvironmentsAnalyticsService struct { Admin *OrganizationsEnvironmentsAnalyticsAdminService Exports *OrganizationsEnvironmentsAnalyticsExportsService // contains filtered or unexported fields }
func NewOrganizationsEnvironmentsAnalyticsService ¶
func NewOrganizationsEnvironmentsAnalyticsService(s *Service) *OrganizationsEnvironmentsAnalyticsService
type OrganizationsEnvironmentsApisDeploymentsListCall ¶
type OrganizationsEnvironmentsApisDeploymentsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsApisDeploymentsListCall) Context ¶
func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisDeploymentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsApisDeploymentsListCall) Do ¶
func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
Do executes the "apigee.organizations.environments.apis.deployments.list" call. Exactly one of *GoogleCloudApigeeV1ListDeploymentsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisDeploymentsListCall) Fields ¶
func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisDeploymentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsApisDeploymentsListCall) Header ¶
func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsApisDeploymentsListCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsApisDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsApisDeploymentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsApisDeploymentsService ¶
type OrganizationsEnvironmentsApisDeploymentsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsApisDeploymentsService ¶
func NewOrganizationsEnvironmentsApisDeploymentsService(s *Service) *OrganizationsEnvironmentsApisDeploymentsService
func (*OrganizationsEnvironmentsApisDeploymentsService) List ¶
func (r *OrganizationsEnvironmentsApisDeploymentsService) List(parent string) *OrganizationsEnvironmentsApisDeploymentsListCall
List: Lists all deployments of an API proxy in an environment.
- parent: Name representing an API proxy in an environment in the following format: `organizations/{org}/environments/{env}/apis/{api}`.
type OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall ¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Context ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Do ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugSession, error)
Do executes the "apigee.organizations.environments.apis.revisions.debugsessions.create" call. Exactly one of *GoogleCloudApigeeV1DebugSession or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DebugSession.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Fields ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Header ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Timeout ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Timeout(timeout int64) *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
Timeout sets the optional parameter "timeout": The time in seconds after which this DebugSession should end. A timeout specified in DebugSession will overwrite this value.
type OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall ¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Context ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Do ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugSessionTransaction, error)
Do executes the "apigee.organizations.environments.apis.revisions.debugsessions.data.get" call. Exactly one of *GoogleCloudApigeeV1DebugSessionTransaction or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DebugSessionTransaction.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Fields ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Header ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService ¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsApisRevisionsDebugsessionsDataService ¶
func NewOrganizationsEnvironmentsApisRevisionsDebugsessionsDataService(s *Service) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService) Get ¶
func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService) Get(name string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall
Get: Gets the debug data from a transaction.
- name: The name of the debug session transaction. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/ revisions/{revision}/debugsessions/{session}/data/{transaction}`.
type OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall ¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Context ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Do ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "apigee.organizations.environments.apis.revisions.debugsessions.deleteData" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Fields ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Header ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall ¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Context ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Do ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugSession, error)
Do executes the "apigee.organizations.environments.apis.revisions.debugsessions.get" call. Exactly one of *GoogleCloudApigeeV1DebugSession or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DebugSession.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Fields ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Header ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall ¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Context ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Do ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDebugSessionsResponse, error)
Do executes the "apigee.organizations.environments.apis.revisions.debugsessions.list" call. Exactly one of *GoogleCloudApigeeV1ListDebugSessionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDebugSessionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Fields ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Header ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) PageSize ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) PageSize(pageSize int64) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
PageSize sets the optional parameter "pageSize": Maximum number of debug sessions to return. The page size defaults to 25.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) PageToken ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) PageToken(pageToken string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
PageToken sets the optional parameter "pageToken": Page token, returned from a previous ListDebugSessions call, that you can use to retrieve the next page.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Pages ¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListDebugSessionsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsEnvironmentsApisRevisionsDebugsessionsService ¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsService struct { Data *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService // contains filtered or unexported fields }
func NewOrganizationsEnvironmentsApisRevisionsDebugsessionsService ¶
func NewOrganizationsEnvironmentsApisRevisionsDebugsessionsService(s *Service) *OrganizationsEnvironmentsApisRevisionsDebugsessionsService
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsService) Create ¶
func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) Create(parent string, googlecloudapigeev1debugsession *GoogleCloudApigeeV1DebugSession) *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
Create: Creates a debug session for a deployed API Proxy revision.
- parent: The resource name of the API Proxy revision deployment for which to create the DebugSession. Must be of the form `organizations/{organization}/environments/{environment}/apis/{api}/ revisions/{revision}`.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsService) DeleteData ¶
func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) DeleteData(name string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall
DeleteData: Deletes the data from a debug session. This does not cancel the debug session or prevent further data from being collected if the session is still active in runtime pods.
- name: The name of the debug session to delete. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/ revisions/{revision}/debugsessions/{debugsession}`.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsService) Get ¶
func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) Get(name string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
Get: Retrieves a debug session.
- name: The name of the debug session to retrieve. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/ revisions/{revision}/debugsessions/{session}`.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsService) List ¶
func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) List(parent string) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
List: Lists debug sessions that are currently active in the given API Proxy revision.
- parent: The name of the API Proxy revision deployment for which to list debug sessions. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/ revisions/{revision}`.
type OrganizationsEnvironmentsApisRevisionsDeployCall ¶
type OrganizationsEnvironmentsApisRevisionsDeployCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsApisRevisionsDeployCall) Context ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDeployCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsApisRevisionsDeployCall) Do ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment, error)
Do executes the "apigee.organizations.environments.apis.revisions.deploy" call. Exactly one of *GoogleCloudApigeeV1Deployment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Deployment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDeployCall) Fields ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDeployCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsApisRevisionsDeployCall) Header ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsApisRevisionsDeployCall) Override ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Override(override bool) *OrganizationsEnvironmentsApisRevisionsDeployCall
Override sets the optional parameter "override": Flag that specifies whether the new deployment replaces other deployed revisions of the API proxy in the environment. Set `override` to `true` to replace other deployed revisions. By default, `override` is `false` and the deployment is rejected if other revisions of the API proxy are deployed in the environment.
func (*OrganizationsEnvironmentsApisRevisionsDeployCall) SequencedRollout ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) SequencedRollout(sequencedRollout bool) *OrganizationsEnvironmentsApisRevisionsDeployCall
SequencedRollout sets the optional parameter "sequencedRollout": Flag that specifies whether to enable sequenced rollout. If set to `true`, a best-effort attempt will be made to roll out the routing rules corresponding to this deployment and the environment changes to add this deployment in a safe order. This reduces the risk of downtime that could be caused by changing the environment group's routing before the new destination for the affected traffic is ready to receive it. This should only be necessary if the new deployment will be capturing traffic from another environment under a shared environment group or if traffic will be rerouted to a different environment due to a base path removal. The GenerateDeployChangeReport API (GenerateDeployChangeReport) may be used to examine routing changes before issuing the deployment request, and its response will indicate if a sequenced rollout is recommended for the deployment.
type OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall ¶
type OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Context ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Do ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeploymentChangeReport, error)
Do executes the "apigee.organizations.environments.apis.revisions.deployments.generateDeployChangeReport" call. Exactly one of *GoogleCloudApigeeV1DeploymentChangeReport or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeploymentChangeReport.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Fields ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Header ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Override ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Override(override bool) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall
Override sets the optional parameter "override": Flag that specifies whether to force the deployment of the new revision over the currently deployed revision by overriding conflict checks.
type OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall ¶
type OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Context ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Do ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeploymentChangeReport, error)
Do executes the "apigee.organizations.environments.apis.revisions.deployments.generateUndeployChangeReport" call. Exactly one of *GoogleCloudApigeeV1DeploymentChangeReport or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeploymentChangeReport.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Fields ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Header ¶
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsApisRevisionsDeploymentsService ¶
type OrganizationsEnvironmentsApisRevisionsDeploymentsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsApisRevisionsDeploymentsService ¶
func NewOrganizationsEnvironmentsApisRevisionsDeploymentsService(s *Service) *OrganizationsEnvironmentsApisRevisionsDeploymentsService
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsService) GenerateDeployChangeReport ¶
func (r *OrganizationsEnvironmentsApisRevisionsDeploymentsService) GenerateDeployChangeReport(name string) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall
GenerateDeployChangeReport: Generates a report for a dry run analysis of a DeployApiProxy request without committing the deployment. In addition to the standard validations performed when adding deployments, additional analysis will be done to detect possible traffic routing changes that would result from this deployment being created. Any potential routing conflicts or unsafe changes will be reported in the response. This routing analysis is not performed for a non-dry-run DeployApiProxy request. For a request path `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/dep loyments:generateDeployChangeReport`, two permissions are required: * `apigee.deployments.create` on the resource `organizations/{org}/environments/{env}` * `apigee.proxyrevisions.deploy` on the resource `organizations/{org}/apis/{api}/revisions/{rev}`
- name: Name of the API proxy revision deployment in the following format: `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}`.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsService) GenerateUndeployChangeReport ¶
func (r *OrganizationsEnvironmentsApisRevisionsDeploymentsService) GenerateUndeployChangeReport(name string) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall
GenerateUndeployChangeReport: Generates a report for a dry run analysis of an UndeployApiProxy request without committing the undeploy. In addition to the standard validations performed when removing deployments, additional analysis will be done to detect possible traffic routing changes that would result from this deployment being removed. Any potential routing conflicts or unsafe changes will be reported in the response. This routing analysis is not performed for a non-dry-run UndeployApiProxy request. For a request path `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/dep loyments:generateUndeployChangeReport`, two permissions are required: * `apigee.deployments.delete` on the resource `organizations/{org}/environments/{env}` * `apigee.proxyrevisions.undeploy` on the resource `organizations/{org}/apis/{api}/revisions/{rev}`
- name: Name of the API proxy revision deployment in the following format: `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}`.
type OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall ¶
type OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Context ¶
func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Do ¶
func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment, error)
Do executes the "apigee.organizations.environments.apis.revisions.getDeployments" call. Exactly one of *GoogleCloudApigeeV1Deployment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Deployment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Fields ¶
func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Header ¶
func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsApisRevisionsService ¶
type OrganizationsEnvironmentsApisRevisionsService struct { Debugsessions *OrganizationsEnvironmentsApisRevisionsDebugsessionsService Deployments *OrganizationsEnvironmentsApisRevisionsDeploymentsService // contains filtered or unexported fields }
func NewOrganizationsEnvironmentsApisRevisionsService ¶
func NewOrganizationsEnvironmentsApisRevisionsService(s *Service) *OrganizationsEnvironmentsApisRevisionsService
func (*OrganizationsEnvironmentsApisRevisionsService) Deploy ¶
func (r *OrganizationsEnvironmentsApisRevisionsService) Deploy(name string) *OrganizationsEnvironmentsApisRevisionsDeployCall
Deploy: Deploys a revision of an API proxy. If another revision of the same API proxy revision is currently deployed, set the `override` parameter to `true` to have this revision replace the currently deployed revision. You cannot invoke an API proxy until it has been deployed to an environment. After you deploy an API proxy revision, you cannot edit it. To edit the API proxy, you must create and deploy a new revision. For a request path `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/dep loyments`, two permissions are required: * `apigee.deployments.create` on the resource `organizations/{org}/environments/{env}` * `apigee.proxyrevisions.deploy` on the resource `organizations/{org}/apis/{api}/revisions/{rev}`
- name: Name of the API proxy revision deployment in the following format: `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}`.
func (*OrganizationsEnvironmentsApisRevisionsService) GetDeployments ¶
func (r *OrganizationsEnvironmentsApisRevisionsService) GetDeployments(name string) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
GetDeployments: Gets the deployment of an API proxy revision and actual state reported by runtime pods.
- name: Name representing an API proxy revision in an environment in the following format: `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}`.
func (*OrganizationsEnvironmentsApisRevisionsService) Undeploy ¶
func (r *OrganizationsEnvironmentsApisRevisionsService) Undeploy(name string) *OrganizationsEnvironmentsApisRevisionsUndeployCall
Undeploy: Undeploys an API proxy revision from an environment. For a request path `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/dep loyments`, two permissions are required: * `apigee.deployments.delete` on the resource `organizations/{org}/environments/{env}` * `apigee.proxyrevisions.undeploy` on the resource `organizations/{org}/apis/{api}/revisions/{rev}`
- name: Name of the API proxy revision deployment in the following format: `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}`.
type OrganizationsEnvironmentsApisRevisionsUndeployCall ¶
type OrganizationsEnvironmentsApisRevisionsUndeployCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsApisRevisionsUndeployCall) Context ¶
func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Context(ctx context.Context) *OrganizationsEnvironmentsApisRevisionsUndeployCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsApisRevisionsUndeployCall) Do ¶
func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "apigee.organizations.environments.apis.revisions.undeploy" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsUndeployCall) Fields ¶
func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsUndeployCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsApisRevisionsUndeployCall) Header ¶
func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsApisRevisionsUndeployCall) SequencedRollout ¶
func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) SequencedRollout(sequencedRollout bool) *OrganizationsEnvironmentsApisRevisionsUndeployCall
SequencedRollout sets the optional parameter "sequencedRollout": Flag that specifies whether to enable sequenced rollout. If set to `true`, a best-effort attempt will be made to remove the environment group routing rules corresponding to this deployment before removing the deployment from the runtime. This is likely to be a rare use case; it is only needed when the intended effect of undeploying this proxy is to cause the traffic it currently handles to be rerouted to some other existing proxy in the environment group. The GenerateUndeployChangeReport API (GenerateUndeployChangeReport) may be used to examine routing changes before issuing the undeployment request, and its response will indicate if a sequenced rollout is recommended for the undeployment.
type OrganizationsEnvironmentsApisService ¶
type OrganizationsEnvironmentsApisService struct { Deployments *OrganizationsEnvironmentsApisDeploymentsService Revisions *OrganizationsEnvironmentsApisRevisionsService // contains filtered or unexported fields }
func NewOrganizationsEnvironmentsApisService ¶
func NewOrganizationsEnvironmentsApisService(s *Service) *OrganizationsEnvironmentsApisService
type OrganizationsEnvironmentsCachesDeleteCall ¶
type OrganizationsEnvironmentsCachesDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsCachesDeleteCall) Context ¶
func (c *OrganizationsEnvironmentsCachesDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsCachesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsCachesDeleteCall) Do ¶
func (c *OrganizationsEnvironmentsCachesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "apigee.organizations.environments.caches.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsCachesDeleteCall) Fields ¶
func (c *OrganizationsEnvironmentsCachesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsCachesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsCachesDeleteCall) Header ¶
func (c *OrganizationsEnvironmentsCachesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsCachesService ¶
type OrganizationsEnvironmentsCachesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsCachesService ¶
func NewOrganizationsEnvironmentsCachesService(s *Service) *OrganizationsEnvironmentsCachesService
func (*OrganizationsEnvironmentsCachesService) Delete ¶
func (r *OrganizationsEnvironmentsCachesService) Delete(name string) *OrganizationsEnvironmentsCachesDeleteCall
Delete: Deletes a cache.
- name: Cache resource name of the form: `organizations/{organization_id}/environments/{environment_id}/cache s/{cache_id}`.
type OrganizationsEnvironmentsCreateCall ¶
type OrganizationsEnvironmentsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsCreateCall) Context ¶
func (c *OrganizationsEnvironmentsCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsCreateCall) Do ¶
func (c *OrganizationsEnvironmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.environments.create" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsCreateCall) Fields ¶
func (c *OrganizationsEnvironmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsCreateCall) Header ¶
func (c *OrganizationsEnvironmentsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsCreateCall) Name ¶
func (c *OrganizationsEnvironmentsCreateCall) Name(name string) *OrganizationsEnvironmentsCreateCall
Name sets the optional parameter "name": Name of the environment. Alternatively, the name may be specified in the request body in the name field.
type OrganizationsEnvironmentsDeleteCall ¶
type OrganizationsEnvironmentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsDeleteCall) Context ¶
func (c *OrganizationsEnvironmentsDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsDeleteCall) Do ¶
func (c *OrganizationsEnvironmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.environments.delete" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsDeleteCall) Fields ¶
func (c *OrganizationsEnvironmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsDeleteCall) Header ¶
func (c *OrganizationsEnvironmentsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsDeploymentsListCall ¶
type OrganizationsEnvironmentsDeploymentsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsDeploymentsListCall) Context ¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsDeploymentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsDeploymentsListCall) Do ¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
Do executes the "apigee.organizations.environments.deployments.list" call. Exactly one of *GoogleCloudApigeeV1ListDeploymentsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsDeploymentsListCall) Fields ¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeploymentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsDeploymentsListCall) Header ¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsDeploymentsListCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsDeploymentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsEnvironmentsDeploymentsListCall) SharedFlows ¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) SharedFlows(sharedFlows bool) *OrganizationsEnvironmentsDeploymentsListCall
SharedFlows sets the optional parameter "sharedFlows": Flag that specifies whether to return shared flow or API proxy deployments. Set to `true` to return shared flow deployments; set to `false` to return API proxy deployments. Defaults to `false`.
type OrganizationsEnvironmentsDeploymentsService ¶
type OrganizationsEnvironmentsDeploymentsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsDeploymentsService ¶
func NewOrganizationsEnvironmentsDeploymentsService(s *Service) *OrganizationsEnvironmentsDeploymentsService
func (*OrganizationsEnvironmentsDeploymentsService) List ¶
func (r *OrganizationsEnvironmentsDeploymentsService) List(parent string) *OrganizationsEnvironmentsDeploymentsListCall
List: Lists all deployments of API proxies or shared flows in an environment.
- parent: Name of the environment for which to return deployment information in the following format: `organizations/{org}/environments/{env}`.
type OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall ¶
type OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Context ¶
func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Context(ctx context.Context) *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Do ¶
func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1FlowHook, error)
Do executes the "apigee.organizations.environments.flowhooks.attachSharedFlowToFlowHook" call. Exactly one of *GoogleCloudApigeeV1FlowHook or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1FlowHook.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Fields ¶
func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Header ¶
func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall ¶
type OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Context ¶
func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Context(ctx context.Context) *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Do ¶
func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1FlowHook, error)
Do executes the "apigee.organizations.environments.flowhooks.detachSharedFlowFromFlowHook" call. Exactly one of *GoogleCloudApigeeV1FlowHook or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1FlowHook.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Fields ¶
func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Header ¶
func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsFlowhooksGetCall ¶
type OrganizationsEnvironmentsFlowhooksGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsFlowhooksGetCall) Context ¶
func (c *OrganizationsEnvironmentsFlowhooksGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsFlowhooksGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsFlowhooksGetCall) Do ¶
func (c *OrganizationsEnvironmentsFlowhooksGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1FlowHook, error)
Do executes the "apigee.organizations.environments.flowhooks.get" call. Exactly one of *GoogleCloudApigeeV1FlowHook or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1FlowHook.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsFlowhooksGetCall) Fields ¶
func (c *OrganizationsEnvironmentsFlowhooksGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsFlowhooksGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsFlowhooksGetCall) Header ¶
func (c *OrganizationsEnvironmentsFlowhooksGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsFlowhooksGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsFlowhooksGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsFlowhooksGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsFlowhooksService ¶
type OrganizationsEnvironmentsFlowhooksService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsFlowhooksService ¶
func NewOrganizationsEnvironmentsFlowhooksService(s *Service) *OrganizationsEnvironmentsFlowhooksService
func (*OrganizationsEnvironmentsFlowhooksService) AttachSharedFlowToFlowHook ¶
func (r *OrganizationsEnvironmentsFlowhooksService) AttachSharedFlowToFlowHook(name string, googlecloudapigeev1flowhook *GoogleCloudApigeeV1FlowHook) *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall
AttachSharedFlowToFlowHook: Attaches a shared flow to a flow hook.
- name: Name of the flow hook to which the shared flow should be attached in the following format: `organizations/{org}/environments/{env}/flowhooks/{flowhook}`.
func (*OrganizationsEnvironmentsFlowhooksService) DetachSharedFlowFromFlowHook ¶
func (r *OrganizationsEnvironmentsFlowhooksService) DetachSharedFlowFromFlowHook(name string) *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall
DetachSharedFlowFromFlowHook: Detaches a shared flow from a flow hook.
- name: Name of the flow hook to detach in the following format: `organizations/{org}/environments/{env}/flowhooks/{flowhook}`.
func (*OrganizationsEnvironmentsFlowhooksService) Get ¶
func (r *OrganizationsEnvironmentsFlowhooksService) Get(name string) *OrganizationsEnvironmentsFlowhooksGetCall
Get: Returns the name of the shared flow attached to the specified flow hook. If there's no shared flow attached to the flow hook, the API does not return an error; it simply does not return a name in the response.
- name: Name of the flow hook in the following format: `organizations/{org}/environments/{env}/flowhooks/{flowhook}`.
type OrganizationsEnvironmentsGetCall ¶
type OrganizationsEnvironmentsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsGetCall) Context ¶
func (c *OrganizationsEnvironmentsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsGetCall) Do ¶
func (c *OrganizationsEnvironmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Environment, error)
Do executes the "apigee.organizations.environments.get" call. Exactly one of *GoogleCloudApigeeV1Environment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Environment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetCall) Fields ¶
func (c *OrganizationsEnvironmentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsGetCall) Header ¶
func (c *OrganizationsEnvironmentsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsGetDebugmaskCall ¶
type OrganizationsEnvironmentsGetDebugmaskCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsGetDebugmaskCall) Context ¶
func (c *OrganizationsEnvironmentsGetDebugmaskCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetDebugmaskCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsGetDebugmaskCall) Do ¶
func (c *OrganizationsEnvironmentsGetDebugmaskCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugMask, error)
Do executes the "apigee.organizations.environments.getDebugmask" call. Exactly one of *GoogleCloudApigeeV1DebugMask or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DebugMask.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetDebugmaskCall) Fields ¶
func (c *OrganizationsEnvironmentsGetDebugmaskCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetDebugmaskCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsGetDebugmaskCall) Header ¶
func (c *OrganizationsEnvironmentsGetDebugmaskCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsGetDebugmaskCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsGetDebugmaskCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetDebugmaskCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsGetDeployedConfigCall ¶
type OrganizationsEnvironmentsGetDeployedConfigCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsGetDeployedConfigCall) Context ¶
func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetDeployedConfigCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsGetDeployedConfigCall) Do ¶
func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EnvironmentConfig, error)
Do executes the "apigee.organizations.environments.getDeployedConfig" call. Exactly one of *GoogleCloudApigeeV1EnvironmentConfig or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1EnvironmentConfig.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetDeployedConfigCall) Fields ¶
func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetDeployedConfigCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsGetDeployedConfigCall) Header ¶
func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsGetDeployedConfigCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsGetDeployedConfigCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetDeployedConfigCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsGetIamPolicyCall ¶
type OrganizationsEnvironmentsGetIamPolicyCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsGetIamPolicyCall) Context ¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetIamPolicyCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsGetIamPolicyCall) Do ¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
Do executes the "apigee.organizations.environments.getIamPolicy" call. Exactly one of *GoogleIamV1Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetIamPolicyCall) Fields ¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetIamPolicyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsGetIamPolicyCall) Header ¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsGetIamPolicyCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetIamPolicyCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsEnvironmentsGetIamPolicyCall) OptionsRequestedPolicyVersion ¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *OrganizationsEnvironmentsGetIamPolicyCall
OptionsRequestedPolicyVersion sets the optional parameter "options.requestedPolicyVersion": The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).
type OrganizationsEnvironmentsGetTraceConfigCall ¶
type OrganizationsEnvironmentsGetTraceConfigCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsGetTraceConfigCall) Context ¶
func (c *OrganizationsEnvironmentsGetTraceConfigCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetTraceConfigCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsGetTraceConfigCall) Do ¶
func (c *OrganizationsEnvironmentsGetTraceConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfig, error)
Do executes the "apigee.organizations.environments.getTraceConfig" call. Exactly one of *GoogleCloudApigeeV1TraceConfig or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1TraceConfig.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetTraceConfigCall) Fields ¶
func (c *OrganizationsEnvironmentsGetTraceConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetTraceConfigCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsGetTraceConfigCall) Header ¶
func (c *OrganizationsEnvironmentsGetTraceConfigCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsGetTraceConfigCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsGetTraceConfigCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetTraceConfigCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsKeystoresAliasesCreateCall ¶
type OrganizationsEnvironmentsKeystoresAliasesCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall) Alias ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Alias(alias string) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
Alias sets the optional parameter "alias": Alias for the key/certificate pair. Values must match the regular expression `[\w\s-.]{1,255}`. This must be provided for all formats except `selfsignedcert`; self-signed certs may specify the alias in either this parameter or the JSON body.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall) Context ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall) Do ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias, error)
Do executes the "apigee.organizations.environments.keystores.aliases.create" call. Exactly one of *GoogleCloudApigeeV1Alias or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Alias.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall) Fields ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall) Format ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Format(format string) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
Format sets the optional parameter "format": Required. Format of the data. Valid values include: `selfsignedcert`, `keycertfile`, or `pkcs12`
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall) Header ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall) IgnoreExpiryValidation ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) IgnoreExpiryValidation(ignoreExpiryValidation bool) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
IgnoreExpiryValidation sets the optional parameter "ignoreExpiryValidation": Flag that specifies whether to ignore expiry validation. If set to `true`, no expiry validation will be performed.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall) IgnoreNewlineValidation ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) IgnoreNewlineValidation(ignoreNewlineValidation bool) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
IgnoreNewlineValidation sets the optional parameter "ignoreNewlineValidation": Flag that specifies whether to ignore newline validation. If set to `true`, no error is thrown when the file contains a certificate chain with no newline between each certificate. Defaults to `false`.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall) Password ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Password(Password string) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
Password sets the optional parameter "_password": DEPRECATED: For improved security, specify the password in the request body instead of using the query parameter. To specify the password in the request body, set `Content-type: multipart/form-data` part with name `password`. Password for the private key file, if required.
type OrganizationsEnvironmentsKeystoresAliasesCsrCall ¶
type OrganizationsEnvironmentsKeystoresAliasesCsrCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsKeystoresAliasesCsrCall) Context ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsKeystoresAliasesCsrCall) Do ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
Do executes the "apigee.organizations.environments.keystores.aliases.csr" call. Exactly one of *GoogleApiHttpBody or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleApiHttpBody.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresAliasesCsrCall) Fields ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsKeystoresAliasesCsrCall) Header ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsKeystoresAliasesCsrCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsKeystoresAliasesDeleteCall ¶
type OrganizationsEnvironmentsKeystoresAliasesDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Context ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Do ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias, error)
Do executes the "apigee.organizations.environments.keystores.aliases.delete" call. Exactly one of *GoogleCloudApigeeV1Alias or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Alias.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Fields ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Header ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsKeystoresAliasesGetCall ¶
type OrganizationsEnvironmentsKeystoresAliasesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsKeystoresAliasesGetCall) Context ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCall) Do ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias, error)
Do executes the "apigee.organizations.environments.keystores.aliases.get" call. Exactly one of *GoogleCloudApigeeV1Alias or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Alias.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCall) Fields ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCall) Header ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsKeystoresAliasesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall ¶
type OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Context ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Do ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
Do executes the "apigee.organizations.environments.keystores.aliases.getCertificate" call. Exactly one of *GoogleApiHttpBody or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleApiHttpBody.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Fields ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Header ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsKeystoresAliasesService ¶
type OrganizationsEnvironmentsKeystoresAliasesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsKeystoresAliasesService ¶
func NewOrganizationsEnvironmentsKeystoresAliasesService(s *Service) *OrganizationsEnvironmentsKeystoresAliasesService
func (*OrganizationsEnvironmentsKeystoresAliasesService) Create ¶
func (r *OrganizationsEnvironmentsKeystoresAliasesService) Create(parent string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
Create: Creates an alias from a key/certificate pair. The structure of the request is controlled by the `format` query parameter: - `keycertfile` - Separate PEM-encoded key and certificate files are uploaded. Set `Content-Type: multipart/form-data` and include the `keyFile`, `certFile`, and `password` (if keys are encrypted) fields in the request body. If uploading to a truststore, omit `keyFile`. - `pkcs12` - A PKCS12 file is uploaded. Set `Content-Type: multipart/form-data`, provide the file in the `file` field, and include the `password` field if the file is encrypted in the request body. - `selfsignedcert` - A new private key and certificate are generated. Set `Content-Type: application/json` and include CertificateGenerationSpec in the request body.
- parent: Name of the keystore. Use the following format in your request: `organizations/{org}/environments/{env}/keystores/{keystore}`.
func (*OrganizationsEnvironmentsKeystoresAliasesService) Csr ¶
func (r *OrganizationsEnvironmentsKeystoresAliasesService) Csr(name string) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
Csr: Generates a PKCS #10 Certificate Signing Request for the private key in an alias.
- name: Name of the alias. Use the following format in your request: `organizations/{org}/environments/{env}/keystores/{keystore}/aliases /{alias}`.
func (*OrganizationsEnvironmentsKeystoresAliasesService) Delete ¶
func (r *OrganizationsEnvironmentsKeystoresAliasesService) Delete(name string) *OrganizationsEnvironmentsKeystoresAliasesDeleteCall
Delete: Deletes an alias.
- name: Name of the alias. Use the following format in your request: `organizations/{org}/environments/{env}/keystores/{keystore}/aliases /{alias}`.
func (*OrganizationsEnvironmentsKeystoresAliasesService) Get ¶
func (r *OrganizationsEnvironmentsKeystoresAliasesService) Get(name string) *OrganizationsEnvironmentsKeystoresAliasesGetCall
Get: Gets an alias.
- name: Name of the alias. Use the following format in your request: `organizations/{org}/environments/{env}/keystores/{keystore}/aliases /{alias}`.
func (*OrganizationsEnvironmentsKeystoresAliasesService) GetCertificate ¶
func (r *OrganizationsEnvironmentsKeystoresAliasesService) GetCertificate(name string) *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
GetCertificate: Gets the certificate from an alias in PEM-encoded form.
- name: Name of the alias. Use the following format in your request: `organizations/{org}/environments/{env}/keystores/{keystore}/aliases /{alias}`.
func (*OrganizationsEnvironmentsKeystoresAliasesService) Update ¶
func (r *OrganizationsEnvironmentsKeystoresAliasesService) Update(name string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
Update: Updates the certificate in an alias.
- name: Name of the alias. Use the following format in your request: `organizations/{org}/environments/{env}/keystores/{keystore}/aliases /{alias}`.
type OrganizationsEnvironmentsKeystoresAliasesUpdateCall ¶
type OrganizationsEnvironmentsKeystoresAliasesUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Context ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Do ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias, error)
Do executes the "apigee.organizations.environments.keystores.aliases.update" call. Exactly one of *GoogleCloudApigeeV1Alias or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Alias.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Fields ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Header ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsKeystoresAliasesUpdateCall) IgnoreExpiryValidation ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) IgnoreExpiryValidation(ignoreExpiryValidation bool) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
IgnoreExpiryValidation sets the optional parameter "ignoreExpiryValidation": Required. Flag that specifies whether to ignore expiry validation. If set to `true`, no expiry validation will be performed.
func (*OrganizationsEnvironmentsKeystoresAliasesUpdateCall) IgnoreNewlineValidation ¶
func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) IgnoreNewlineValidation(ignoreNewlineValidation bool) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
IgnoreNewlineValidation sets the optional parameter "ignoreNewlineValidation": Flag that specifies whether to ignore newline validation. If set to `true`, no error is thrown when the file contains a certificate chain with no newline between each certificate. Defaults to `false`.
type OrganizationsEnvironmentsKeystoresCreateCall ¶
type OrganizationsEnvironmentsKeystoresCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsKeystoresCreateCall) Context ¶
func (c *OrganizationsEnvironmentsKeystoresCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsKeystoresCreateCall) Do ¶
func (c *OrganizationsEnvironmentsKeystoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Keystore, error)
Do executes the "apigee.organizations.environments.keystores.create" call. Exactly one of *GoogleCloudApigeeV1Keystore or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Keystore.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresCreateCall) Fields ¶
func (c *OrganizationsEnvironmentsKeystoresCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsKeystoresCreateCall) Header ¶
func (c *OrganizationsEnvironmentsKeystoresCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsKeystoresCreateCall) Name ¶
func (c *OrganizationsEnvironmentsKeystoresCreateCall) Name(name string) *OrganizationsEnvironmentsKeystoresCreateCall
Name sets the optional parameter "name": Name of the keystore. Overrides the value in Keystore.
type OrganizationsEnvironmentsKeystoresDeleteCall ¶
type OrganizationsEnvironmentsKeystoresDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsKeystoresDeleteCall) Context ¶
func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsKeystoresDeleteCall) Do ¶
func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Keystore, error)
Do executes the "apigee.organizations.environments.keystores.delete" call. Exactly one of *GoogleCloudApigeeV1Keystore or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Keystore.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresDeleteCall) Fields ¶
func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsKeystoresDeleteCall) Header ¶
func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsKeystoresGetCall ¶
type OrganizationsEnvironmentsKeystoresGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsKeystoresGetCall) Context ¶
func (c *OrganizationsEnvironmentsKeystoresGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeystoresGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsKeystoresGetCall) Do ¶
func (c *OrganizationsEnvironmentsKeystoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Keystore, error)
Do executes the "apigee.organizations.environments.keystores.get" call. Exactly one of *GoogleCloudApigeeV1Keystore or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Keystore.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresGetCall) Fields ¶
func (c *OrganizationsEnvironmentsKeystoresGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsKeystoresGetCall) Header ¶
func (c *OrganizationsEnvironmentsKeystoresGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsKeystoresGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsKeystoresGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsKeystoresGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsKeystoresService ¶
type OrganizationsEnvironmentsKeystoresService struct { Aliases *OrganizationsEnvironmentsKeystoresAliasesService // contains filtered or unexported fields }
func NewOrganizationsEnvironmentsKeystoresService ¶
func NewOrganizationsEnvironmentsKeystoresService(s *Service) *OrganizationsEnvironmentsKeystoresService
func (*OrganizationsEnvironmentsKeystoresService) Create ¶
func (r *OrganizationsEnvironmentsKeystoresService) Create(parent string, googlecloudapigeev1keystore *GoogleCloudApigeeV1Keystore) *OrganizationsEnvironmentsKeystoresCreateCall
Create: Creates a keystore or truststore. - Keystore: Contains certificates and their associated keys. - Truststore: Contains trusted certificates used to validate a server's certificate. These certificates are typically self-signed certificates or certificates that are not signed by a trusted CA.
- parent: Name of the environment in which to create the keystore. Use the following format in your request: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsKeystoresService) Delete ¶
func (r *OrganizationsEnvironmentsKeystoresService) Delete(name string) *OrganizationsEnvironmentsKeystoresDeleteCall
Delete: Deletes a keystore or truststore.
- name: Name of the keystore. Use the following format in your request: `organizations/{org}/environments/{env}/keystores/{keystore}`.
func (*OrganizationsEnvironmentsKeystoresService) Get ¶
func (r *OrganizationsEnvironmentsKeystoresService) Get(name string) *OrganizationsEnvironmentsKeystoresGetCall
Get: Gets a keystore or truststore.
- name: Name of the keystore. Use the following format in your request: `organizations/{org}/environments/{env}/keystores/{keystore}`.
type OrganizationsEnvironmentsKeyvaluemapsCreateCall ¶
type OrganizationsEnvironmentsKeyvaluemapsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsKeyvaluemapsCreateCall) Context ¶
func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeyvaluemapsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsKeyvaluemapsCreateCall) Do ¶
func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
Do executes the "apigee.organizations.environments.keyvaluemaps.create" call. Exactly one of *GoogleCloudApigeeV1KeyValueMap or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeyvaluemapsCreateCall) Fields ¶
func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsKeyvaluemapsCreateCall) Header ¶
func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsKeyvaluemapsDeleteCall ¶
type OrganizationsEnvironmentsKeyvaluemapsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Context ¶
func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeyvaluemapsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Do ¶
func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
Do executes the "apigee.organizations.environments.keyvaluemaps.delete" call. Exactly one of *GoogleCloudApigeeV1KeyValueMap or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Fields ¶
func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Header ¶
func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsKeyvaluemapsService ¶
type OrganizationsEnvironmentsKeyvaluemapsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsKeyvaluemapsService ¶
func NewOrganizationsEnvironmentsKeyvaluemapsService(s *Service) *OrganizationsEnvironmentsKeyvaluemapsService
func (*OrganizationsEnvironmentsKeyvaluemapsService) Create ¶
func (r *OrganizationsEnvironmentsKeyvaluemapsService) Create(parent string, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsEnvironmentsKeyvaluemapsCreateCall
Create: Creates a key value map in an environment.
- parent: The name of the environment in which to create the key value map. Must be of the form `organizations/{organization}/environments/{environment}`.
func (*OrganizationsEnvironmentsKeyvaluemapsService) Delete ¶
func (r *OrganizationsEnvironmentsKeyvaluemapsService) Delete(name string) *OrganizationsEnvironmentsKeyvaluemapsDeleteCall
Delete: Delete a key value map in an environment.
- name: The name of the key value map. Must be of the form `organizations/{organization}/environments/{environment}/keyvaluemap s/{keyvaluemap}`.
type OrganizationsEnvironmentsOptimizedStatsGetCall ¶
type OrganizationsEnvironmentsOptimizedStatsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Accuracy ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Accuracy(accuracy string) *OrganizationsEnvironmentsOptimizedStatsGetCall
Accuracy sets the optional parameter "accuracy": Legacy field: not used anymore.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) AggTable ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) AggTable(aggTable string) *OrganizationsEnvironmentsOptimizedStatsGetCall
AggTable sets the optional parameter "aggTable": If customers want to query custom aggregate tables, then this parameter can be used to specify the table name. If this parameter is skipped, then Edge Query will try to retrieve the data from fact tables which will be expensive.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Context ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsOptimizedStatsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Do ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1OptimizedStats, error)
Do executes the "apigee.organizations.environments.optimizedStats.get" call. Exactly one of *GoogleCloudApigeeV1OptimizedStats or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1OptimizedStats.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Fields ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsOptimizedStatsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Filter ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Filter(filter string) *OrganizationsEnvironmentsOptimizedStatsGetCall
Filter sets the optional parameter "filter": Enables drill-down on specific dimension values.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Header ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsOptimizedStatsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Limit ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Limit(limit string) *OrganizationsEnvironmentsOptimizedStatsGetCall
Limit sets the optional parameter "limit": This parameter is used to limit the number of result items. Default and the max value is 14400.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Offset ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Offset(offset string) *OrganizationsEnvironmentsOptimizedStatsGetCall
Offset sets the optional parameter "offset": Use offset with limit to enable pagination of results. For example, to display results 11-20, set limit to '10' and offset to '10'.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Realtime ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Realtime(realtime bool) *OrganizationsEnvironmentsOptimizedStatsGetCall
Realtime sets the optional parameter "realtime": Legacy field: not used anymore.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Select ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Select(select_ string) *OrganizationsEnvironmentsOptimizedStatsGetCall
Select sets the optional parameter "select": Required. The select parameter contains a comma separated list of metrics. E.g. sum(message_count),sum(error_count)
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Sonar ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Sonar(sonar bool) *OrganizationsEnvironmentsOptimizedStatsGetCall
Sonar sets the optional parameter "sonar": This parameter routes the query to api monitoring service for last hour.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Sort ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Sort(sort string) *OrganizationsEnvironmentsOptimizedStatsGetCall
Sort sets the optional parameter "sort": This parameter specifies if the sort order should be ascending or descending Supported values are DESC and ASC.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Sortby ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Sortby(sortby string) *OrganizationsEnvironmentsOptimizedStatsGetCall
Sortby sets the optional parameter "sortby": Comma separated list of columns to sort the final result.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) TimeRange ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) TimeRange(timeRange string) *OrganizationsEnvironmentsOptimizedStatsGetCall
TimeRange sets the optional parameter "timeRange": Required. Time interval for the interactive query. Time range is specified as start~end E.g. 04/15/2017 00:00~05/15/2017 23:59
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) TimeUnit ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) TimeUnit(timeUnit string) *OrganizationsEnvironmentsOptimizedStatsGetCall
TimeUnit sets the optional parameter "timeUnit": A value of second, minute, hour, day, week, month. Time Unit specifies the granularity of metrics returned.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Topk ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Topk(topk string) *OrganizationsEnvironmentsOptimizedStatsGetCall
Topk sets the optional parameter "topk": Take 'top k' results from results, for example, to return the top 5 results 'topk=5'.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) TsAscending ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) TsAscending(tsAscending bool) *OrganizationsEnvironmentsOptimizedStatsGetCall
TsAscending sets the optional parameter "tsAscending": Lists timestamps in ascending order if set to true. Recommend setting this value to true if you are using sortby with sort=DESC.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall) Tzo ¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Tzo(tzo string) *OrganizationsEnvironmentsOptimizedStatsGetCall
Tzo sets the optional parameter "tzo": This parameters contains the timezone offset value.
type OrganizationsEnvironmentsOptimizedStatsService ¶
type OrganizationsEnvironmentsOptimizedStatsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsOptimizedStatsService ¶
func NewOrganizationsEnvironmentsOptimizedStatsService(s *Service) *OrganizationsEnvironmentsOptimizedStatsService
func (*OrganizationsEnvironmentsOptimizedStatsService) Get ¶
func (r *OrganizationsEnvironmentsOptimizedStatsService) Get(name string) *OrganizationsEnvironmentsOptimizedStatsGetCall
Get: This api is similar to GetStats except that the response is less verbose. In the current scheme, a query parameter _optimized instructs Edge Analytics to change the response but since this behavior is not possible with protocol buffer and since this parameter is predominantly used by Edge UI, we are introducing a separate api.
- name: The resource name for which the interactive query will be executed. Must be of the form `organizations/{organization_id}/environments/{environment_id/optimi zedStats/{dimensions}` Dimensions let you view metrics in meaningful groupings. E.g. apiproxy, target_host. The value of dimensions should be comma separated list as shown below `organizations/{org}/environments/{env}/optimizedStats/apiproxy,requ est_verb`.
type OrganizationsEnvironmentsQueriesCreateCall ¶
type OrganizationsEnvironmentsQueriesCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsQueriesCreateCall) Context ¶
func (c *OrganizationsEnvironmentsQueriesCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsQueriesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsQueriesCreateCall) Do ¶
func (c *OrganizationsEnvironmentsQueriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery, error)
Do executes the "apigee.organizations.environments.queries.create" call. Exactly one of *GoogleCloudApigeeV1AsyncQuery or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1AsyncQuery.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsQueriesCreateCall) Fields ¶
func (c *OrganizationsEnvironmentsQueriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsQueriesCreateCall) Header ¶
func (c *OrganizationsEnvironmentsQueriesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsQueriesGetCall ¶
type OrganizationsEnvironmentsQueriesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsQueriesGetCall) Context ¶
func (c *OrganizationsEnvironmentsQueriesGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsQueriesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsQueriesGetCall) Do ¶
func (c *OrganizationsEnvironmentsQueriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery, error)
Do executes the "apigee.organizations.environments.queries.get" call. Exactly one of *GoogleCloudApigeeV1AsyncQuery or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1AsyncQuery.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsQueriesGetCall) Fields ¶
func (c *OrganizationsEnvironmentsQueriesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsQueriesGetCall) Header ¶
func (c *OrganizationsEnvironmentsQueriesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsQueriesGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsQueriesGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsQueriesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsQueriesGetResultCall ¶
type OrganizationsEnvironmentsQueriesGetResultCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsQueriesGetResultCall) Context ¶
func (c *OrganizationsEnvironmentsQueriesGetResultCall) Context(ctx context.Context) *OrganizationsEnvironmentsQueriesGetResultCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsQueriesGetResultCall) Do ¶
func (c *OrganizationsEnvironmentsQueriesGetResultCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
Do executes the "apigee.organizations.environments.queries.getResult" call. Exactly one of *GoogleApiHttpBody or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleApiHttpBody.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsQueriesGetResultCall) Fields ¶
func (c *OrganizationsEnvironmentsQueriesGetResultCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesGetResultCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsQueriesGetResultCall) Header ¶
func (c *OrganizationsEnvironmentsQueriesGetResultCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsQueriesGetResultCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsQueriesGetResultCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsQueriesGetResultCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsQueriesListCall ¶
type OrganizationsEnvironmentsQueriesListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsQueriesListCall) Context ¶
func (c *OrganizationsEnvironmentsQueriesListCall) Context(ctx context.Context) *OrganizationsEnvironmentsQueriesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsQueriesListCall) Dataset ¶
func (c *OrganizationsEnvironmentsQueriesListCall) Dataset(dataset string) *OrganizationsEnvironmentsQueriesListCall
Dataset sets the optional parameter "dataset": Filter response list by dataset. Example: `api`, `mint`
func (*OrganizationsEnvironmentsQueriesListCall) Do ¶
func (c *OrganizationsEnvironmentsQueriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAsyncQueriesResponse, error)
Do executes the "apigee.organizations.environments.queries.list" call. Exactly one of *GoogleCloudApigeeV1ListAsyncQueriesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListAsyncQueriesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsQueriesListCall) Fields ¶
func (c *OrganizationsEnvironmentsQueriesListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsQueriesListCall) From ¶
func (c *OrganizationsEnvironmentsQueriesListCall) From(from string) *OrganizationsEnvironmentsQueriesListCall
From sets the optional parameter "from": Filter response list by returning asynchronous queries that created after this date time. Time must be in ISO date-time format like '2011-12-03T10:15:30Z'.
func (*OrganizationsEnvironmentsQueriesListCall) Header ¶
func (c *OrganizationsEnvironmentsQueriesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsQueriesListCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsQueriesListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsQueriesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsEnvironmentsQueriesListCall) InclQueriesWithoutReport ¶
func (c *OrganizationsEnvironmentsQueriesListCall) InclQueriesWithoutReport(inclQueriesWithoutReport string) *OrganizationsEnvironmentsQueriesListCall
InclQueriesWithoutReport sets the optional parameter "inclQueriesWithoutReport": Flag to include asynchronous queries that don't have a report denifition.
func (*OrganizationsEnvironmentsQueriesListCall) Status ¶
func (c *OrganizationsEnvironmentsQueriesListCall) Status(status string) *OrganizationsEnvironmentsQueriesListCall
Status sets the optional parameter "status": Filter response list by asynchronous query status.
func (*OrganizationsEnvironmentsQueriesListCall) SubmittedBy ¶
func (c *OrganizationsEnvironmentsQueriesListCall) SubmittedBy(submittedBy string) *OrganizationsEnvironmentsQueriesListCall
SubmittedBy sets the optional parameter "submittedBy": Filter response list by user who submitted queries.
func (*OrganizationsEnvironmentsQueriesListCall) To ¶
func (c *OrganizationsEnvironmentsQueriesListCall) To(to string) *OrganizationsEnvironmentsQueriesListCall
To sets the optional parameter "to": Filter response list by returning asynchronous queries that created before this date time. Time must be in ISO date-time format like '2011-12-03T10:16:30Z'.
type OrganizationsEnvironmentsQueriesService ¶
type OrganizationsEnvironmentsQueriesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsQueriesService ¶
func NewOrganizationsEnvironmentsQueriesService(s *Service) *OrganizationsEnvironmentsQueriesService
func (*OrganizationsEnvironmentsQueriesService) Create ¶
func (r *OrganizationsEnvironmentsQueriesService) Create(parent string, googlecloudapigeev1query *GoogleCloudApigeeV1Query) *OrganizationsEnvironmentsQueriesCreateCall
Create: Submit a query to be processed in the background. If the submission of the query succeeds, the API returns a 201 status and an ID that refer to the query. In addition to the HTTP status 201, the `state` of "enqueued" means that the request succeeded.
- parent: The parent resource name. Must be of the form `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsQueriesService) Get ¶
func (r *OrganizationsEnvironmentsQueriesService) Get(name string) *OrganizationsEnvironmentsQueriesGetCall
Get: Get query status If the query is still in progress, the `state` is set to "running" After the query has completed successfully, `state` is set to "completed"
- name: Name of the asynchronous query to get. Must be of the form `organizations/{org}/environments/{env}/queries/{queryId}`.
func (*OrganizationsEnvironmentsQueriesService) GetResult ¶
func (r *OrganizationsEnvironmentsQueriesService) GetResult(name string) *OrganizationsEnvironmentsQueriesGetResultCall
GetResult: After the query is completed, use this API to retrieve the results. If the request succeeds, and there is a non-zero result set, the result is downloaded to the client as a zipped JSON file. The name of the downloaded file will be: OfflineQueryResult-.zip Example: `OfflineQueryResult-9cfc0d85-0f30-46d6-ae6f-318d0cb961bd.zip`
- name: Name of the asynchronous query result to get. Must be of the form `organizations/{org}/environments/{env}/queries/{queryId}/result`.
func (*OrganizationsEnvironmentsQueriesService) List ¶
func (r *OrganizationsEnvironmentsQueriesService) List(parent string) *OrganizationsEnvironmentsQueriesListCall
List: Return a list of Asynchronous Queries
- parent: The parent resource name. Must be of the form `organizations/{org}/environments/{env}`.
type OrganizationsEnvironmentsReferencesCreateCall ¶
type OrganizationsEnvironmentsReferencesCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsReferencesCreateCall) Context ¶
func (c *OrganizationsEnvironmentsReferencesCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsReferencesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsReferencesCreateCall) Do ¶
func (c *OrganizationsEnvironmentsReferencesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference, error)
Do executes the "apigee.organizations.environments.references.create" call. Exactly one of *GoogleCloudApigeeV1Reference or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Reference.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsReferencesCreateCall) Fields ¶
func (c *OrganizationsEnvironmentsReferencesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsReferencesCreateCall) Header ¶
func (c *OrganizationsEnvironmentsReferencesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsReferencesDeleteCall ¶
type OrganizationsEnvironmentsReferencesDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsReferencesDeleteCall) Context ¶
func (c *OrganizationsEnvironmentsReferencesDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsReferencesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsReferencesDeleteCall) Do ¶
func (c *OrganizationsEnvironmentsReferencesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference, error)
Do executes the "apigee.organizations.environments.references.delete" call. Exactly one of *GoogleCloudApigeeV1Reference or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Reference.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsReferencesDeleteCall) Fields ¶
func (c *OrganizationsEnvironmentsReferencesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsReferencesDeleteCall) Header ¶
func (c *OrganizationsEnvironmentsReferencesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsReferencesGetCall ¶
type OrganizationsEnvironmentsReferencesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsReferencesGetCall) Context ¶
func (c *OrganizationsEnvironmentsReferencesGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsReferencesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsReferencesGetCall) Do ¶
func (c *OrganizationsEnvironmentsReferencesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference, error)
Do executes the "apigee.organizations.environments.references.get" call. Exactly one of *GoogleCloudApigeeV1Reference or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Reference.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsReferencesGetCall) Fields ¶
func (c *OrganizationsEnvironmentsReferencesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsReferencesGetCall) Header ¶
func (c *OrganizationsEnvironmentsReferencesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsReferencesGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsReferencesGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsReferencesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsReferencesService ¶
type OrganizationsEnvironmentsReferencesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsReferencesService ¶
func NewOrganizationsEnvironmentsReferencesService(s *Service) *OrganizationsEnvironmentsReferencesService
func (*OrganizationsEnvironmentsReferencesService) Create ¶
func (r *OrganizationsEnvironmentsReferencesService) Create(parent string, googlecloudapigeev1reference *GoogleCloudApigeeV1Reference) *OrganizationsEnvironmentsReferencesCreateCall
Create: Creates a Reference in the specified environment.
- parent: The parent environment name under which the Reference will be created. Must be of the form `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsReferencesService) Delete ¶
func (r *OrganizationsEnvironmentsReferencesService) Delete(name string) *OrganizationsEnvironmentsReferencesDeleteCall
Delete: Deletes a Reference from an environment. Returns the deleted Reference resource.
- name: The name of the Reference to delete. Must be of the form `organizations/{org}/environments/{env}/references/{ref}`.
func (*OrganizationsEnvironmentsReferencesService) Get ¶
func (r *OrganizationsEnvironmentsReferencesService) Get(name string) *OrganizationsEnvironmentsReferencesGetCall
Get: Gets a Reference resource.
- name: The name of the Reference to get. Must be of the form `organizations/{org}/environments/{env}/references/{ref}`.
func (*OrganizationsEnvironmentsReferencesService) Update ¶
func (r *OrganizationsEnvironmentsReferencesService) Update(name string, googlecloudapigeev1reference *GoogleCloudApigeeV1Reference) *OrganizationsEnvironmentsReferencesUpdateCall
Update: Updates an existing Reference. Note that this operation has PUT semantics; it will replace the entirety of the existing Reference with the resource in the request body.
- name: The name of the Reference to update. Must be of the form `organizations/{org}/environments/{env}/references/{ref}`.
type OrganizationsEnvironmentsReferencesUpdateCall ¶
type OrganizationsEnvironmentsReferencesUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsReferencesUpdateCall) Context ¶
func (c *OrganizationsEnvironmentsReferencesUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsReferencesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsReferencesUpdateCall) Do ¶
func (c *OrganizationsEnvironmentsReferencesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference, error)
Do executes the "apigee.organizations.environments.references.update" call. Exactly one of *GoogleCloudApigeeV1Reference or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Reference.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsReferencesUpdateCall) Fields ¶
func (c *OrganizationsEnvironmentsReferencesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsReferencesUpdateCall) Header ¶
func (c *OrganizationsEnvironmentsReferencesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsResourcefilesCreateCall ¶
type OrganizationsEnvironmentsResourcefilesCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsResourcefilesCreateCall) Context ¶
func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsResourcefilesCreateCall) Do ¶
func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ResourceFile, error)
Do executes the "apigee.organizations.environments.resourcefiles.create" call. Exactly one of *GoogleCloudApigeeV1ResourceFile or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ResourceFile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsResourcefilesCreateCall) Fields ¶
func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsResourcefilesCreateCall) Header ¶
func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsResourcefilesCreateCall) Name ¶
func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Name(name string) *OrganizationsEnvironmentsResourcefilesCreateCall
Name sets the optional parameter "name": Required. Name of the resource file. Must match the regular expression: [a-zA-Z0-9:/\\!@#$%^&{}\\ ()+\-=,.~'` ]{1,255}
func (*OrganizationsEnvironmentsResourcefilesCreateCall) Type ¶
func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Type(type_ string) *OrganizationsEnvironmentsResourcefilesCreateCall
Type sets the optional parameter "type": Required. Resource file type. {{ resource_file_type }}
type OrganizationsEnvironmentsResourcefilesDeleteCall ¶
type OrganizationsEnvironmentsResourcefilesDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsResourcefilesDeleteCall) Context ¶
func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsResourcefilesDeleteCall) Do ¶
func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ResourceFile, error)
Do executes the "apigee.organizations.environments.resourcefiles.delete" call. Exactly one of *GoogleCloudApigeeV1ResourceFile or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ResourceFile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsResourcefilesDeleteCall) Fields ¶
func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsResourcefilesDeleteCall) Header ¶
func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsResourcefilesGetCall ¶
type OrganizationsEnvironmentsResourcefilesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsResourcefilesGetCall) Context ¶
func (c *OrganizationsEnvironmentsResourcefilesGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsResourcefilesGetCall) Do ¶
func (c *OrganizationsEnvironmentsResourcefilesGetCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
Do executes the "apigee.organizations.environments.resourcefiles.get" call. Exactly one of *GoogleApiHttpBody or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleApiHttpBody.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsResourcefilesGetCall) Fields ¶
func (c *OrganizationsEnvironmentsResourcefilesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsResourcefilesGetCall) Header ¶
func (c *OrganizationsEnvironmentsResourcefilesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsResourcefilesGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsResourcefilesGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsResourcefilesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsResourcefilesListCall ¶
type OrganizationsEnvironmentsResourcefilesListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsResourcefilesListCall) Context ¶
func (c *OrganizationsEnvironmentsResourcefilesListCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsResourcefilesListCall) Do ¶
func (c *OrganizationsEnvironmentsResourcefilesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentResourcesResponse, error)
Do executes the "apigee.organizations.environments.resourcefiles.list" call. Exactly one of *GoogleCloudApigeeV1ListEnvironmentResourcesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListEnvironmentResourcesResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsResourcefilesListCall) Fields ¶
func (c *OrganizationsEnvironmentsResourcefilesListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsResourcefilesListCall) Header ¶
func (c *OrganizationsEnvironmentsResourcefilesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsResourcefilesListCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsResourcefilesListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsResourcefilesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsEnvironmentsResourcefilesListCall) Type ¶
func (c *OrganizationsEnvironmentsResourcefilesListCall) Type(type_ string) *OrganizationsEnvironmentsResourcefilesListCall
Type sets the optional parameter "type": Type of resource files to list. {{ resource_file_type }}
type OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall ¶
type OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Context ¶
func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Do ¶
func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentResourcesResponse, error)
Do executes the "apigee.organizations.environments.resourcefiles.listEnvironmentResources" call. Exactly one of *GoogleCloudApigeeV1ListEnvironmentResourcesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListEnvironmentResourcesResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Fields ¶
func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Header ¶
func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsResourcefilesService ¶
type OrganizationsEnvironmentsResourcefilesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsResourcefilesService ¶
func NewOrganizationsEnvironmentsResourcefilesService(s *Service) *OrganizationsEnvironmentsResourcefilesService
func (*OrganizationsEnvironmentsResourcefilesService) Create ¶
func (r *OrganizationsEnvironmentsResourcefilesService) Create(parent string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsResourcefilesCreateCall
Create: Creates a resource file. Specify the `Content-Type` as `application/octet-stream` or `multipart/form-data`. For more information about resource files, see Resource files (https://cloud.google.com/apigee/docs/api-platform/develop/resource-files).
- parent: Name of the environment in which to create the resource file in the following format: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsResourcefilesService) Delete ¶
func (r *OrganizationsEnvironmentsResourcefilesService) Delete(parent string, type_ string, name string) *OrganizationsEnvironmentsResourcefilesDeleteCall
Delete: Deletes a resource file. For more information about resource files, see Resource files (https://cloud.google.com/apigee/docs/api-platform/develop/resource-files).
- name: ID of the resource file to delete. Must match the regular expression: [a-zA-Z0-9:/\\!@#$%^&{}\\ ()+\-=,.~'` ]{1,255}.
- parent: Name of the environment in the following format: `organizations/{org}/environments/{env}`.
- type: Resource file type. {{ resource_file_type }}.
func (*OrganizationsEnvironmentsResourcefilesService) Get ¶
func (r *OrganizationsEnvironmentsResourcefilesService) Get(parent string, type_ string, name string) *OrganizationsEnvironmentsResourcefilesGetCall
Get: Gets the contents of a resource file. For more information about resource files, see Resource files (https://cloud.google.com/apigee/docs/api-platform/develop/resource-files).
- name: ID of the resource file. Must match the regular expression: [a-zA-Z0-9:/\\!@#$%^&{}\\ ()+\-=,.~'` ]{1,255}.
- parent: Name of the environment in the following format: `organizations/{org}/environments/{env}`.
- type: Resource file type. {{ resource_file_type }}.
func (*OrganizationsEnvironmentsResourcefilesService) List ¶
func (r *OrganizationsEnvironmentsResourcefilesService) List(parent string) *OrganizationsEnvironmentsResourcefilesListCall
List: Lists all resource files, optionally filtering by type. For more information about resource files, see Resource files (https://cloud.google.com/apigee/docs/api-platform/develop/resource-files).
- parent: Name of the environment in which to list resource files in the following format: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsResourcefilesService) ListEnvironmentResources ¶
func (r *OrganizationsEnvironmentsResourcefilesService) ListEnvironmentResources(parent string, type_ string) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
ListEnvironmentResources: Lists all resource files, optionally filtering by type. For more information about resource files, see Resource files (https://cloud.google.com/apigee/docs/api-platform/develop/resource-files).
- parent: Name of the environment in which to list resource files in the following format: `organizations/{org}/environments/{env}`.
- type: Optional. Type of resource files to list. {{ resource_file_type }}.
func (*OrganizationsEnvironmentsResourcefilesService) Update ¶
func (r *OrganizationsEnvironmentsResourcefilesService) Update(parent string, type_ string, name string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsResourcefilesUpdateCall
Update: Updates a resource file. Specify the `Content-Type` as `application/octet-stream` or `multipart/form-data`. For more information about resource files, see Resource files (https://cloud.google.com/apigee/docs/api-platform/develop/resource-files).
- name: ID of the resource file to update. Must match the regular expression: [a-zA-Z0-9:/\\!@#$%^&{}\\ ()+\-=,.~'` ]{1,255}.
- parent: Name of the environment in the following format: `organizations/{org}/environments/{env}`.
- type: Resource file type. {{ resource_file_type }}.
type OrganizationsEnvironmentsResourcefilesUpdateCall ¶
type OrganizationsEnvironmentsResourcefilesUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsResourcefilesUpdateCall) Context ¶
func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsResourcefilesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsResourcefilesUpdateCall) Do ¶
func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ResourceFile, error)
Do executes the "apigee.organizations.environments.resourcefiles.update" call. Exactly one of *GoogleCloudApigeeV1ResourceFile or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ResourceFile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsResourcefilesUpdateCall) Fields ¶
func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsResourcefilesUpdateCall) Header ¶
func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsService ¶
type OrganizationsEnvironmentsService struct { Analytics *OrganizationsEnvironmentsAnalyticsService Apis *OrganizationsEnvironmentsApisService Caches *OrganizationsEnvironmentsCachesService Deployments *OrganizationsEnvironmentsDeploymentsService Flowhooks *OrganizationsEnvironmentsFlowhooksService Keystores *OrganizationsEnvironmentsKeystoresService Keyvaluemaps *OrganizationsEnvironmentsKeyvaluemapsService OptimizedStats *OrganizationsEnvironmentsOptimizedStatsService Queries *OrganizationsEnvironmentsQueriesService References *OrganizationsEnvironmentsReferencesService Resourcefiles *OrganizationsEnvironmentsResourcefilesService Stats *OrganizationsEnvironmentsStatsService Targetservers *OrganizationsEnvironmentsTargetserversService TraceConfig *OrganizationsEnvironmentsTraceConfigService // contains filtered or unexported fields }
func NewOrganizationsEnvironmentsService ¶
func NewOrganizationsEnvironmentsService(s *Service) *OrganizationsEnvironmentsService
func (*OrganizationsEnvironmentsService) Create ¶
func (r *OrganizationsEnvironmentsService) Create(parent string, googlecloudapigeev1environment *GoogleCloudApigeeV1Environment) *OrganizationsEnvironmentsCreateCall
Create: Creates an environment in an organization.
- parent: Name of the organization in which the environment will be created. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsEnvironmentsService) Delete ¶
func (r *OrganizationsEnvironmentsService) Delete(name string) *OrganizationsEnvironmentsDeleteCall
Delete: Deletes an environment from an organization.
- name: Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService) Get ¶
func (r *OrganizationsEnvironmentsService) Get(name string) *OrganizationsEnvironmentsGetCall
Get: Gets environment details.
- name: Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService) GetDebugmask ¶
func (r *OrganizationsEnvironmentsService) GetDebugmask(name string) *OrganizationsEnvironmentsGetDebugmaskCall
GetDebugmask: Gets the debug mask singleton resource for an environment.
- name: Name of the debug mask. Use the following structure in your request: `organizations/{org}/environments/{env}/debugmask`.
func (*OrganizationsEnvironmentsService) GetDeployedConfig ¶
func (r *OrganizationsEnvironmentsService) GetDeployedConfig(name string) *OrganizationsEnvironmentsGetDeployedConfigCall
GetDeployedConfig: Gets the deployed configuration for an environment.
- name: Name of the environment deployed configuration resource. Use the following structure in your request: `organizations/{org}/environments/{env}/deployedConfig`.
func (*OrganizationsEnvironmentsService) GetIamPolicy ¶
func (r *OrganizationsEnvironmentsService) GetIamPolicy(resource string) *OrganizationsEnvironmentsGetIamPolicyCall
GetIamPolicy: Gets the IAM policy on an environment. For more information, see Manage users, roles, and permissions using the API (https://cloud.google.com/apigee/docs/api-platform/system-administration/manage-users-roles). You must have the `apigee.environments.getIamPolicy` permission to call this API.
- resource: REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
func (*OrganizationsEnvironmentsService) GetTraceConfig ¶
func (r *OrganizationsEnvironmentsService) GetTraceConfig(name string) *OrganizationsEnvironmentsGetTraceConfigCall
GetTraceConfig: Get distributed trace configuration in an environment.
- name: Name of the trace configuration. Use the following structure in your request: "organizations/*/environments/*/traceConfig".
func (*OrganizationsEnvironmentsService) SetIamPolicy ¶
func (r *OrganizationsEnvironmentsService) SetIamPolicy(resource string, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *OrganizationsEnvironmentsSetIamPolicyCall
SetIamPolicy: Sets the IAM policy on an environment, if the policy already exists it will be replaced. For more information, see Manage users, roles, and permissions using the API (https://cloud.google.com/apigee/docs/api-platform/system-administration/manage-users-roles). You must have the `apigee.environments.setIamPolicy` permission to call this API.
- resource: REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.
func (*OrganizationsEnvironmentsService) Subscribe ¶
func (r *OrganizationsEnvironmentsService) Subscribe(parent string) *OrganizationsEnvironmentsSubscribeCall
Subscribe: Creates a subscription for the environment's Pub/Sub topic. The server will assign a random name for this subscription. The "name" and "push_config" must *not* be specified.
- parent: Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService) TestIamPermissions ¶
func (r *OrganizationsEnvironmentsService) TestIamPermissions(resource string, googleiamv1testiampermissionsrequest *GoogleIamV1TestIamPermissionsRequest) *OrganizationsEnvironmentsTestIamPermissionsCall
TestIamPermissions: Tests the permissions of a user on an environment, and returns a subset of permissions that the user has on the environment. If the environment does not exist, an empty permission set is returned (a NOT_FOUND error is not returned).
- resource: REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.
func (*OrganizationsEnvironmentsService) Unsubscribe ¶
func (r *OrganizationsEnvironmentsService) Unsubscribe(parent string, googlecloudapigeev1subscription *GoogleCloudApigeeV1Subscription) *OrganizationsEnvironmentsUnsubscribeCall
Unsubscribe: Deletes a subscription for the environment's Pub/Sub topic.
- parent: Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService) Update ¶
func (r *OrganizationsEnvironmentsService) Update(name string, googlecloudapigeev1environment *GoogleCloudApigeeV1Environment) *OrganizationsEnvironmentsUpdateCall
Update: Updates an existing environment. When updating properties, you must pass all existing properties to the API, even if they are not being changed. If you omit properties from the payload, the properties are removed. To get the current list of properties for the environment, use the Get Environment API (get).
- name: Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService) UpdateDebugmask ¶
func (r *OrganizationsEnvironmentsService) UpdateDebugmask(name string, googlecloudapigeev1debugmask *GoogleCloudApigeeV1DebugMask) *OrganizationsEnvironmentsUpdateDebugmaskCall
UpdateDebugmask: Updates the debug mask singleton resource for an environment.
- name: Name of the debug mask.
func (*OrganizationsEnvironmentsService) UpdateEnvironment ¶
func (r *OrganizationsEnvironmentsService) UpdateEnvironment(name string, googlecloudapigeev1environment *GoogleCloudApigeeV1Environment) *OrganizationsEnvironmentsUpdateEnvironmentCall
UpdateEnvironment: Updates an existing environment. When updating properties, you must pass all existing properties to the API, even if they are not being changed. If you omit properties from the payload, the properties are removed. To get the current list of properties for the environment, use the Get Environment API (get).
- name: Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService) UpdateTraceConfig ¶
func (r *OrganizationsEnvironmentsService) UpdateTraceConfig(name string, googlecloudapigeev1traceconfig *GoogleCloudApigeeV1TraceConfig) *OrganizationsEnvironmentsUpdateTraceConfigCall
UpdateTraceConfig: Updates the trace configurations in an environment. 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.
- name: Name of the trace configuration. Use the following structure in your request: "organizations/*/environments/*/traceConfig".
type OrganizationsEnvironmentsSetIamPolicyCall ¶
type OrganizationsEnvironmentsSetIamPolicyCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsSetIamPolicyCall) Context ¶
func (c *OrganizationsEnvironmentsSetIamPolicyCall) Context(ctx context.Context) *OrganizationsEnvironmentsSetIamPolicyCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsSetIamPolicyCall) Do ¶
func (c *OrganizationsEnvironmentsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
Do executes the "apigee.organizations.environments.setIamPolicy" call. Exactly one of *GoogleIamV1Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSetIamPolicyCall) Fields ¶
func (c *OrganizationsEnvironmentsSetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSetIamPolicyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsSetIamPolicyCall) Header ¶
func (c *OrganizationsEnvironmentsSetIamPolicyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsSharedflowsDeploymentsListCall ¶
type OrganizationsEnvironmentsSharedflowsDeploymentsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Context ¶
func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsSharedflowsDeploymentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Do ¶
func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
Do executes the "apigee.organizations.environments.sharedflows.deployments.list" call. Exactly one of *GoogleCloudApigeeV1ListDeploymentsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Fields ¶
func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsDeploymentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Header ¶
func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsSharedflowsDeploymentsListCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSharedflowsDeploymentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsSharedflowsDeploymentsService ¶
type OrganizationsEnvironmentsSharedflowsDeploymentsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsSharedflowsDeploymentsService ¶
func NewOrganizationsEnvironmentsSharedflowsDeploymentsService(s *Service) *OrganizationsEnvironmentsSharedflowsDeploymentsService
func (*OrganizationsEnvironmentsSharedflowsDeploymentsService) List ¶
func (r *OrganizationsEnvironmentsSharedflowsDeploymentsService) List(parent string) *OrganizationsEnvironmentsSharedflowsDeploymentsListCall
List: Lists all deployments of a shared flow in an environment.
- parent: Name representing a shared flow in an environment in the following format: `organizations/{org}/environments/{env}/sharedflows/{sharedflow}`.
type OrganizationsEnvironmentsSharedflowsRevisionsDeployCall ¶
type OrganizationsEnvironmentsSharedflowsRevisionsDeployCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Context ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Context(ctx context.Context) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Do ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment, error)
Do executes the "apigee.organizations.environments.sharedflows.revisions.deploy" call. Exactly one of *GoogleCloudApigeeV1Deployment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Deployment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Fields ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Header ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Override ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Override(override bool) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
Override sets the optional parameter "override": Flag that specifies whether the new deployment replaces other deployed revisions of the shared flow in the environment. Set `override` to `true` to replace other deployed revisions. By default, `override` is `false` and the deployment is rejected if other revisions of the shared flow are deployed in the environment.
type OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall ¶
type OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Context ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Context(ctx context.Context) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Do ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment, error)
Do executes the "apigee.organizations.environments.sharedflows.revisions.getDeployments" call. Exactly one of *GoogleCloudApigeeV1Deployment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Deployment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Fields ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Header ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsSharedflowsRevisionsService ¶
type OrganizationsEnvironmentsSharedflowsRevisionsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsSharedflowsRevisionsService ¶
func NewOrganizationsEnvironmentsSharedflowsRevisionsService(s *Service) *OrganizationsEnvironmentsSharedflowsRevisionsService
func (*OrganizationsEnvironmentsSharedflowsRevisionsService) Deploy ¶
func (r *OrganizationsEnvironmentsSharedflowsRevisionsService) Deploy(name string) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
Deploy: Deploys a revision of a shared flow. If another revision of the same shared flow is currently deployed, set the `override` parameter to `true` to have this revision replace the currently deployed revision. You cannot use a shared flow until it has been deployed to an environment. For a request path `organizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{re v}/deployments`, two permissions are required: * `apigee.deployments.create` on the resource `organizations/{org}/environments/{env}` * `apigee.sharedflowrevisions.deploy` on the resource `organizations/{org}/sharedflows/{sf}/revisions/{rev}`
- name: Name of the shared flow revision to deploy in the following format: `organizations/{org}/environments/{env}/sharedflows/{sharedflow}/rev isions/{rev}`.
func (*OrganizationsEnvironmentsSharedflowsRevisionsService) GetDeployments ¶
func (r *OrganizationsEnvironmentsSharedflowsRevisionsService) GetDeployments(name string) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
GetDeployments: Gets the deployment of a shared flow revision and actual state reported by runtime pods.
- name: Name representing a shared flow in an environment in the following format: `organizations/{org}/environments/{env}/sharedflows/{sharedflow}/rev isions/{rev}`.
func (*OrganizationsEnvironmentsSharedflowsRevisionsService) Undeploy ¶
func (r *OrganizationsEnvironmentsSharedflowsRevisionsService) Undeploy(name string) *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall
Undeploy: Undeploys a shared flow revision from an environment. For a request path `organizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{re v}/deployments`, two permissions are required: * `apigee.deployments.delete` on the resource `organizations/{org}/environments/{env}` * `apigee.sharedflowrevisions.undeploy` on the resource `organizations/{org}/sharedflows/{sf}/revisions/{rev}`
- name: Name of the shared flow revision to undeploy in the following format: `organizations/{org}/environments/{env}/sharedflows/{sharedflow}/rev isions/{rev}`.
type OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall ¶
type OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Context ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Context(ctx context.Context) *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Do ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "apigee.organizations.environments.sharedflows.revisions.undeploy" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Fields ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Header ¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsSharedflowsService ¶
type OrganizationsEnvironmentsSharedflowsService struct { // contains filtered or unexported fields }
func NewOrganizationsEnvironmentsSharedflowsService ¶
func NewOrganizationsEnvironmentsSharedflowsService(s *Service) *OrganizationsEnvironmentsSharedflowsService
type OrganizationsEnvironmentsStatsGetCall ¶
type OrganizationsEnvironmentsStatsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsStatsGetCall) Accuracy ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Accuracy(accuracy string) *OrganizationsEnvironmentsStatsGetCall
Accuracy sets the optional parameter "accuracy": Legacy field: not used anymore. This field is present to support UI calls which still use this parameter.
func (*OrganizationsEnvironmentsStatsGetCall) AggTable ¶
func (c *OrganizationsEnvironmentsStatsGetCall) AggTable(aggTable string) *OrganizationsEnvironmentsStatsGetCall
AggTable sets the optional parameter "aggTable": If customers want to query custom aggregate tables, then this parameter can be used to specify the table name. If this parameter is skipped, then Edge Query will try to retrieve the data from fact tables which will be expensive.
func (*OrganizationsEnvironmentsStatsGetCall) Context ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsStatsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsStatsGetCall) Do ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Stats, error)
Do executes the "apigee.organizations.environments.stats.get" call. Exactly one of *GoogleCloudApigeeV1Stats or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Stats.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsStatsGetCall) Fields ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsStatsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsStatsGetCall) Filter ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Filter(filter string) *OrganizationsEnvironmentsStatsGetCall
Filter sets the optional parameter "filter": Enables drill-down on specific dimension values
func (*OrganizationsEnvironmentsStatsGetCall) Header ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsStatsGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsStatsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsStatsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsEnvironmentsStatsGetCall) Limit ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Limit(limit string) *OrganizationsEnvironmentsStatsGetCall
Limit sets the optional parameter "limit": This parameter is used to limit the number of result items. Default and the max value is 14400.
func (*OrganizationsEnvironmentsStatsGetCall) Offset ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Offset(offset string) *OrganizationsEnvironmentsStatsGetCall
Offset sets the optional parameter "offset": Use offset with limit to enable pagination of results. For example, to display results 11-20, set limit to '10' and offset to '10'.
func (*OrganizationsEnvironmentsStatsGetCall) Realtime ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Realtime(realtime bool) *OrganizationsEnvironmentsStatsGetCall
Realtime sets the optional parameter "realtime": Legacy field: not used anymore.
func (*OrganizationsEnvironmentsStatsGetCall) Select ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Select(select_ string) *OrganizationsEnvironmentsStatsGetCall
Select sets the optional parameter "select": The select parameter contains a comma separated list of metrics. E.g. sum(message_count),sum(error_count)
func (*OrganizationsEnvironmentsStatsGetCall) Sonar ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Sonar(sonar bool) *OrganizationsEnvironmentsStatsGetCall
Sonar sets the optional parameter "sonar": This parameter routes the query to api monitoring service for last hour.
func (*OrganizationsEnvironmentsStatsGetCall) Sort ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Sort(sort string) *OrganizationsEnvironmentsStatsGetCall
Sort sets the optional parameter "sort": This parameter specifies if the sort order should be ascending or descending Supported values are DESC and ASC.
func (*OrganizationsEnvironmentsStatsGetCall) Sortby ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Sortby(sortby string) *OrganizationsEnvironmentsStatsGetCall
Sortby sets the optional parameter "sortby": Comma separated list of columns to sort the final result.
func (*OrganizationsEnvironmentsStatsGetCall) TimeRange ¶
func (c *OrganizationsEnvironmentsStatsGetCall) TimeRange(timeRange string) *OrganizationsEnvironmentsStatsGetCall
TimeRange sets the optional parameter "timeRange": Time interval for the interactive query. Time range is specified as start~end E.g. 04/15/2017 00:00~05/15/2017 23:59
func (*OrganizationsEnvironmentsStatsGetCall) TimeUnit ¶
func (c *OrganizationsEnvironmentsStatsGetCall) TimeUnit(timeUnit string) *OrganizationsEnvironmentsStatsGetCall
TimeUnit sets the optional parameter "timeUnit": A value of second, minute, hour, day, week, month. Time Unit specifies the granularity of metrics returned.
func (*OrganizationsEnvironmentsStatsGetCall) Topk ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Topk(topk string) *OrganizationsEnvironmentsStatsGetCall
Topk sets the optional parameter "topk": Take 'top k' results from results, for example, to return the top 5 results 'topk=5'.
func (*OrganizationsEnvironmentsStatsGetCall) TsAscending ¶
func (c *OrganizationsEnvironmentsStatsGetCall) TsAscending(tsAscending bool) *OrganizationsEnvironmentsStatsGetCall
TsAscending sets the optional parameter "tsAscending": Lists timestamps in ascending order if set to true. Recommend setting this value to true if you are using sortby with sort=DESC.
func (*OrganizationsEnvironmentsStatsGetCall) Tzo ¶
func (c *OrganizationsEnvironmentsStatsGetCall) Tzo(tzo string) *OrganizationsEnvironmentsStatsGetCall
Tzo sets the optional parameter "tzo": This parameters contains the timezone offset value.
type OrganizationsEnvironmentsStatsService ¶
type OrganizationsEnvironmentsStatsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsStatsService ¶
func NewOrganizationsEnvironmentsStatsService(s *Service) *OrganizationsEnvironmentsStatsService
func (*OrganizationsEnvironmentsStatsService) Get ¶
func (r *OrganizationsEnvironmentsStatsService) Get(name string) *OrganizationsEnvironmentsStatsGetCall
Get: Retrieve metrics grouped by dimensions. The types of metrics you can retrieve include traffic, message counts, API call latency, response size, and cache hits and counts. Dimensions let you view metrics in meaningful groups. The stats api does accept dimensions as path params. The dimensions are optional in which case the metrics are computed on the entire data for the given timerange.
- name: The resource name for which the interactive query will be executed. Must be of the form `organizations/{organization_id}/environments/{environment_id/stats/ {dimensions}` Dimensions let you view metrics in meaningful groupings. E.g. apiproxy, target_host. The value of dimensions should be comma separated list as shown below `organizations/{org}/environments/{env}/stats/apiproxy,request_verb`.
type OrganizationsEnvironmentsSubscribeCall ¶
type OrganizationsEnvironmentsSubscribeCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsSubscribeCall) Context ¶
func (c *OrganizationsEnvironmentsSubscribeCall) Context(ctx context.Context) *OrganizationsEnvironmentsSubscribeCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsSubscribeCall) Do ¶
func (c *OrganizationsEnvironmentsSubscribeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Subscription, error)
Do executes the "apigee.organizations.environments.subscribe" call. Exactly one of *GoogleCloudApigeeV1Subscription or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Subscription.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSubscribeCall) Fields ¶
func (c *OrganizationsEnvironmentsSubscribeCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSubscribeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsSubscribeCall) Header ¶
func (c *OrganizationsEnvironmentsSubscribeCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsTargetserversCreateCall ¶
type OrganizationsEnvironmentsTargetserversCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsTargetserversCreateCall) Context ¶
func (c *OrganizationsEnvironmentsTargetserversCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsTargetserversCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsTargetserversCreateCall) Do ¶
func (c *OrganizationsEnvironmentsTargetserversCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer, error)
Do executes the "apigee.organizations.environments.targetservers.create" call. Exactly one of *GoogleCloudApigeeV1TargetServer or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1TargetServer.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTargetserversCreateCall) Fields ¶
func (c *OrganizationsEnvironmentsTargetserversCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsTargetserversCreateCall) Header ¶
func (c *OrganizationsEnvironmentsTargetserversCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsTargetserversCreateCall) Name ¶
func (c *OrganizationsEnvironmentsTargetserversCreateCall) Name(name string) *OrganizationsEnvironmentsTargetserversCreateCall
Name sets the optional parameter "name": The ID to give the TargetServer. This will overwrite the value in TargetServer.
type OrganizationsEnvironmentsTargetserversDeleteCall ¶
type OrganizationsEnvironmentsTargetserversDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsTargetserversDeleteCall) Context ¶
func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsTargetserversDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsTargetserversDeleteCall) Do ¶
func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer, error)
Do executes the "apigee.organizations.environments.targetservers.delete" call. Exactly one of *GoogleCloudApigeeV1TargetServer or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1TargetServer.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTargetserversDeleteCall) Fields ¶
func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsTargetserversDeleteCall) Header ¶
func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsTargetserversGetCall ¶
type OrganizationsEnvironmentsTargetserversGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsTargetserversGetCall) Context ¶
func (c *OrganizationsEnvironmentsTargetserversGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsTargetserversGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsTargetserversGetCall) Do ¶
func (c *OrganizationsEnvironmentsTargetserversGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer, error)
Do executes the "apigee.organizations.environments.targetservers.get" call. Exactly one of *GoogleCloudApigeeV1TargetServer or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1TargetServer.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTargetserversGetCall) Fields ¶
func (c *OrganizationsEnvironmentsTargetserversGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsTargetserversGetCall) Header ¶
func (c *OrganizationsEnvironmentsTargetserversGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsTargetserversGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsTargetserversGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsTargetserversGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsTargetserversService ¶
type OrganizationsEnvironmentsTargetserversService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsTargetserversService ¶
func NewOrganizationsEnvironmentsTargetserversService(s *Service) *OrganizationsEnvironmentsTargetserversService
func (*OrganizationsEnvironmentsTargetserversService) Create ¶
func (r *OrganizationsEnvironmentsTargetserversService) Create(parent string, googlecloudapigeev1targetserver *GoogleCloudApigeeV1TargetServer) *OrganizationsEnvironmentsTargetserversCreateCall
Create: Creates a TargetServer in the specified environment.
- parent: The parent environment name under which the TargetServer will be created. Must be of the form `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsTargetserversService) Delete ¶
func (r *OrganizationsEnvironmentsTargetserversService) Delete(name string) *OrganizationsEnvironmentsTargetserversDeleteCall
Delete: Deletes a TargetServer from an environment. Returns the deleted TargetServer resource.
- name: The name of the TargetServer to delete. Must be of the form `organizations/{org}/environments/{env}/targetservers/{target_server _id}`.
func (*OrganizationsEnvironmentsTargetserversService) Get ¶
func (r *OrganizationsEnvironmentsTargetserversService) Get(name string) *OrganizationsEnvironmentsTargetserversGetCall
Get: Gets a TargetServer resource.
- name: The name of the TargetServer to get. Must be of the form `organizations/{org}/environments/{env}/targetservers/{target_server _id}`.
func (*OrganizationsEnvironmentsTargetserversService) Update ¶
func (r *OrganizationsEnvironmentsTargetserversService) Update(name string, googlecloudapigeev1targetserver *GoogleCloudApigeeV1TargetServer) *OrganizationsEnvironmentsTargetserversUpdateCall
Update: Updates an existing TargetServer. Note that this operation has PUT semantics; it will replace the entirety of the existing TargetServer with the resource in the request body.
- name: The name of the TargetServer to replace. Must be of the form `organizations/{org}/environments/{env}/targetservers/{target_server _id}`.
type OrganizationsEnvironmentsTargetserversUpdateCall ¶
type OrganizationsEnvironmentsTargetserversUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsTargetserversUpdateCall) Context ¶
func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsTargetserversUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsTargetserversUpdateCall) Do ¶
func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer, error)
Do executes the "apigee.organizations.environments.targetservers.update" call. Exactly one of *GoogleCloudApigeeV1TargetServer or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1TargetServer.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTargetserversUpdateCall) Fields ¶
func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsTargetserversUpdateCall) Header ¶
func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsTestIamPermissionsCall ¶
type OrganizationsEnvironmentsTestIamPermissionsCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsTestIamPermissionsCall) Context ¶
func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Context(ctx context.Context) *OrganizationsEnvironmentsTestIamPermissionsCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsTestIamPermissionsCall) Do ¶
func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)
Do executes the "apigee.organizations.environments.testIamPermissions" call. Exactly one of *GoogleIamV1TestIamPermissionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTestIamPermissionsCall) Fields ¶
func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTestIamPermissionsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsTestIamPermissionsCall) Header ¶
func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsTraceConfigOverridesCreateCall ¶
type OrganizationsEnvironmentsTraceConfigOverridesCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Context ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsTraceConfigOverridesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Do ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfigOverride, error)
Do executes the "apigee.organizations.environments.traceConfig.overrides.create" call. Exactly one of *GoogleCloudApigeeV1TraceConfigOverride or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1TraceConfigOverride.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Fields ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Header ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsTraceConfigOverridesDeleteCall ¶
type OrganizationsEnvironmentsTraceConfigOverridesDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Context ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Do ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "apigee.organizations.environments.traceConfig.overrides.delete" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Fields ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Header ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsTraceConfigOverridesGetCall ¶
type OrganizationsEnvironmentsTraceConfigOverridesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsTraceConfigOverridesGetCall) Context ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsTraceConfigOverridesGetCall) Do ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfigOverride, error)
Do executes the "apigee.organizations.environments.traceConfig.overrides.get" call. Exactly one of *GoogleCloudApigeeV1TraceConfigOverride or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1TraceConfigOverride.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTraceConfigOverridesGetCall) Fields ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsTraceConfigOverridesGetCall) Header ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsTraceConfigOverridesGetCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsEnvironmentsTraceConfigOverridesListCall ¶
type OrganizationsEnvironmentsTraceConfigOverridesListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall) Context ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Context(ctx context.Context) *OrganizationsEnvironmentsTraceConfigOverridesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall) Do ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListTraceConfigOverridesResponse, error)
Do executes the "apigee.organizations.environments.traceConfig.overrides.list" call. Exactly one of *GoogleCloudApigeeV1ListTraceConfigOverridesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListTraceConfigOverridesResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall) Fields ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall) Header ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall) IfNoneMatch ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsTraceConfigOverridesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall) PageSize ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) PageSize(pageSize int64) *OrganizationsEnvironmentsTraceConfigOverridesListCall
PageSize sets the optional parameter "pageSize": Maximum number of trace configuration overrides to return. If not specified, the maximum number returned is 25. The maximum number cannot exceed 100.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall) PageToken ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) PageToken(pageToken string) *OrganizationsEnvironmentsTraceConfigOverridesListCall
PageToken sets the optional parameter "pageToken": A page token, returned from a previous `ListTraceConfigOverrides` call. Token value that can be used to retrieve the subsequent page. When paginating, all other parameters provided to `ListTraceConfigOverrides` must match those specified in the call to obtain the page token.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall) Pages ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListTraceConfigOverridesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsEnvironmentsTraceConfigOverridesPatchCall ¶
type OrganizationsEnvironmentsTraceConfigOverridesPatchCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Context ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Context(ctx context.Context) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Do ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfigOverride, error)
Do executes the "apigee.organizations.environments.traceConfig.overrides.patch" call. Exactly one of *GoogleCloudApigeeV1TraceConfigOverride or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1TraceConfigOverride.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Fields ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Header ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsTraceConfigOverridesPatchCall) UpdateMask ¶
func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) UpdateMask(updateMask string) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
UpdateMask sets the optional parameter "updateMask": List of fields to be updated.
type OrganizationsEnvironmentsTraceConfigOverridesService ¶
type OrganizationsEnvironmentsTraceConfigOverridesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsEnvironmentsTraceConfigOverridesService ¶
func NewOrganizationsEnvironmentsTraceConfigOverridesService(s *Service) *OrganizationsEnvironmentsTraceConfigOverridesService
func (*OrganizationsEnvironmentsTraceConfigOverridesService) Create ¶
func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Create(parent string, googlecloudapigeev1traceconfigoverride *GoogleCloudApigeeV1TraceConfigOverride) *OrganizationsEnvironmentsTraceConfigOverridesCreateCall
Create: 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.
- parent: Parent resource of the trace configuration override. Use the following structure in your request. "organizations/*/environments/*/traceConfig".
func (*OrganizationsEnvironmentsTraceConfigOverridesService) Delete ¶
func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Delete(name string) *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall
Delete: Deletes a distributed trace configuration override.
- name: Name of the trace configuration override. Use the following structure in your request: "organizations/*/environments/*/traceConfig/overrides/*".
func (*OrganizationsEnvironmentsTraceConfigOverridesService) Get ¶
func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Get(name string) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
Get: Gets a trace configuration override.
- name: Name of the trace configuration override. Use the following structure in your request: "organizations/*/environments/*/traceConfig/overrides/*".
func (*OrganizationsEnvironmentsTraceConfigOverridesService) List ¶
func (r *OrganizationsEnvironmentsTraceConfigOverridesService) List(parent string) *OrganizationsEnvironmentsTraceConfigOverridesListCall
List: Lists all of the distributed trace configuration overrides in an environment.
- parent: Parent resource of the trace configuration override. Use the following structure in your request: "organizations/*/environments/*/traceConfig".
func (*OrganizationsEnvironmentsTraceConfigOverridesService) Patch ¶
func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Patch(name string, googlecloudapigeev1traceconfigoverride *GoogleCloudApigeeV1TraceConfigOverride) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
Patch: 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.
- name: Name of the trace configuration override. Use the following structure in your request: "organizations/*/environments/*/traceConfig/overrides/*".
type OrganizationsEnvironmentsTraceConfigService ¶
type OrganizationsEnvironmentsTraceConfigService struct { Overrides *OrganizationsEnvironmentsTraceConfigOverridesService // contains filtered or unexported fields }
func NewOrganizationsEnvironmentsTraceConfigService ¶
func NewOrganizationsEnvironmentsTraceConfigService(s *Service) *OrganizationsEnvironmentsTraceConfigService
type OrganizationsEnvironmentsUnsubscribeCall ¶
type OrganizationsEnvironmentsUnsubscribeCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsUnsubscribeCall) Context ¶
func (c *OrganizationsEnvironmentsUnsubscribeCall) Context(ctx context.Context) *OrganizationsEnvironmentsUnsubscribeCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsUnsubscribeCall) Do ¶
func (c *OrganizationsEnvironmentsUnsubscribeCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "apigee.organizations.environments.unsubscribe" call. Exactly one of *GoogleProtobufEmpty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsUnsubscribeCall) Fields ¶
func (c *OrganizationsEnvironmentsUnsubscribeCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUnsubscribeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsUnsubscribeCall) Header ¶
func (c *OrganizationsEnvironmentsUnsubscribeCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsUpdateCall ¶
type OrganizationsEnvironmentsUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsUpdateCall) Context ¶
func (c *OrganizationsEnvironmentsUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsUpdateCall) Do ¶
func (c *OrganizationsEnvironmentsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Environment, error)
Do executes the "apigee.organizations.environments.update" call. Exactly one of *GoogleCloudApigeeV1Environment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Environment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsUpdateCall) Fields ¶
func (c *OrganizationsEnvironmentsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsUpdateCall) Header ¶
func (c *OrganizationsEnvironmentsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsUpdateDebugmaskCall ¶
type OrganizationsEnvironmentsUpdateDebugmaskCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsUpdateDebugmaskCall) Context ¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Context(ctx context.Context) *OrganizationsEnvironmentsUpdateDebugmaskCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsUpdateDebugmaskCall) Do ¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugMask, error)
Do executes the "apigee.organizations.environments.updateDebugmask" call. Exactly one of *GoogleCloudApigeeV1DebugMask or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DebugMask.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsUpdateDebugmaskCall) Fields ¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateDebugmaskCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsUpdateDebugmaskCall) Header ¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsUpdateDebugmaskCall) ReplaceRepeatedFields ¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) ReplaceRepeatedFields(replaceRepeatedFields bool) *OrganizationsEnvironmentsUpdateDebugmaskCall
ReplaceRepeatedFields sets the optional parameter "replaceRepeatedFields": Boolean flag that specifies whether to replace existing values in the debug mask when doing an update. Set to true to replace existing values. The default behavior is to append the values (false).
func (*OrganizationsEnvironmentsUpdateDebugmaskCall) UpdateMask ¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) UpdateMask(updateMask string) *OrganizationsEnvironmentsUpdateDebugmaskCall
UpdateMask sets the optional parameter "updateMask": Field debug mask to support partial updates.
type OrganizationsEnvironmentsUpdateEnvironmentCall ¶
type OrganizationsEnvironmentsUpdateEnvironmentCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsUpdateEnvironmentCall) Context ¶
func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Context(ctx context.Context) *OrganizationsEnvironmentsUpdateEnvironmentCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsUpdateEnvironmentCall) Do ¶
func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Environment, error)
Do executes the "apigee.organizations.environments.updateEnvironment" call. Exactly one of *GoogleCloudApigeeV1Environment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Environment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsUpdateEnvironmentCall) Fields ¶
func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateEnvironmentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsUpdateEnvironmentCall) Header ¶
func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsEnvironmentsUpdateTraceConfigCall ¶
type OrganizationsEnvironmentsUpdateTraceConfigCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsEnvironmentsUpdateTraceConfigCall) Context ¶
func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Context(ctx context.Context) *OrganizationsEnvironmentsUpdateTraceConfigCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsEnvironmentsUpdateTraceConfigCall) Do ¶
func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfig, error)
Do executes the "apigee.organizations.environments.updateTraceConfig" call. Exactly one of *GoogleCloudApigeeV1TraceConfig or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1TraceConfig.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvironmentsUpdateTraceConfigCall) Fields ¶
func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateTraceConfigCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsEnvironmentsUpdateTraceConfigCall) Header ¶
func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsEnvironmentsUpdateTraceConfigCall) UpdateMask ¶
func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) UpdateMask(updateMask string) *OrganizationsEnvironmentsUpdateTraceConfigCall
UpdateMask sets the optional parameter "updateMask": List of fields to be updated.
type OrganizationsGetCall ¶
type OrganizationsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsGetCall) Context ¶
func (c *OrganizationsGetCall) Context(ctx context.Context) *OrganizationsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsGetCall) Do ¶
func (c *OrganizationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Organization, error)
Do executes the "apigee.organizations.get" call. Exactly one of *GoogleCloudApigeeV1Organization or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Organization.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsGetCall) Fields ¶
func (c *OrganizationsGetCall) Fields(s ...googleapi.Field) *OrganizationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsGetCall) Header ¶
func (c *OrganizationsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsGetCall) IfNoneMatch ¶
func (c *OrganizationsGetCall) IfNoneMatch(entityTag string) *OrganizationsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsGetDeployedIngressConfigCall ¶
type OrganizationsGetDeployedIngressConfigCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsGetDeployedIngressConfigCall) Context ¶
func (c *OrganizationsGetDeployedIngressConfigCall) Context(ctx context.Context) *OrganizationsGetDeployedIngressConfigCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsGetDeployedIngressConfigCall) Do ¶
func (c *OrganizationsGetDeployedIngressConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1IngressConfig, error)
Do executes the "apigee.organizations.getDeployedIngressConfig" call. Exactly one of *GoogleCloudApigeeV1IngressConfig or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1IngressConfig.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsGetDeployedIngressConfigCall) Fields ¶
func (c *OrganizationsGetDeployedIngressConfigCall) Fields(s ...googleapi.Field) *OrganizationsGetDeployedIngressConfigCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsGetDeployedIngressConfigCall) Header ¶
func (c *OrganizationsGetDeployedIngressConfigCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsGetDeployedIngressConfigCall) IfNoneMatch ¶
func (c *OrganizationsGetDeployedIngressConfigCall) IfNoneMatch(entityTag string) *OrganizationsGetDeployedIngressConfigCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsGetDeployedIngressConfigCall) View ¶
func (c *OrganizationsGetDeployedIngressConfigCall) View(view string) *OrganizationsGetDeployedIngressConfigCall
View sets the optional parameter "view": When set to FULL, additional details about the specific deployments receiving traffic will be included in the IngressConfig response's RoutingRules.
Possible values:
"INGRESS_CONFIG_VIEW_UNSPECIFIED" - The default/unset value. The
API will default to the BASIC view.
"BASIC" - Include all ingress config data necessary for the runtime
to configure ingress, but no more. Routing rules will include only basepath and destination environment. This the default value.
"FULL" - Include all ingress config data, including internal debug
info for each routing rule such as the proxy claiming a particular basepath and when the routing rule first appeared in the env group.
type OrganizationsGetSyncAuthorizationCall ¶
type OrganizationsGetSyncAuthorizationCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsGetSyncAuthorizationCall) Context ¶
func (c *OrganizationsGetSyncAuthorizationCall) Context(ctx context.Context) *OrganizationsGetSyncAuthorizationCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsGetSyncAuthorizationCall) Do ¶
func (c *OrganizationsGetSyncAuthorizationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SyncAuthorization, error)
Do executes the "apigee.organizations.getSyncAuthorization" call. Exactly one of *GoogleCloudApigeeV1SyncAuthorization or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1SyncAuthorization.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsGetSyncAuthorizationCall) Fields ¶
func (c *OrganizationsGetSyncAuthorizationCall) Fields(s ...googleapi.Field) *OrganizationsGetSyncAuthorizationCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsGetSyncAuthorizationCall) Header ¶
func (c *OrganizationsGetSyncAuthorizationCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsHostQueriesCreateCall ¶
type OrganizationsHostQueriesCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsHostQueriesCreateCall) Context ¶
func (c *OrganizationsHostQueriesCreateCall) Context(ctx context.Context) *OrganizationsHostQueriesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsHostQueriesCreateCall) Do ¶
func (c *OrganizationsHostQueriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery, error)
Do executes the "apigee.organizations.hostQueries.create" call. Exactly one of *GoogleCloudApigeeV1AsyncQuery or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1AsyncQuery.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsHostQueriesCreateCall) Fields ¶
func (c *OrganizationsHostQueriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsHostQueriesCreateCall) Header ¶
func (c *OrganizationsHostQueriesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsHostQueriesGetCall ¶
type OrganizationsHostQueriesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsHostQueriesGetCall) Context ¶
func (c *OrganizationsHostQueriesGetCall) Context(ctx context.Context) *OrganizationsHostQueriesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsHostQueriesGetCall) Do ¶
func (c *OrganizationsHostQueriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery, error)
Do executes the "apigee.organizations.hostQueries.get" call. Exactly one of *GoogleCloudApigeeV1AsyncQuery or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1AsyncQuery.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsHostQueriesGetCall) Fields ¶
func (c *OrganizationsHostQueriesGetCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsHostQueriesGetCall) Header ¶
func (c *OrganizationsHostQueriesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsHostQueriesGetCall) IfNoneMatch ¶
func (c *OrganizationsHostQueriesGetCall) IfNoneMatch(entityTag string) *OrganizationsHostQueriesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsHostQueriesGetResultCall ¶
type OrganizationsHostQueriesGetResultCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsHostQueriesGetResultCall) Context ¶
func (c *OrganizationsHostQueriesGetResultCall) Context(ctx context.Context) *OrganizationsHostQueriesGetResultCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsHostQueriesGetResultCall) Do ¶
func (c *OrganizationsHostQueriesGetResultCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
Do executes the "apigee.organizations.hostQueries.getResult" call. Exactly one of *GoogleApiHttpBody or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleApiHttpBody.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsHostQueriesGetResultCall) Fields ¶
func (c *OrganizationsHostQueriesGetResultCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesGetResultCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsHostQueriesGetResultCall) Header ¶
func (c *OrganizationsHostQueriesGetResultCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsHostQueriesGetResultCall) IfNoneMatch ¶
func (c *OrganizationsHostQueriesGetResultCall) IfNoneMatch(entityTag string) *OrganizationsHostQueriesGetResultCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsHostQueriesGetResultViewCall ¶
type OrganizationsHostQueriesGetResultViewCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsHostQueriesGetResultViewCall) Context ¶
func (c *OrganizationsHostQueriesGetResultViewCall) Context(ctx context.Context) *OrganizationsHostQueriesGetResultViewCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsHostQueriesGetResultViewCall) Do ¶
func (c *OrganizationsHostQueriesGetResultViewCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQueryResultView, error)
Do executes the "apigee.organizations.hostQueries.getResultView" call. Exactly one of *GoogleCloudApigeeV1AsyncQueryResultView or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1AsyncQueryResultView.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsHostQueriesGetResultViewCall) Fields ¶
func (c *OrganizationsHostQueriesGetResultViewCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesGetResultViewCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsHostQueriesGetResultViewCall) Header ¶
func (c *OrganizationsHostQueriesGetResultViewCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsHostQueriesGetResultViewCall) IfNoneMatch ¶
func (c *OrganizationsHostQueriesGetResultViewCall) IfNoneMatch(entityTag string) *OrganizationsHostQueriesGetResultViewCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsHostQueriesListCall ¶
type OrganizationsHostQueriesListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsHostQueriesListCall) Context ¶
func (c *OrganizationsHostQueriesListCall) Context(ctx context.Context) *OrganizationsHostQueriesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsHostQueriesListCall) Dataset ¶
func (c *OrganizationsHostQueriesListCall) Dataset(dataset string) *OrganizationsHostQueriesListCall
Dataset sets the optional parameter "dataset": Filter response list by dataset. Example: `api`, `mint`
func (*OrganizationsHostQueriesListCall) Do ¶
func (c *OrganizationsHostQueriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAsyncQueriesResponse, error)
Do executes the "apigee.organizations.hostQueries.list" call. Exactly one of *GoogleCloudApigeeV1ListAsyncQueriesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListAsyncQueriesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsHostQueriesListCall) EnvgroupHostname ¶
func (c *OrganizationsHostQueriesListCall) EnvgroupHostname(envgroupHostname string) *OrganizationsHostQueriesListCall
EnvgroupHostname sets the optional parameter "envgroupHostname": Required. Filter response list by hostname.
func (*OrganizationsHostQueriesListCall) Fields ¶
func (c *OrganizationsHostQueriesListCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsHostQueriesListCall) From ¶
func (c *OrganizationsHostQueriesListCall) From(from string) *OrganizationsHostQueriesListCall
From sets the optional parameter "from": Filter response list by returning asynchronous queries that created after this date time. Time must be in ISO date-time format like '2011-12-03T10:15:30Z'.
func (*OrganizationsHostQueriesListCall) Header ¶
func (c *OrganizationsHostQueriesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsHostQueriesListCall) IfNoneMatch ¶
func (c *OrganizationsHostQueriesListCall) IfNoneMatch(entityTag string) *OrganizationsHostQueriesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsHostQueriesListCall) InclQueriesWithoutReport ¶
func (c *OrganizationsHostQueriesListCall) InclQueriesWithoutReport(inclQueriesWithoutReport string) *OrganizationsHostQueriesListCall
InclQueriesWithoutReport sets the optional parameter "inclQueriesWithoutReport": Flag to include asynchronous queries that don't have a report denifition.
func (*OrganizationsHostQueriesListCall) Status ¶
func (c *OrganizationsHostQueriesListCall) Status(status string) *OrganizationsHostQueriesListCall
Status sets the optional parameter "status": Filter response list by asynchronous query status.
func (*OrganizationsHostQueriesListCall) SubmittedBy ¶
func (c *OrganizationsHostQueriesListCall) SubmittedBy(submittedBy string) *OrganizationsHostQueriesListCall
SubmittedBy sets the optional parameter "submittedBy": Filter response list by user who submitted queries.
func (*OrganizationsHostQueriesListCall) To ¶
func (c *OrganizationsHostQueriesListCall) To(to string) *OrganizationsHostQueriesListCall
To sets the optional parameter "to": Filter response list by returning asynchronous queries that created before this date time. Time must be in ISO date-time format like '2011-12-03T10:16:30Z'.
type OrganizationsHostQueriesService ¶
type OrganizationsHostQueriesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsHostQueriesService ¶
func NewOrganizationsHostQueriesService(s *Service) *OrganizationsHostQueriesService
func (*OrganizationsHostQueriesService) Create ¶
func (r *OrganizationsHostQueriesService) Create(parent string, googlecloudapigeev1query *GoogleCloudApigeeV1Query) *OrganizationsHostQueriesCreateCall
Create: Submit a query at host level to be processed in the background. If the submission of the query succeeds, the API returns a 201 status and an ID that refer to the query. In addition to the HTTP status 201, the `state` of "enqueued" means that the request succeeded.
- parent: The parent resource name. Must be of the form `organizations/{org}`.
func (*OrganizationsHostQueriesService) Get ¶
func (r *OrganizationsHostQueriesService) Get(name string) *OrganizationsHostQueriesGetCall
Get: Get status of a query submitted at host level. If the query is still in progress, the `state` is set to "running" After the query has completed successfully, `state` is set to "completed"
- name: Name of the asynchronous query to get. Must be of the form `organizations/{org}/queries/{queryId}`.
func (*OrganizationsHostQueriesService) GetResult ¶
func (r *OrganizationsHostQueriesService) GetResult(name string) *OrganizationsHostQueriesGetResultCall
GetResult: After the query is completed, use this API to retrieve the results. If the request succeeds, and there is a non-zero result set, the result is downloaded to the client as a zipped JSON file. The name of the downloaded file will be: OfflineQueryResult-.zip Example: `OfflineQueryResult-9cfc0d85-0f30-46d6-ae6f-318d0cb961bd.zip`
- name: Name of the asynchronous query result to get. Must be of the form `organizations/{org}/queries/{queryId}/result`.
func (*OrganizationsHostQueriesService) GetResultView ¶
func (r *OrganizationsHostQueriesService) GetResultView(name string) *OrganizationsHostQueriesGetResultViewCall
GetResultView:
- name: Name of the asynchronous query result view to get. Must be of the form `organizations/{org}/queries/{queryId}/resultView`.
func (*OrganizationsHostQueriesService) List ¶
func (r *OrganizationsHostQueriesService) List(parent string) *OrganizationsHostQueriesListCall
List: Return a list of Asynchronous Queries at host level.
- parent: The parent resource name. Must be of the form `organizations/{org}`.
type OrganizationsHostStatsGetCall ¶
type OrganizationsHostStatsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsHostStatsGetCall) Accuracy ¶
func (c *OrganizationsHostStatsGetCall) Accuracy(accuracy string) *OrganizationsHostStatsGetCall
Accuracy sets the optional parameter "accuracy": Legacy field: not used anymore.
func (*OrganizationsHostStatsGetCall) Context ¶
func (c *OrganizationsHostStatsGetCall) Context(ctx context.Context) *OrganizationsHostStatsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsHostStatsGetCall) Do ¶
func (c *OrganizationsHostStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Stats, error)
Do executes the "apigee.organizations.hostStats.get" call. Exactly one of *GoogleCloudApigeeV1Stats or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Stats.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsHostStatsGetCall) EnvgroupHostname ¶
func (c *OrganizationsHostStatsGetCall) EnvgroupHostname(envgroupHostname string) *OrganizationsHostStatsGetCall
EnvgroupHostname sets the optional parameter "envgroupHostname": Required. The hostname for which the interactive query will be executed.
func (*OrganizationsHostStatsGetCall) Fields ¶
func (c *OrganizationsHostStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsHostStatsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsHostStatsGetCall) Filter ¶
func (c *OrganizationsHostStatsGetCall) Filter(filter string) *OrganizationsHostStatsGetCall
Filter sets the optional parameter "filter": Enables drill-down on specific dimension values.
func (*OrganizationsHostStatsGetCall) Header ¶
func (c *OrganizationsHostStatsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsHostStatsGetCall) IfNoneMatch ¶
func (c *OrganizationsHostStatsGetCall) IfNoneMatch(entityTag string) *OrganizationsHostStatsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsHostStatsGetCall) Limit ¶
func (c *OrganizationsHostStatsGetCall) Limit(limit string) *OrganizationsHostStatsGetCall
Limit sets the optional parameter "limit": This parameter is used to limit the number of result items. Default and the max value is 14400.
func (*OrganizationsHostStatsGetCall) Offset ¶
func (c *OrganizationsHostStatsGetCall) Offset(offset string) *OrganizationsHostStatsGetCall
Offset sets the optional parameter "offset": Use offset with limit to enable pagination of results. For example, to display results 11-20, set limit to '10' and offset to '10'.
func (*OrganizationsHostStatsGetCall) Realtime ¶
func (c *OrganizationsHostStatsGetCall) Realtime(realtime bool) *OrganizationsHostStatsGetCall
Realtime sets the optional parameter "realtime": Legacy field: not used anymore.
func (*OrganizationsHostStatsGetCall) Select ¶
func (c *OrganizationsHostStatsGetCall) Select(select_ string) *OrganizationsHostStatsGetCall
Select sets the optional parameter "select": The select parameter contains a comma separated list of metrics. E.g. sum(message_count),sum(error_count)
func (*OrganizationsHostStatsGetCall) Sort ¶
func (c *OrganizationsHostStatsGetCall) Sort(sort string) *OrganizationsHostStatsGetCall
Sort sets the optional parameter "sort": This parameter specifies if the sort order should be ascending or descending Supported values are DESC and ASC.
func (*OrganizationsHostStatsGetCall) Sortby ¶
func (c *OrganizationsHostStatsGetCall) Sortby(sortby string) *OrganizationsHostStatsGetCall
Sortby sets the optional parameter "sortby": Comma separated list of columns to sort the final result.
func (*OrganizationsHostStatsGetCall) TimeRange ¶
func (c *OrganizationsHostStatsGetCall) TimeRange(timeRange string) *OrganizationsHostStatsGetCall
TimeRange sets the optional parameter "timeRange": Time interval for the interactive query. Time range is specified as start~end E.g. 04/15/2017 00:00~05/15/2017 23:59
func (*OrganizationsHostStatsGetCall) TimeUnit ¶
func (c *OrganizationsHostStatsGetCall) TimeUnit(timeUnit string) *OrganizationsHostStatsGetCall
TimeUnit sets the optional parameter "timeUnit": A value of second, minute, hour, day, week, month. Time Unit specifies the granularity of metrics returned.
func (*OrganizationsHostStatsGetCall) Topk ¶
func (c *OrganizationsHostStatsGetCall) Topk(topk string) *OrganizationsHostStatsGetCall
Topk sets the optional parameter "topk": Take 'top k' results from results, for example, to return the top 5 results 'topk=5'.
func (*OrganizationsHostStatsGetCall) TsAscending ¶
func (c *OrganizationsHostStatsGetCall) TsAscending(tsAscending bool) *OrganizationsHostStatsGetCall
TsAscending sets the optional parameter "tsAscending": Lists timestamps in ascending order if set to true. Recommend setting this value to true if you are using sortby with sort=DESC.
func (*OrganizationsHostStatsGetCall) Tzo ¶
func (c *OrganizationsHostStatsGetCall) Tzo(tzo string) *OrganizationsHostStatsGetCall
Tzo sets the optional parameter "tzo": This parameters contains the timezone offset value.
type OrganizationsHostStatsService ¶
type OrganizationsHostStatsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsHostStatsService ¶
func NewOrganizationsHostStatsService(s *Service) *OrganizationsHostStatsService
func (*OrganizationsHostStatsService) Get ¶
func (r *OrganizationsHostStatsService) Get(name string) *OrganizationsHostStatsGetCall
Get: Retrieve metrics grouped by dimensions in host level. The types of metrics you can retrieve include traffic, message counts, API call latency, response size, and cache hits and counts. Dimensions let you view metrics in meaningful groups. The stats api does accept dimensions as path params. The dimensions are optional in which case the metrics are computed on the entire data for the given timerange.
- name: The resource name for which the interactive query will be executed. Must be of the form `organizations/{organization_id}/hostStats/{dimensions}`. Dimensions let you view metrics in meaningful groupings. E.g. apiproxy, target_host. The value of dimensions should be comma separated list as shown below `organizations/{org}/hostStats/apiproxy,request_verb`.
type OrganizationsInstancesAttachmentsCreateCall ¶
type OrganizationsInstancesAttachmentsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesAttachmentsCreateCall) Context ¶
func (c *OrganizationsInstancesAttachmentsCreateCall) Context(ctx context.Context) *OrganizationsInstancesAttachmentsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesAttachmentsCreateCall) Do ¶
func (c *OrganizationsInstancesAttachmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.instances.attachments.create" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesAttachmentsCreateCall) Fields ¶
func (c *OrganizationsInstancesAttachmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesAttachmentsCreateCall) Header ¶
func (c *OrganizationsInstancesAttachmentsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsInstancesAttachmentsDeleteCall ¶
type OrganizationsInstancesAttachmentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesAttachmentsDeleteCall) Context ¶
func (c *OrganizationsInstancesAttachmentsDeleteCall) Context(ctx context.Context) *OrganizationsInstancesAttachmentsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesAttachmentsDeleteCall) Do ¶
func (c *OrganizationsInstancesAttachmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.instances.attachments.delete" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesAttachmentsDeleteCall) Fields ¶
func (c *OrganizationsInstancesAttachmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesAttachmentsDeleteCall) Header ¶
func (c *OrganizationsInstancesAttachmentsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsInstancesAttachmentsGetCall ¶
type OrganizationsInstancesAttachmentsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesAttachmentsGetCall) Context ¶
func (c *OrganizationsInstancesAttachmentsGetCall) Context(ctx context.Context) *OrganizationsInstancesAttachmentsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesAttachmentsGetCall) Do ¶
func (c *OrganizationsInstancesAttachmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1InstanceAttachment, error)
Do executes the "apigee.organizations.instances.attachments.get" call. Exactly one of *GoogleCloudApigeeV1InstanceAttachment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1InstanceAttachment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesAttachmentsGetCall) Fields ¶
func (c *OrganizationsInstancesAttachmentsGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesAttachmentsGetCall) Header ¶
func (c *OrganizationsInstancesAttachmentsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsInstancesAttachmentsGetCall) IfNoneMatch ¶
func (c *OrganizationsInstancesAttachmentsGetCall) IfNoneMatch(entityTag string) *OrganizationsInstancesAttachmentsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsInstancesAttachmentsListCall ¶
type OrganizationsInstancesAttachmentsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesAttachmentsListCall) Context ¶
func (c *OrganizationsInstancesAttachmentsListCall) Context(ctx context.Context) *OrganizationsInstancesAttachmentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesAttachmentsListCall) Do ¶
func (c *OrganizationsInstancesAttachmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListInstanceAttachmentsResponse, error)
Do executes the "apigee.organizations.instances.attachments.list" call. Exactly one of *GoogleCloudApigeeV1ListInstanceAttachmentsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListInstanceAttachmentsResponse.ServerResponse.Hea der or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesAttachmentsListCall) Fields ¶
func (c *OrganizationsInstancesAttachmentsListCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesAttachmentsListCall) Header ¶
func (c *OrganizationsInstancesAttachmentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsInstancesAttachmentsListCall) IfNoneMatch ¶
func (c *OrganizationsInstancesAttachmentsListCall) IfNoneMatch(entityTag string) *OrganizationsInstancesAttachmentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsInstancesAttachmentsListCall) PageSize ¶
func (c *OrganizationsInstancesAttachmentsListCall) PageSize(pageSize int64) *OrganizationsInstancesAttachmentsListCall
PageSize sets the optional parameter "pageSize": Maximum number of instance attachments to return. Defaults to 25.
func (*OrganizationsInstancesAttachmentsListCall) PageToken ¶
func (c *OrganizationsInstancesAttachmentsListCall) PageToken(pageToken string) *OrganizationsInstancesAttachmentsListCall
PageToken sets the optional parameter "pageToken": Page token, returned by a previous ListInstanceAttachments call, that you can use to retrieve the next page of content.
func (*OrganizationsInstancesAttachmentsListCall) Pages ¶
func (c *OrganizationsInstancesAttachmentsListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListInstanceAttachmentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsInstancesAttachmentsService ¶
type OrganizationsInstancesAttachmentsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsInstancesAttachmentsService ¶
func NewOrganizationsInstancesAttachmentsService(s *Service) *OrganizationsInstancesAttachmentsService
func (*OrganizationsInstancesAttachmentsService) Create ¶
func (r *OrganizationsInstancesAttachmentsService) Create(parent string, googlecloudapigeev1instanceattachment *GoogleCloudApigeeV1InstanceAttachment) *OrganizationsInstancesAttachmentsCreateCall
Create: Creates a new attachment of an environment to an instance. **Note:** Not supported for Apigee hybrid.
- parent: Name of the instance. Use the following structure in your request: `organizations/{org}/instances/{instance}`.
func (*OrganizationsInstancesAttachmentsService) Delete ¶
func (r *OrganizationsInstancesAttachmentsService) Delete(name string) *OrganizationsInstancesAttachmentsDeleteCall
Delete: Deletes an attachment. **Note:** Not supported for Apigee hybrid.
- name: Name of the attachment. Use the following structure in your request: `organizations/{org}/instances/{instance}/attachments/{attachment}`.
func (*OrganizationsInstancesAttachmentsService) Get ¶
func (r *OrganizationsInstancesAttachmentsService) Get(name string) *OrganizationsInstancesAttachmentsGetCall
Get: Gets an attachment. **Note:** Not supported for Apigee hybrid.
- name: Name of the attachment. Use the following structure in your request: `organizations/{org}/instances/{instance}/attachments/{attachment}`.
func (*OrganizationsInstancesAttachmentsService) List ¶
func (r *OrganizationsInstancesAttachmentsService) List(parent string) *OrganizationsInstancesAttachmentsListCall
List: Lists all attachments to an instance. **Note:** Not supported for Apigee hybrid.
- parent: Name of the organization. Use the following structure in your request: `organizations/{org}/instances/{instance}`.
type OrganizationsInstancesCanaryevaluationsCreateCall ¶
type OrganizationsInstancesCanaryevaluationsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesCanaryevaluationsCreateCall) Context ¶
func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Context(ctx context.Context) *OrganizationsInstancesCanaryevaluationsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesCanaryevaluationsCreateCall) Do ¶
func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.instances.canaryevaluations.create" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesCanaryevaluationsCreateCall) Fields ¶
func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesCanaryevaluationsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesCanaryevaluationsCreateCall) Header ¶
func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsInstancesCanaryevaluationsGetCall ¶
type OrganizationsInstancesCanaryevaluationsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesCanaryevaluationsGetCall) Context ¶
func (c *OrganizationsInstancesCanaryevaluationsGetCall) Context(ctx context.Context) *OrganizationsInstancesCanaryevaluationsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesCanaryevaluationsGetCall) Do ¶
func (c *OrganizationsInstancesCanaryevaluationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CanaryEvaluation, error)
Do executes the "apigee.organizations.instances.canaryevaluations.get" call. Exactly one of *GoogleCloudApigeeV1CanaryEvaluation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1CanaryEvaluation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesCanaryevaluationsGetCall) Fields ¶
func (c *OrganizationsInstancesCanaryevaluationsGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesCanaryevaluationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesCanaryevaluationsGetCall) Header ¶
func (c *OrganizationsInstancesCanaryevaluationsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsInstancesCanaryevaluationsGetCall) IfNoneMatch ¶
func (c *OrganizationsInstancesCanaryevaluationsGetCall) IfNoneMatch(entityTag string) *OrganizationsInstancesCanaryevaluationsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsInstancesCanaryevaluationsService ¶
type OrganizationsInstancesCanaryevaluationsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsInstancesCanaryevaluationsService ¶
func NewOrganizationsInstancesCanaryevaluationsService(s *Service) *OrganizationsInstancesCanaryevaluationsService
func (*OrganizationsInstancesCanaryevaluationsService) Create ¶
func (r *OrganizationsInstancesCanaryevaluationsService) Create(parent string, googlecloudapigeev1canaryevaluation *GoogleCloudApigeeV1CanaryEvaluation) *OrganizationsInstancesCanaryevaluationsCreateCall
Create: Creates a new canary evaluation for an organization.
- parent: Name of the organization. Use the following structure in your request: `organizations/{org}/instances/{instance}`.
func (*OrganizationsInstancesCanaryevaluationsService) Get ¶
func (r *OrganizationsInstancesCanaryevaluationsService) Get(name string) *OrganizationsInstancesCanaryevaluationsGetCall
Get: Gets a CanaryEvaluation for an organization.
- name: Name of the CanaryEvaluation. Use the following structure in your request: `organizations/{org}/instances/*/canaryevaluations/{evaluation}`.
type OrganizationsInstancesCreateCall ¶
type OrganizationsInstancesCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesCreateCall) Context ¶
func (c *OrganizationsInstancesCreateCall) Context(ctx context.Context) *OrganizationsInstancesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesCreateCall) Do ¶
func (c *OrganizationsInstancesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.instances.create" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesCreateCall) Fields ¶
func (c *OrganizationsInstancesCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesCreateCall) Header ¶
func (c *OrganizationsInstancesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsInstancesDeleteCall ¶
type OrganizationsInstancesDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesDeleteCall) Context ¶
func (c *OrganizationsInstancesDeleteCall) Context(ctx context.Context) *OrganizationsInstancesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesDeleteCall) Do ¶
func (c *OrganizationsInstancesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.instances.delete" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesDeleteCall) Fields ¶
func (c *OrganizationsInstancesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsInstancesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesDeleteCall) Header ¶
func (c *OrganizationsInstancesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsInstancesGetCall ¶
type OrganizationsInstancesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesGetCall) Context ¶
func (c *OrganizationsInstancesGetCall) Context(ctx context.Context) *OrganizationsInstancesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesGetCall) Do ¶
func (c *OrganizationsInstancesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Instance, error)
Do executes the "apigee.organizations.instances.get" call. Exactly one of *GoogleCloudApigeeV1Instance or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Instance.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesGetCall) Fields ¶
func (c *OrganizationsInstancesGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesGetCall) Header ¶
func (c *OrganizationsInstancesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsInstancesGetCall) IfNoneMatch ¶
func (c *OrganizationsInstancesGetCall) IfNoneMatch(entityTag string) *OrganizationsInstancesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsInstancesListCall ¶
type OrganizationsInstancesListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesListCall) Context ¶
func (c *OrganizationsInstancesListCall) Context(ctx context.Context) *OrganizationsInstancesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesListCall) Do ¶
func (c *OrganizationsInstancesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListInstancesResponse, error)
Do executes the "apigee.organizations.instances.list" call. Exactly one of *GoogleCloudApigeeV1ListInstancesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListInstancesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesListCall) Fields ¶
func (c *OrganizationsInstancesListCall) Fields(s ...googleapi.Field) *OrganizationsInstancesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesListCall) Header ¶
func (c *OrganizationsInstancesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsInstancesListCall) IfNoneMatch ¶
func (c *OrganizationsInstancesListCall) IfNoneMatch(entityTag string) *OrganizationsInstancesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsInstancesListCall) PageSize ¶
func (c *OrganizationsInstancesListCall) PageSize(pageSize int64) *OrganizationsInstancesListCall
PageSize sets the optional parameter "pageSize": Maximum number of instances to return. Defaults to 25.
func (*OrganizationsInstancesListCall) PageToken ¶
func (c *OrganizationsInstancesListCall) PageToken(pageToken string) *OrganizationsInstancesListCall
PageToken sets the optional parameter "pageToken": Page token, returned from a previous ListInstances call, that you can use to retrieve the next page of content.
func (*OrganizationsInstancesListCall) Pages ¶
func (c *OrganizationsInstancesListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListInstancesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsInstancesNatAddressesActivateCall ¶
type OrganizationsInstancesNatAddressesActivateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesNatAddressesActivateCall) Context ¶
func (c *OrganizationsInstancesNatAddressesActivateCall) Context(ctx context.Context) *OrganizationsInstancesNatAddressesActivateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesNatAddressesActivateCall) Do ¶
func (c *OrganizationsInstancesNatAddressesActivateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.instances.natAddresses.activate" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesNatAddressesActivateCall) Fields ¶
func (c *OrganizationsInstancesNatAddressesActivateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesActivateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesNatAddressesActivateCall) Header ¶
func (c *OrganizationsInstancesNatAddressesActivateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsInstancesNatAddressesCreateCall ¶
type OrganizationsInstancesNatAddressesCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesNatAddressesCreateCall) Context ¶
func (c *OrganizationsInstancesNatAddressesCreateCall) Context(ctx context.Context) *OrganizationsInstancesNatAddressesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesNatAddressesCreateCall) Do ¶
func (c *OrganizationsInstancesNatAddressesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.instances.natAddresses.create" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesNatAddressesCreateCall) Fields ¶
func (c *OrganizationsInstancesNatAddressesCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesNatAddressesCreateCall) Header ¶
func (c *OrganizationsInstancesNatAddressesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsInstancesNatAddressesDeleteCall ¶
type OrganizationsInstancesNatAddressesDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesNatAddressesDeleteCall) Context ¶
func (c *OrganizationsInstancesNatAddressesDeleteCall) Context(ctx context.Context) *OrganizationsInstancesNatAddressesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesNatAddressesDeleteCall) Do ¶
func (c *OrganizationsInstancesNatAddressesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.instances.natAddresses.delete" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesNatAddressesDeleteCall) Fields ¶
func (c *OrganizationsInstancesNatAddressesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesNatAddressesDeleteCall) Header ¶
func (c *OrganizationsInstancesNatAddressesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsInstancesNatAddressesGetCall ¶
type OrganizationsInstancesNatAddressesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesNatAddressesGetCall) Context ¶
func (c *OrganizationsInstancesNatAddressesGetCall) Context(ctx context.Context) *OrganizationsInstancesNatAddressesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesNatAddressesGetCall) Do ¶
func (c *OrganizationsInstancesNatAddressesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1NatAddress, error)
Do executes the "apigee.organizations.instances.natAddresses.get" call. Exactly one of *GoogleCloudApigeeV1NatAddress or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1NatAddress.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesNatAddressesGetCall) Fields ¶
func (c *OrganizationsInstancesNatAddressesGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesNatAddressesGetCall) Header ¶
func (c *OrganizationsInstancesNatAddressesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsInstancesNatAddressesGetCall) IfNoneMatch ¶
func (c *OrganizationsInstancesNatAddressesGetCall) IfNoneMatch(entityTag string) *OrganizationsInstancesNatAddressesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsInstancesNatAddressesListCall ¶
type OrganizationsInstancesNatAddressesListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesNatAddressesListCall) Context ¶
func (c *OrganizationsInstancesNatAddressesListCall) Context(ctx context.Context) *OrganizationsInstancesNatAddressesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesNatAddressesListCall) Do ¶
func (c *OrganizationsInstancesNatAddressesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListNatAddressesResponse, error)
Do executes the "apigee.organizations.instances.natAddresses.list" call. Exactly one of *GoogleCloudApigeeV1ListNatAddressesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListNatAddressesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesNatAddressesListCall) Fields ¶
func (c *OrganizationsInstancesNatAddressesListCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesNatAddressesListCall) Header ¶
func (c *OrganizationsInstancesNatAddressesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsInstancesNatAddressesListCall) IfNoneMatch ¶
func (c *OrganizationsInstancesNatAddressesListCall) IfNoneMatch(entityTag string) *OrganizationsInstancesNatAddressesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsInstancesNatAddressesListCall) PageSize ¶
func (c *OrganizationsInstancesNatAddressesListCall) PageSize(pageSize int64) *OrganizationsInstancesNatAddressesListCall
PageSize sets the optional parameter "pageSize": Maximum number of natAddresses to return. Defaults to 25.
func (*OrganizationsInstancesNatAddressesListCall) PageToken ¶
func (c *OrganizationsInstancesNatAddressesListCall) PageToken(pageToken string) *OrganizationsInstancesNatAddressesListCall
PageToken sets the optional parameter "pageToken": Page token, returned from a previous ListNatAddresses call, that you can use to retrieve the next page of content.
func (*OrganizationsInstancesNatAddressesListCall) Pages ¶
func (c *OrganizationsInstancesNatAddressesListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListNatAddressesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsInstancesNatAddressesService ¶
type OrganizationsInstancesNatAddressesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsInstancesNatAddressesService ¶
func NewOrganizationsInstancesNatAddressesService(s *Service) *OrganizationsInstancesNatAddressesService
func (*OrganizationsInstancesNatAddressesService) Activate ¶
func (r *OrganizationsInstancesNatAddressesService) Activate(name string, googlecloudapigeev1activatenataddressrequest *GoogleCloudApigeeV1ActivateNatAddressRequest) *OrganizationsInstancesNatAddressesActivateCall
Activate: Activates the NAT address. The Apigee instance can now use this for Internet egress traffic. **Note:** Not supported for Apigee hybrid.
- name: Name of the nat address. Use the following structure in your request: `organizations/{org}/instances/{instances}/natAddresses/{nataddress} “.
func (*OrganizationsInstancesNatAddressesService) Create ¶
func (r *OrganizationsInstancesNatAddressesService) Create(parent string, googlecloudapigeev1nataddress *GoogleCloudApigeeV1NatAddress) *OrganizationsInstancesNatAddressesCreateCall
Create: Creates a NAT address. The address is created in the RESERVED state and a static external IP address will be provisioned. At this time, the instance will not use this IP address for Internet egress traffic. The address can be activated for use once any required firewall IP whitelisting has been completed. **Note:** Not supported for Apigee hybrid.
- parent: Name of the instance. Use the following structure in your request: `organizations/{org}/instances/{instance}`.
func (*OrganizationsInstancesNatAddressesService) Delete ¶
func (r *OrganizationsInstancesNatAddressesService) Delete(name string) *OrganizationsInstancesNatAddressesDeleteCall
Delete: Deletes the NAT address. Connections that are actively using the address are drained before it is removed. **Note:** Not supported for Apigee hybrid.
- name: Name of the nat address. Use the following structure in your request: `organizations/{org}/instances/{instances}/natAddresses/{nataddress} “.
func (*OrganizationsInstancesNatAddressesService) Get ¶
func (r *OrganizationsInstancesNatAddressesService) Get(name string) *OrganizationsInstancesNatAddressesGetCall
Get: Gets the details of a NAT address. **Note:** Not supported for Apigee hybrid.
- name: Name of the nat address. Use the following structure in your request: `organizations/{org}/instances/{instances}/natAddresses/{nataddress} `.
func (*OrganizationsInstancesNatAddressesService) List ¶
func (r *OrganizationsInstancesNatAddressesService) List(parent string) *OrganizationsInstancesNatAddressesListCall
List: Lists the NAT addresses for an Apigee instance. **Note:** Not supported for Apigee hybrid.
- parent: Name of the instance. Use the following structure in your request: `organizations/{org}/instances/{instance}`.
type OrganizationsInstancesReportStatusCall ¶
type OrganizationsInstancesReportStatusCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsInstancesReportStatusCall) Context ¶
func (c *OrganizationsInstancesReportStatusCall) Context(ctx context.Context) *OrganizationsInstancesReportStatusCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsInstancesReportStatusCall) Do ¶
func (c *OrganizationsInstancesReportStatusCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ReportInstanceStatusResponse, error)
Do executes the "apigee.organizations.instances.reportStatus" call. Exactly one of *GoogleCloudApigeeV1ReportInstanceStatusResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ReportInstanceStatusResponse.ServerResponse.Header
or (if a response was returned at all) in
error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsInstancesReportStatusCall) Fields ¶
func (c *OrganizationsInstancesReportStatusCall) Fields(s ...googleapi.Field) *OrganizationsInstancesReportStatusCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsInstancesReportStatusCall) Header ¶
func (c *OrganizationsInstancesReportStatusCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsInstancesService ¶
type OrganizationsInstancesService struct { Attachments *OrganizationsInstancesAttachmentsService Canaryevaluations *OrganizationsInstancesCanaryevaluationsService NatAddresses *OrganizationsInstancesNatAddressesService // contains filtered or unexported fields }
func NewOrganizationsInstancesService ¶
func NewOrganizationsInstancesService(s *Service) *OrganizationsInstancesService
func (*OrganizationsInstancesService) Create ¶
func (r *OrganizationsInstancesService) Create(parent string, googlecloudapigeev1instance *GoogleCloudApigeeV1Instance) *OrganizationsInstancesCreateCall
Create: Creates an Apigee runtime instance. The instance is accessible from the authorized network configured on the organization. **Note:** Not supported for Apigee hybrid.
- parent: Name of the organization. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsInstancesService) Delete ¶
func (r *OrganizationsInstancesService) Delete(name string) *OrganizationsInstancesDeleteCall
Delete: Deletes an Apigee runtime instance. The instance stops serving requests and the runtime data is deleted. **Note:** Not supported for Apigee hybrid.
- name: Name of the instance. Use the following structure in your request: `organizations/{org}/instances/{instance}`.
func (*OrganizationsInstancesService) Get ¶
func (r *OrganizationsInstancesService) Get(name string) *OrganizationsInstancesGetCall
Get: Gets the details for an Apigee runtime instance. **Note:** Not supported for Apigee hybrid.
- name: Name of the instance. Use the following structure in your request: `organizations/{org}/instances/{instance}`.
func (*OrganizationsInstancesService) List ¶
func (r *OrganizationsInstancesService) List(parent string) *OrganizationsInstancesListCall
List: Lists all Apigee runtime instances for the organization. **Note:** Not supported for Apigee hybrid.
- parent: Name of the organization. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsInstancesService) ReportStatus ¶
func (r *OrganizationsInstancesService) ReportStatus(instance string, googlecloudapigeev1reportinstancestatusrequest *GoogleCloudApigeeV1ReportInstanceStatusRequest) *OrganizationsInstancesReportStatusCall
ReportStatus: Reports the latest status for a runtime instance.
- instance: The name of the instance reporting this status. For SaaS the request will be rejected if no instance exists under this name. Format is organizations/{org}/instances/{instance}.
type OrganizationsKeyvaluemapsCreateCall ¶
type OrganizationsKeyvaluemapsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsKeyvaluemapsCreateCall) Context ¶
func (c *OrganizationsKeyvaluemapsCreateCall) Context(ctx context.Context) *OrganizationsKeyvaluemapsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsKeyvaluemapsCreateCall) Do ¶
func (c *OrganizationsKeyvaluemapsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
Do executes the "apigee.organizations.keyvaluemaps.create" call. Exactly one of *GoogleCloudApigeeV1KeyValueMap or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsKeyvaluemapsCreateCall) Fields ¶
func (c *OrganizationsKeyvaluemapsCreateCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsKeyvaluemapsCreateCall) Header ¶
func (c *OrganizationsKeyvaluemapsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsKeyvaluemapsDeleteCall ¶
type OrganizationsKeyvaluemapsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsKeyvaluemapsDeleteCall) Context ¶
func (c *OrganizationsKeyvaluemapsDeleteCall) Context(ctx context.Context) *OrganizationsKeyvaluemapsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsKeyvaluemapsDeleteCall) Do ¶
func (c *OrganizationsKeyvaluemapsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
Do executes the "apigee.organizations.keyvaluemaps.delete" call. Exactly one of *GoogleCloudApigeeV1KeyValueMap or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsKeyvaluemapsDeleteCall) Fields ¶
func (c *OrganizationsKeyvaluemapsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsKeyvaluemapsDeleteCall) Header ¶
func (c *OrganizationsKeyvaluemapsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsKeyvaluemapsService ¶
type OrganizationsKeyvaluemapsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsKeyvaluemapsService ¶
func NewOrganizationsKeyvaluemapsService(s *Service) *OrganizationsKeyvaluemapsService
func (*OrganizationsKeyvaluemapsService) Create ¶
func (r *OrganizationsKeyvaluemapsService) Create(parent string, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsKeyvaluemapsCreateCall
Create: Creates a key value map in an organization.
- parent: The name of the organization in which to create the key value map file. Must be of the form `organizations/{organization}`.
func (*OrganizationsKeyvaluemapsService) Delete ¶
func (r *OrganizationsKeyvaluemapsService) Delete(name string) *OrganizationsKeyvaluemapsDeleteCall
Delete: Delete a key value map in an organization.
- name: The name of the key value map. Must be of the form `organizations/{organization}/keyvaluemaps/{keyvaluemap}`.
type OrganizationsListCall ¶
type OrganizationsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsListCall) Context ¶
func (c *OrganizationsListCall) Context(ctx context.Context) *OrganizationsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsListCall) Do ¶
func (c *OrganizationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListOrganizationsResponse, error)
Do executes the "apigee.organizations.list" call. Exactly one of *GoogleCloudApigeeV1ListOrganizationsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListOrganizationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsListCall) Fields ¶
func (c *OrganizationsListCall) Fields(s ...googleapi.Field) *OrganizationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsListCall) Header ¶
func (c *OrganizationsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsListCall) IfNoneMatch ¶
func (c *OrganizationsListCall) IfNoneMatch(entityTag string) *OrganizationsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsOperationsGetCall ¶
type OrganizationsOperationsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsOperationsGetCall) Context ¶
func (c *OrganizationsOperationsGetCall) Context(ctx context.Context) *OrganizationsOperationsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsOperationsGetCall) Do ¶
func (c *OrganizationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.operations.get" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsOperationsGetCall) Fields ¶
func (c *OrganizationsOperationsGetCall) Fields(s ...googleapi.Field) *OrganizationsOperationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsOperationsGetCall) Header ¶
func (c *OrganizationsOperationsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsOperationsGetCall) IfNoneMatch ¶
func (c *OrganizationsOperationsGetCall) IfNoneMatch(entityTag string) *OrganizationsOperationsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsOperationsListCall ¶
type OrganizationsOperationsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsOperationsListCall) Context ¶
func (c *OrganizationsOperationsListCall) Context(ctx context.Context) *OrganizationsOperationsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsOperationsListCall) Do ¶
func (c *OrganizationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
Do executes the "apigee.organizations.operations.list" call. Exactly one of *GoogleLongrunningListOperationsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsOperationsListCall) Fields ¶
func (c *OrganizationsOperationsListCall) Fields(s ...googleapi.Field) *OrganizationsOperationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsOperationsListCall) Filter ¶
func (c *OrganizationsOperationsListCall) Filter(filter string) *OrganizationsOperationsListCall
Filter sets the optional parameter "filter": The standard list filter.
func (*OrganizationsOperationsListCall) Header ¶
func (c *OrganizationsOperationsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsOperationsListCall) IfNoneMatch ¶
func (c *OrganizationsOperationsListCall) IfNoneMatch(entityTag string) *OrganizationsOperationsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsOperationsListCall) PageSize ¶
func (c *OrganizationsOperationsListCall) PageSize(pageSize int64) *OrganizationsOperationsListCall
PageSize sets the optional parameter "pageSize": The standard list page size.
func (*OrganizationsOperationsListCall) PageToken ¶
func (c *OrganizationsOperationsListCall) PageToken(pageToken string) *OrganizationsOperationsListCall
PageToken sets the optional parameter "pageToken": The standard list page token.
func (*OrganizationsOperationsListCall) Pages ¶
func (c *OrganizationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OrganizationsOperationsService ¶
type OrganizationsOperationsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsOperationsService ¶
func NewOrganizationsOperationsService(s *Service) *OrganizationsOperationsService
func (*OrganizationsOperationsService) Get ¶
func (r *OrganizationsOperationsService) Get(name string) *OrganizationsOperationsGetCall
Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
- name: The name of the operation resource.
func (*OrganizationsOperationsService) List ¶
func (r *OrganizationsOperationsService) List(name string) *OrganizationsOperationsListCall
List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
- name: The name of the operation's parent resource.
type OrganizationsOptimizedHostStatsGetCall ¶
type OrganizationsOptimizedHostStatsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsOptimizedHostStatsGetCall) Accuracy ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Accuracy(accuracy string) *OrganizationsOptimizedHostStatsGetCall
Accuracy sets the optional parameter "accuracy": Legacy field: not used anymore.
func (*OrganizationsOptimizedHostStatsGetCall) Context ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Context(ctx context.Context) *OrganizationsOptimizedHostStatsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsOptimizedHostStatsGetCall) Do ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1OptimizedStats, error)
Do executes the "apigee.organizations.optimizedHostStats.get" call. Exactly one of *GoogleCloudApigeeV1OptimizedStats or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1OptimizedStats.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsOptimizedHostStatsGetCall) EnvgroupHostname ¶
func (c *OrganizationsOptimizedHostStatsGetCall) EnvgroupHostname(envgroupHostname string) *OrganizationsOptimizedHostStatsGetCall
EnvgroupHostname sets the optional parameter "envgroupHostname": Required. The hostname for which the interactive query will be executed.
func (*OrganizationsOptimizedHostStatsGetCall) Fields ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsOptimizedHostStatsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsOptimizedHostStatsGetCall) Filter ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Filter(filter string) *OrganizationsOptimizedHostStatsGetCall
Filter sets the optional parameter "filter": Enables drill-down on specific dimension values.
func (*OrganizationsOptimizedHostStatsGetCall) Header ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsOptimizedHostStatsGetCall) IfNoneMatch ¶
func (c *OrganizationsOptimizedHostStatsGetCall) IfNoneMatch(entityTag string) *OrganizationsOptimizedHostStatsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsOptimizedHostStatsGetCall) Limit ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Limit(limit string) *OrganizationsOptimizedHostStatsGetCall
Limit sets the optional parameter "limit": This parameter is used to limit the number of result items. Default and the max value is 14400.
func (*OrganizationsOptimizedHostStatsGetCall) Offset ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Offset(offset string) *OrganizationsOptimizedHostStatsGetCall
Offset sets the optional parameter "offset": Use offset with limit to enable pagination of results. For example, to display results 11-20, set limit to '10' and offset to '10'.
func (*OrganizationsOptimizedHostStatsGetCall) Realtime ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Realtime(realtime bool) *OrganizationsOptimizedHostStatsGetCall
Realtime sets the optional parameter "realtime": Legacy field: not used anymore.
func (*OrganizationsOptimizedHostStatsGetCall) Select ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Select(select_ string) *OrganizationsOptimizedHostStatsGetCall
Select sets the optional parameter "select": Required. The select parameter contains a comma separated list of metrics. E.g. sum(message_count),sum(error_count)
func (*OrganizationsOptimizedHostStatsGetCall) Sort ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Sort(sort string) *OrganizationsOptimizedHostStatsGetCall
Sort sets the optional parameter "sort": This parameter specifies if the sort order should be ascending or descending Supported values are DESC and ASC.
func (*OrganizationsOptimizedHostStatsGetCall) Sortby ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Sortby(sortby string) *OrganizationsOptimizedHostStatsGetCall
Sortby sets the optional parameter "sortby": Comma separated list of columns to sort the final result.
func (*OrganizationsOptimizedHostStatsGetCall) TimeRange ¶
func (c *OrganizationsOptimizedHostStatsGetCall) TimeRange(timeRange string) *OrganizationsOptimizedHostStatsGetCall
TimeRange sets the optional parameter "timeRange": Required. Time interval for the interactive query. Time range is specified as start~end. E.g 04/15/2017 00:00~05/15/2017 23:59.
func (*OrganizationsOptimizedHostStatsGetCall) TimeUnit ¶
func (c *OrganizationsOptimizedHostStatsGetCall) TimeUnit(timeUnit string) *OrganizationsOptimizedHostStatsGetCall
TimeUnit sets the optional parameter "timeUnit": A value of second, minute, hour, day, week, month. Time Unit specifies the granularity of metrics returned.
func (*OrganizationsOptimizedHostStatsGetCall) Topk ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Topk(topk string) *OrganizationsOptimizedHostStatsGetCall
Topk sets the optional parameter "topk": Take 'top k' results from results, for example, to return the top 5 results 'topk=5'.
func (*OrganizationsOptimizedHostStatsGetCall) TsAscending ¶
func (c *OrganizationsOptimizedHostStatsGetCall) TsAscending(tsAscending bool) *OrganizationsOptimizedHostStatsGetCall
TsAscending sets the optional parameter "tsAscending": Lists timestamps in ascending order if set to true. Recommend setting this value to true if you are using sortby with sort=DESC.
func (*OrganizationsOptimizedHostStatsGetCall) Tzo ¶
func (c *OrganizationsOptimizedHostStatsGetCall) Tzo(tzo string) *OrganizationsOptimizedHostStatsGetCall
Tzo sets the optional parameter "tzo": This parameters contains the timezone offset value.
type OrganizationsOptimizedHostStatsService ¶
type OrganizationsOptimizedHostStatsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsOptimizedHostStatsService ¶
func NewOrganizationsOptimizedHostStatsService(s *Service) *OrganizationsOptimizedHostStatsService
func (*OrganizationsOptimizedHostStatsService) Get ¶
func (r *OrganizationsOptimizedHostStatsService) Get(name string) *OrganizationsOptimizedHostStatsGetCall
Get: This api is similar to GetHostStats except that the response is less verbose.
- name: The resource name for which the interactive query will be executed. Must be of the form `organizations/{organization_id}/optimizedHostStats/{dimensions}`. Dimensions let you view metrics in meaningful groupings. E.g. apiproxy, target_host. The value of dimensions should be comma separated list as shown below `organizations/{org}/optimizedHostStats/apiproxy,request_verb`.
type OrganizationsReportsCreateCall ¶
type OrganizationsReportsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsReportsCreateCall) Context ¶
func (c *OrganizationsReportsCreateCall) Context(ctx context.Context) *OrganizationsReportsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsReportsCreateCall) Do ¶
func (c *OrganizationsReportsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CustomReport, error)
Do executes the "apigee.organizations.reports.create" call. Exactly one of *GoogleCloudApigeeV1CustomReport or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1CustomReport.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsReportsCreateCall) Fields ¶
func (c *OrganizationsReportsCreateCall) Fields(s ...googleapi.Field) *OrganizationsReportsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsReportsCreateCall) Header ¶
func (c *OrganizationsReportsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsReportsDeleteCall ¶
type OrganizationsReportsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsReportsDeleteCall) Context ¶
func (c *OrganizationsReportsDeleteCall) Context(ctx context.Context) *OrganizationsReportsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsReportsDeleteCall) Do ¶
func (c *OrganizationsReportsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeleteCustomReportResponse, error)
Do executes the "apigee.organizations.reports.delete" call. Exactly one of *GoogleCloudApigeeV1DeleteCustomReportResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1DeleteCustomReportResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsReportsDeleteCall) Fields ¶
func (c *OrganizationsReportsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsReportsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsReportsDeleteCall) Header ¶
func (c *OrganizationsReportsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsReportsGetCall ¶
type OrganizationsReportsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsReportsGetCall) Context ¶
func (c *OrganizationsReportsGetCall) Context(ctx context.Context) *OrganizationsReportsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsReportsGetCall) Do ¶
func (c *OrganizationsReportsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CustomReport, error)
Do executes the "apigee.organizations.reports.get" call. Exactly one of *GoogleCloudApigeeV1CustomReport or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1CustomReport.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsReportsGetCall) Fields ¶
func (c *OrganizationsReportsGetCall) Fields(s ...googleapi.Field) *OrganizationsReportsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsReportsGetCall) Header ¶
func (c *OrganizationsReportsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsReportsGetCall) IfNoneMatch ¶
func (c *OrganizationsReportsGetCall) IfNoneMatch(entityTag string) *OrganizationsReportsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsReportsListCall ¶
type OrganizationsReportsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsReportsListCall) Context ¶
func (c *OrganizationsReportsListCall) Context(ctx context.Context) *OrganizationsReportsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsReportsListCall) Do ¶
func (c *OrganizationsReportsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListCustomReportsResponse, error)
Do executes the "apigee.organizations.reports.list" call. Exactly one of *GoogleCloudApigeeV1ListCustomReportsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListCustomReportsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsReportsListCall) Expand ¶
func (c *OrganizationsReportsListCall) Expand(expand bool) *OrganizationsReportsListCall
Expand sets the optional parameter "expand": Set to 'true' to get expanded details about each custom report.
func (*OrganizationsReportsListCall) Fields ¶
func (c *OrganizationsReportsListCall) Fields(s ...googleapi.Field) *OrganizationsReportsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsReportsListCall) Header ¶
func (c *OrganizationsReportsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsReportsListCall) IfNoneMatch ¶
func (c *OrganizationsReportsListCall) IfNoneMatch(entityTag string) *OrganizationsReportsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsReportsService ¶
type OrganizationsReportsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsReportsService ¶
func NewOrganizationsReportsService(s *Service) *OrganizationsReportsService
func (*OrganizationsReportsService) Create ¶
func (r *OrganizationsReportsService) Create(parent string, googlecloudapigeev1customreport *GoogleCloudApigeeV1CustomReport) *OrganizationsReportsCreateCall
Create: Creates a Custom Report for an Organization. A Custom Report provides Apigee Customers to create custom dashboards in addition to the standard dashboards which are provided. The Custom Report in its simplest form contains specifications about metrics, dimensions and filters. It is important to note that the custom report by itself does not provide an executable entity. The Edge UI converts the custom report definition into an analytics query and displays the result in a chart.
- parent: The parent organization name under which the Custom Report will be created. Must be of the form: `organizations/{organization_id}/reports`.
func (*OrganizationsReportsService) Delete ¶
func (r *OrganizationsReportsService) Delete(name string) *OrganizationsReportsDeleteCall
Delete: Deletes an existing custom report definition
- name: Custom Report name of the form: `organizations/{organization_id}/reports/{report_name}`.
func (*OrganizationsReportsService) Get ¶
func (r *OrganizationsReportsService) Get(name string) *OrganizationsReportsGetCall
Get: Retrieve a custom report definition.
- name: Custom Report name of the form: `organizations/{organization_id}/reports/{report_name}`.
func (*OrganizationsReportsService) List ¶
func (r *OrganizationsReportsService) List(parent string) *OrganizationsReportsListCall
List: Return a list of Custom Reports
- parent: The parent organization name under which the API product will be listed `organizations/{organization_id}/reports`.
func (*OrganizationsReportsService) Update ¶
func (r *OrganizationsReportsService) Update(name string, googlecloudapigeev1customreport *GoogleCloudApigeeV1CustomReport) *OrganizationsReportsUpdateCall
Update: Update an existing custom report definition
- name: Custom Report name of the form: `organizations/{organization_id}/reports/{report_name}`.
type OrganizationsReportsUpdateCall ¶
type OrganizationsReportsUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsReportsUpdateCall) Context ¶
func (c *OrganizationsReportsUpdateCall) Context(ctx context.Context) *OrganizationsReportsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsReportsUpdateCall) Do ¶
func (c *OrganizationsReportsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CustomReport, error)
Do executes the "apigee.organizations.reports.update" call. Exactly one of *GoogleCloudApigeeV1CustomReport or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1CustomReport.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsReportsUpdateCall) Fields ¶
func (c *OrganizationsReportsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsReportsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsReportsUpdateCall) Header ¶
func (c *OrganizationsReportsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsService ¶
type OrganizationsService struct { Analytics *OrganizationsAnalyticsService Apiproducts *OrganizationsApiproductsService Apis *OrganizationsApisService Apps *OrganizationsAppsService Datacollectors *OrganizationsDatacollectorsService Deployments *OrganizationsDeploymentsService Developers *OrganizationsDevelopersService Envgroups *OrganizationsEnvgroupsService Environments *OrganizationsEnvironmentsService HostQueries *OrganizationsHostQueriesService HostStats *OrganizationsHostStatsService Instances *OrganizationsInstancesService Keyvaluemaps *OrganizationsKeyvaluemapsService Operations *OrganizationsOperationsService OptimizedHostStats *OrganizationsOptimizedHostStatsService Reports *OrganizationsReportsService Sites *OrganizationsSitesService // contains filtered or unexported fields }
func NewOrganizationsService ¶
func NewOrganizationsService(s *Service) *OrganizationsService
func (*OrganizationsService) Create ¶
func (r *OrganizationsService) Create(googlecloudapigeev1organization *GoogleCloudApigeeV1Organization) *OrganizationsCreateCall
Create: Creates an Apigee organization. See Create an Apigee organization (https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
func (*OrganizationsService) Delete ¶
func (r *OrganizationsService) Delete(name string) *OrganizationsDeleteCall
Delete: Delete an Apigee organization. Only supported for SubscriptionType TRIAL.
- name: Name of the organization. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsService) Get ¶
func (r *OrganizationsService) Get(name string) *OrganizationsGetCall
Get: Gets the profile for an Apigee organization. See Understanding organizations (https://cloud.google.com/apigee/docs/api-platform/fundamentals/organization-structure).
- name: Apigee organization name in the following format: `organizations/{org}`.
func (*OrganizationsService) GetDeployedIngressConfig ¶
func (r *OrganizationsService) GetDeployedIngressConfig(name string) *OrganizationsGetDeployedIngressConfigCall
GetDeployedIngressConfig: Gets the deployed ingress configuration for an organization.
- name: Name of the deployed configuration for the organization in the following format: 'organizations/{org}/deployedIngressConfig'.
func (*OrganizationsService) GetSyncAuthorization ¶
func (r *OrganizationsService) GetSyncAuthorization(name string, googlecloudapigeev1getsyncauthorizationrequest *GoogleCloudApigeeV1GetSyncAuthorizationRequest) *OrganizationsGetSyncAuthorizationCall
GetSyncAuthorization: Lists the service accounts with the permissions required to allow the Synchronizer to download environment data from the control plane. An ETag is returned in the response to `getSyncAuthorization`. Pass that ETag when calling setSyncAuthorization (setSyncAuthorization) to ensure that you are updating the correct version. If you don't pass the ETag in the call to `setSyncAuthorization`, then the existing authorization is overwritten indiscriminately. For more information, see Configure the Synchronizer (https://cloud.google.com/apigee/docs/hybrid/latest/synchronizer-access). **Note**: Available to Apigee hybrid only.
- name: Name of the Apigee organization. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsService) List ¶
func (r *OrganizationsService) List(parent string) *OrganizationsListCall
List: Lists the Apigee organizations and associated GCP projects that you have permission to access. See Understanding organizations (https://cloud.google.com/apigee/docs/api-platform/fundamentals/organization-structure).
- parent: Use the following structure in your request: `organizations`.
func (*OrganizationsService) SetAddons ¶
func (r *OrganizationsService) SetAddons(org string, googlecloudapigeev1setaddonsrequest *GoogleCloudApigeeV1SetAddonsRequest) *OrganizationsSetAddonsCall
SetAddons: Configures the add-ons for the Apigee organization. The existing add-on configuration will be fully replaced.
- org: Name of the organization. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsService) SetSyncAuthorization ¶
func (r *OrganizationsService) SetSyncAuthorization(name string, googlecloudapigeev1syncauthorization *GoogleCloudApigeeV1SyncAuthorization) *OrganizationsSetSyncAuthorizationCall
SetSyncAuthorization: Sets the permissions required to allow the Synchronizer to download environment data from the control plane. You must call this API to enable proper functioning of hybrid. Pass the ETag when calling `setSyncAuthorization` to ensure that you are updating the correct version. To get an ETag, call getSyncAuthorization (getSyncAuthorization). If you don't pass the ETag in the call to `setSyncAuthorization`, then the existing authorization is overwritten indiscriminately. For more information, see Configure the Synchronizer (https://cloud.google.com/apigee/docs/hybrid/latest/synchronizer-access). **Note**: Available to Apigee hybrid only.
- name: Name of the Apigee organization. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsService) Update ¶
func (r *OrganizationsService) Update(name string, googlecloudapigeev1organization *GoogleCloudApigeeV1Organization) *OrganizationsUpdateCall
Update: Updates the properties for an Apigee organization. No other fields in the organization profile will be updated.
- name: Apigee organization name in the following format: `organizations/{org}`.
type OrganizationsSetAddonsCall ¶
type OrganizationsSetAddonsCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSetAddonsCall) Context ¶
func (c *OrganizationsSetAddonsCall) Context(ctx context.Context) *OrganizationsSetAddonsCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSetAddonsCall) Do ¶
func (c *OrganizationsSetAddonsCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.organizations.setAddons" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSetAddonsCall) Fields ¶
func (c *OrganizationsSetAddonsCall) Fields(s ...googleapi.Field) *OrganizationsSetAddonsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSetAddonsCall) Header ¶
func (c *OrganizationsSetAddonsCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsSetSyncAuthorizationCall ¶
type OrganizationsSetSyncAuthorizationCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSetSyncAuthorizationCall) Context ¶
func (c *OrganizationsSetSyncAuthorizationCall) Context(ctx context.Context) *OrganizationsSetSyncAuthorizationCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSetSyncAuthorizationCall) Do ¶
func (c *OrganizationsSetSyncAuthorizationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SyncAuthorization, error)
Do executes the "apigee.organizations.setSyncAuthorization" call. Exactly one of *GoogleCloudApigeeV1SyncAuthorization or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1SyncAuthorization.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSetSyncAuthorizationCall) Fields ¶
func (c *OrganizationsSetSyncAuthorizationCall) Fields(s ...googleapi.Field) *OrganizationsSetSyncAuthorizationCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSetSyncAuthorizationCall) Header ¶
func (c *OrganizationsSetSyncAuthorizationCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsSharedflowsCreateCall ¶
type OrganizationsSharedflowsCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSharedflowsCreateCall) Action ¶
func (c *OrganizationsSharedflowsCreateCall) Action(action string) *OrganizationsSharedflowsCreateCall
Action sets the optional parameter "action": Required. Must be set to either `import` or `validate`.
func (*OrganizationsSharedflowsCreateCall) Context ¶
func (c *OrganizationsSharedflowsCreateCall) Context(ctx context.Context) *OrganizationsSharedflowsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSharedflowsCreateCall) Do ¶
func (c *OrganizationsSharedflowsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlowRevision, error)
Do executes the "apigee.organizations.sharedflows.create" call. Exactly one of *GoogleCloudApigeeV1SharedFlowRevision or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1SharedFlowRevision.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSharedflowsCreateCall) Fields ¶
func (c *OrganizationsSharedflowsCreateCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSharedflowsCreateCall) Header ¶
func (c *OrganizationsSharedflowsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsSharedflowsCreateCall) Name ¶
func (c *OrganizationsSharedflowsCreateCall) Name(name string) *OrganizationsSharedflowsCreateCall
Name sets the optional parameter "name": Required. The name to give the shared flow
type OrganizationsSharedflowsDeleteCall ¶
type OrganizationsSharedflowsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSharedflowsDeleteCall) Context ¶
func (c *OrganizationsSharedflowsDeleteCall) Context(ctx context.Context) *OrganizationsSharedflowsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSharedflowsDeleteCall) Do ¶
func (c *OrganizationsSharedflowsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlow, error)
Do executes the "apigee.organizations.sharedflows.delete" call. Exactly one of *GoogleCloudApigeeV1SharedFlow or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1SharedFlow.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSharedflowsDeleteCall) Fields ¶
func (c *OrganizationsSharedflowsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSharedflowsDeleteCall) Header ¶
func (c *OrganizationsSharedflowsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsSharedflowsDeploymentsListCall ¶
type OrganizationsSharedflowsDeploymentsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSharedflowsDeploymentsListCall) Context ¶
func (c *OrganizationsSharedflowsDeploymentsListCall) Context(ctx context.Context) *OrganizationsSharedflowsDeploymentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSharedflowsDeploymentsListCall) Do ¶
func (c *OrganizationsSharedflowsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
Do executes the "apigee.organizations.sharedflows.deployments.list" call. Exactly one of *GoogleCloudApigeeV1ListDeploymentsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSharedflowsDeploymentsListCall) Fields ¶
func (c *OrganizationsSharedflowsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsDeploymentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSharedflowsDeploymentsListCall) Header ¶
func (c *OrganizationsSharedflowsDeploymentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsSharedflowsDeploymentsListCall) IfNoneMatch ¶
func (c *OrganizationsSharedflowsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsSharedflowsDeploymentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsSharedflowsDeploymentsService ¶
type OrganizationsSharedflowsDeploymentsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsSharedflowsDeploymentsService ¶
func NewOrganizationsSharedflowsDeploymentsService(s *Service) *OrganizationsSharedflowsDeploymentsService
func (*OrganizationsSharedflowsDeploymentsService) List ¶
func (r *OrganizationsSharedflowsDeploymentsService) List(parent string) *OrganizationsSharedflowsDeploymentsListCall
List: Lists all deployments of a shared flow.
- parent: Name of the shared flow for which to return deployment information in the following format: `organizations/{org}/sharedflows/{sharedflow}`.
type OrganizationsSharedflowsGetCall ¶
type OrganizationsSharedflowsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSharedflowsGetCall) Context ¶
func (c *OrganizationsSharedflowsGetCall) Context(ctx context.Context) *OrganizationsSharedflowsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSharedflowsGetCall) Do ¶
func (c *OrganizationsSharedflowsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlow, error)
Do executes the "apigee.organizations.sharedflows.get" call. Exactly one of *GoogleCloudApigeeV1SharedFlow or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1SharedFlow.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSharedflowsGetCall) Fields ¶
func (c *OrganizationsSharedflowsGetCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSharedflowsGetCall) Header ¶
func (c *OrganizationsSharedflowsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsSharedflowsGetCall) IfNoneMatch ¶
func (c *OrganizationsSharedflowsGetCall) IfNoneMatch(entityTag string) *OrganizationsSharedflowsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsSharedflowsListCall ¶
type OrganizationsSharedflowsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSharedflowsListCall) Context ¶
func (c *OrganizationsSharedflowsListCall) Context(ctx context.Context) *OrganizationsSharedflowsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSharedflowsListCall) Do ¶
func (c *OrganizationsSharedflowsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSharedFlowsResponse, error)
Do executes the "apigee.organizations.sharedflows.list" call. Exactly one of *GoogleCloudApigeeV1ListSharedFlowsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListSharedFlowsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSharedflowsListCall) Fields ¶
func (c *OrganizationsSharedflowsListCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSharedflowsListCall) Header ¶
func (c *OrganizationsSharedflowsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsSharedflowsListCall) IfNoneMatch ¶
func (c *OrganizationsSharedflowsListCall) IfNoneMatch(entityTag string) *OrganizationsSharedflowsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OrganizationsSharedflowsListCall) IncludeMetaData ¶
func (c *OrganizationsSharedflowsListCall) IncludeMetaData(includeMetaData bool) *OrganizationsSharedflowsListCall
IncludeMetaData sets the optional parameter "includeMetaData": Indicates whether to include shared flow metadata in the response.
func (*OrganizationsSharedflowsListCall) IncludeRevisions ¶
func (c *OrganizationsSharedflowsListCall) IncludeRevisions(includeRevisions bool) *OrganizationsSharedflowsListCall
IncludeRevisions sets the optional parameter "includeRevisions": Indicates whether to include a list of revisions in the response.
type OrganizationsSharedflowsRevisionsDeleteCall ¶
type OrganizationsSharedflowsRevisionsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSharedflowsRevisionsDeleteCall) Context ¶
func (c *OrganizationsSharedflowsRevisionsDeleteCall) Context(ctx context.Context) *OrganizationsSharedflowsRevisionsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSharedflowsRevisionsDeleteCall) Do ¶
func (c *OrganizationsSharedflowsRevisionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlowRevision, error)
Do executes the "apigee.organizations.sharedflows.revisions.delete" call. Exactly one of *GoogleCloudApigeeV1SharedFlowRevision or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1SharedFlowRevision.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSharedflowsRevisionsDeleteCall) Fields ¶
func (c *OrganizationsSharedflowsRevisionsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSharedflowsRevisionsDeleteCall) Header ¶
func (c *OrganizationsSharedflowsRevisionsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsSharedflowsRevisionsDeploymentsListCall ¶
type OrganizationsSharedflowsRevisionsDeploymentsListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSharedflowsRevisionsDeploymentsListCall) Context ¶
func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Context(ctx context.Context) *OrganizationsSharedflowsRevisionsDeploymentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSharedflowsRevisionsDeploymentsListCall) Do ¶
func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse, error)
Do executes the "apigee.organizations.sharedflows.revisions.deployments.list" call. Exactly one of *GoogleCloudApigeeV1ListDeploymentsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSharedflowsRevisionsDeploymentsListCall) Fields ¶
func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsDeploymentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSharedflowsRevisionsDeploymentsListCall) Header ¶
func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsSharedflowsRevisionsDeploymentsListCall) IfNoneMatch ¶
func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsSharedflowsRevisionsDeploymentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsSharedflowsRevisionsDeploymentsService ¶
type OrganizationsSharedflowsRevisionsDeploymentsService struct {
// contains filtered or unexported fields
}
func NewOrganizationsSharedflowsRevisionsDeploymentsService ¶
func NewOrganizationsSharedflowsRevisionsDeploymentsService(s *Service) *OrganizationsSharedflowsRevisionsDeploymentsService
func (*OrganizationsSharedflowsRevisionsDeploymentsService) List ¶
func (r *OrganizationsSharedflowsRevisionsDeploymentsService) List(parent string) *OrganizationsSharedflowsRevisionsDeploymentsListCall
List: Lists all deployments of a shared flow revision.
- parent: Name of the API proxy revision for which to return deployment information in the following format: `organizations/{org}/sharedflows/{sharedflow}/revisions/{rev}`.
type OrganizationsSharedflowsRevisionsGetCall ¶
type OrganizationsSharedflowsRevisionsGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSharedflowsRevisionsGetCall) Context ¶
func (c *OrganizationsSharedflowsRevisionsGetCall) Context(ctx context.Context) *OrganizationsSharedflowsRevisionsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSharedflowsRevisionsGetCall) Do ¶
func (c *OrganizationsSharedflowsRevisionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
Do executes the "apigee.organizations.sharedflows.revisions.get" call. Exactly one of *GoogleApiHttpBody or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleApiHttpBody.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSharedflowsRevisionsGetCall) Fields ¶
func (c *OrganizationsSharedflowsRevisionsGetCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSharedflowsRevisionsGetCall) Format ¶
func (c *OrganizationsSharedflowsRevisionsGetCall) Format(format string) *OrganizationsSharedflowsRevisionsGetCall
Format sets the optional parameter "format": Specify `bundle` to export the contents of the shared flow bundle. Otherwise, the bundle metadata is returned.
func (*OrganizationsSharedflowsRevisionsGetCall) Header ¶
func (c *OrganizationsSharedflowsRevisionsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsSharedflowsRevisionsGetCall) IfNoneMatch ¶
func (c *OrganizationsSharedflowsRevisionsGetCall) IfNoneMatch(entityTag string) *OrganizationsSharedflowsRevisionsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsSharedflowsRevisionsService ¶
type OrganizationsSharedflowsRevisionsService struct { // contains filtered or unexported fields }
func NewOrganizationsSharedflowsRevisionsService ¶
func NewOrganizationsSharedflowsRevisionsService(s *Service) *OrganizationsSharedflowsRevisionsService
func (*OrganizationsSharedflowsRevisionsService) Delete ¶
func (r *OrganizationsSharedflowsRevisionsService) Delete(name string) *OrganizationsSharedflowsRevisionsDeleteCall
Delete: Deletes a shared flow and all associated policies, resources, and revisions. You must undeploy the shared flow before deleting it.
- name: The name of the shared flow revision to delete. Must be of the form: `organizations/{organization_id}/sharedflows/{shared_flow_id}/revisi ons/{revision_id}`.
func (*OrganizationsSharedflowsRevisionsService) Get ¶
func (r *OrganizationsSharedflowsRevisionsService) Get(name string) *OrganizationsSharedflowsRevisionsGetCall
Get: Gets a revision of a shared flow. To download the shared flow configuration bundle for the specified revision as a zip file, set the `format` query parameter to `bundle`. If you are using curl, specify `-o filename.zip` to save the output to a file; otherwise, it displays to `stdout`. Then, develop the shared flow configuration locally and upload the updated sharedFlow configuration revision, as described in updateSharedFlowRevision (updateSharedFlowRevision).
- name: The name of the shared flow revision to get. Must be of the form: `organizations/{organization_id}/sharedflows/{shared_flow_id}/revisi ons/{revision_id}`.
func (*OrganizationsSharedflowsRevisionsService) UpdateSharedFlowRevision ¶
func (r *OrganizationsSharedflowsRevisionsService) UpdateSharedFlowRevision(name string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
UpdateSharedFlowRevision: Updates a shared flow revision. This operation is only allowed on revisions which have never been deployed. After deployment a revision becomes immutable, even if it becomes undeployed. The payload is a ZIP-formatted shared flow. Content type must be either multipart/form-data or application/octet-stream.
- name: The name of the shared flow revision to update. Must be of the form: `organizations/{organization_id}/sharedflows/{shared_flow_id}/revisi ons/{revision_id}`.
type OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall ¶
type OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Context ¶
func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Context(ctx context.Context) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Do ¶
func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlowRevision, error)
Do executes the "apigee.organizations.sharedflows.revisions.updateSharedFlowRevision" call. Exactly one of *GoogleCloudApigeeV1SharedFlowRevision or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1SharedFlowRevision.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Fields ¶
func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Header ¶
func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Validate ¶
func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Validate(validate bool) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
Validate sets the optional parameter "validate": Ignored. All uploads are validated regardless of the value of this field. It is kept for compatibility with existing APIs. Must be `true` or `false` if provided.
type OrganizationsSharedflowsService ¶
type OrganizationsSharedflowsService struct { // contains filtered or unexported fields }
func NewOrganizationsSharedflowsService ¶
func NewOrganizationsSharedflowsService(s *Service) *OrganizationsSharedflowsService
func (*OrganizationsSharedflowsService) Create ¶
func (r *OrganizationsSharedflowsService) Create(parent string, googleapihttpbody *GoogleApiHttpBody) *OrganizationsSharedflowsCreateCall
Create: Uploads a ZIP-formatted shared flow configuration bundle to an organization. If the shared flow already exists, this creates a new revision of it. If the shared flow does not exist, this creates it. Once imported, the shared flow revision must be deployed before it can be accessed at runtime. The size limit of a shared flow bundle is 15 MB.
- parent: The name of the parent organization under which to create the shared flow. Must be of the form: `organizations/{organization_id}`.
func (*OrganizationsSharedflowsService) Delete ¶
func (r *OrganizationsSharedflowsService) Delete(name string) *OrganizationsSharedflowsDeleteCall
Delete: Deletes a shared flow and all it's revisions. The shared flow must be undeployed before you can delete it.
- name: shared flow name of the form: `organizations/{organization_id}/sharedflows/{shared_flow_id}`.
func (*OrganizationsSharedflowsService) Get ¶
func (r *OrganizationsSharedflowsService) Get(name string) *OrganizationsSharedflowsGetCall
Get: Gets a shared flow by name, including a list of its revisions.
- name: The name of the shared flow to get. Must be of the form: `organizations/{organization_id}/sharedflows/{shared_flow_id}`.
func (*OrganizationsSharedflowsService) List ¶
func (r *OrganizationsSharedflowsService) List(parent string) *OrganizationsSharedflowsListCall
List: Lists all shared flows in the organization.
- parent: The name of the parent organization under which to get shared flows. Must be of the form: `organizations/{organization_id}`.
type OrganizationsSitesApicategoriesCreateCall ¶
type OrganizationsSitesApicategoriesCreateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSitesApicategoriesCreateCall) Context ¶
func (c *OrganizationsSitesApicategoriesCreateCall) Context(ctx context.Context) *OrganizationsSitesApicategoriesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSitesApicategoriesCreateCall) Do ¶
func (c *OrganizationsSitesApicategoriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiCategory, error)
Do executes the "apigee.organizations.sites.apicategories.create" call. Exactly one of *GoogleCloudApigeeV1ApiCategory or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiCategory.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSitesApicategoriesCreateCall) Fields ¶
func (c *OrganizationsSitesApicategoriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSitesApicategoriesCreateCall) Header ¶
func (c *OrganizationsSitesApicategoriesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsSitesApicategoriesDeleteCall ¶
type OrganizationsSitesApicategoriesDeleteCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSitesApicategoriesDeleteCall) Context ¶
func (c *OrganizationsSitesApicategoriesDeleteCall) Context(ctx context.Context) *OrganizationsSitesApicategoriesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSitesApicategoriesDeleteCall) Do ¶
func (c *OrganizationsSitesApicategoriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiResponseWrapper, error)
Do executes the "apigee.organizations.sites.apicategories.delete" call. Exactly one of *GoogleCloudApigeeV1ApiResponseWrapper or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiResponseWrapper.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSitesApicategoriesDeleteCall) Fields ¶
func (c *OrganizationsSitesApicategoriesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSitesApicategoriesDeleteCall) Header ¶
func (c *OrganizationsSitesApicategoriesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsSitesApicategoriesGetCall ¶
type OrganizationsSitesApicategoriesGetCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSitesApicategoriesGetCall) Context ¶
func (c *OrganizationsSitesApicategoriesGetCall) Context(ctx context.Context) *OrganizationsSitesApicategoriesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSitesApicategoriesGetCall) Do ¶
func (c *OrganizationsSitesApicategoriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiCategory, error)
Do executes the "apigee.organizations.sites.apicategories.get" call. Exactly one of *GoogleCloudApigeeV1ApiCategory or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiCategory.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSitesApicategoriesGetCall) Fields ¶
func (c *OrganizationsSitesApicategoriesGetCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSitesApicategoriesGetCall) Header ¶
func (c *OrganizationsSitesApicategoriesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsSitesApicategoriesGetCall) IfNoneMatch ¶
func (c *OrganizationsSitesApicategoriesGetCall) IfNoneMatch(entityTag string) *OrganizationsSitesApicategoriesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsSitesApicategoriesListCall ¶
type OrganizationsSitesApicategoriesListCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSitesApicategoriesListCall) Context ¶
func (c *OrganizationsSitesApicategoriesListCall) Context(ctx context.Context) *OrganizationsSitesApicategoriesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSitesApicategoriesListCall) Do ¶
func (c *OrganizationsSitesApicategoriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiCategoriesResponse, error)
Do executes the "apigee.organizations.sites.apicategories.list" call. Exactly one of *GoogleCloudApigeeV1ListApiCategoriesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ListApiCategoriesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSitesApicategoriesListCall) Fields ¶
func (c *OrganizationsSitesApicategoriesListCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSitesApicategoriesListCall) Header ¶
func (c *OrganizationsSitesApicategoriesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrganizationsSitesApicategoriesListCall) IfNoneMatch ¶
func (c *OrganizationsSitesApicategoriesListCall) IfNoneMatch(entityTag string) *OrganizationsSitesApicategoriesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OrganizationsSitesApicategoriesPatchCall ¶
type OrganizationsSitesApicategoriesPatchCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsSitesApicategoriesPatchCall) Context ¶
func (c *OrganizationsSitesApicategoriesPatchCall) Context(ctx context.Context) *OrganizationsSitesApicategoriesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsSitesApicategoriesPatchCall) Do ¶
func (c *OrganizationsSitesApicategoriesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiCategory, error)
Do executes the "apigee.organizations.sites.apicategories.patch" call. Exactly one of *GoogleCloudApigeeV1ApiCategory or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1ApiCategory.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSitesApicategoriesPatchCall) Fields ¶
func (c *OrganizationsSitesApicategoriesPatchCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsSitesApicategoriesPatchCall) Header ¶
func (c *OrganizationsSitesApicategoriesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type OrganizationsSitesApicategoriesService ¶
type OrganizationsSitesApicategoriesService struct {
// contains filtered or unexported fields
}
func NewOrganizationsSitesApicategoriesService ¶
func NewOrganizationsSitesApicategoriesService(s *Service) *OrganizationsSitesApicategoriesService
func (*OrganizationsSitesApicategoriesService) Create ¶
func (r *OrganizationsSitesApicategoriesService) Create(parent string, googlecloudapigeev1apicategorydata *GoogleCloudApigeeV1ApiCategoryData) *OrganizationsSitesApicategoriesCreateCall
Create: Creates a new category on the portal.
- parent: Name of the portal. Use the following structure in your request: `organizations/{org}/sites/{site}`.
func (*OrganizationsSitesApicategoriesService) Delete ¶
func (r *OrganizationsSitesApicategoriesService) Delete(name string) *OrganizationsSitesApicategoriesDeleteCall
Delete: Deletes a category from the portal.
- name: Name of the category. Use the following structure in your request: `organizations/{org}/sites/{site}/apicategories/{apicategory}`.
func (*OrganizationsSitesApicategoriesService) Get ¶
func (r *OrganizationsSitesApicategoriesService) Get(name string) *OrganizationsSitesApicategoriesGetCall
Get: Gets a category on the portal.
- name: Name of the category. Use the following structure in your request: `organizations/{org}/sites/{site}/apicategories/{apicategory}`.
func (*OrganizationsSitesApicategoriesService) List ¶
func (r *OrganizationsSitesApicategoriesService) List(parent string) *OrganizationsSitesApicategoriesListCall
List: Lists the categories on the portal.
- parent: Name of the portal. Use the following structure in your request: `organizations/{org}/sites/{site}`.
func (*OrganizationsSitesApicategoriesService) Patch ¶
func (r *OrganizationsSitesApicategoriesService) Patch(name string, googlecloudapigeev1apicategorydata *GoogleCloudApigeeV1ApiCategoryData) *OrganizationsSitesApicategoriesPatchCall
Patch: Updates a category on the portal.
- name: Name of the category. Use the following structure in your request: `organizations/{org}/sites/{site}/apicategories/{apicategory}`.
type OrganizationsSitesService ¶
type OrganizationsSitesService struct { Apicategories *OrganizationsSitesApicategoriesService // contains filtered or unexported fields }
func NewOrganizationsSitesService ¶
func NewOrganizationsSitesService(s *Service) *OrganizationsSitesService
type OrganizationsUpdateCall ¶
type OrganizationsUpdateCall struct {
// contains filtered or unexported fields
}
func (*OrganizationsUpdateCall) Context ¶
func (c *OrganizationsUpdateCall) Context(ctx context.Context) *OrganizationsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrganizationsUpdateCall) Do ¶
func (c *OrganizationsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Organization, error)
Do executes the "apigee.organizations.update" call. Exactly one of *GoogleCloudApigeeV1Organization or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudApigeeV1Organization.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsUpdateCall) Fields ¶
func (c *OrganizationsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrganizationsUpdateCall) Header ¶
func (c *OrganizationsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsProvisionOrganizationCall ¶
type ProjectsProvisionOrganizationCall struct {
// contains filtered or unexported fields
}
func (*ProjectsProvisionOrganizationCall) Context ¶
func (c *ProjectsProvisionOrganizationCall) Context(ctx context.Context) *ProjectsProvisionOrganizationCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsProvisionOrganizationCall) Do ¶
func (c *ProjectsProvisionOrganizationCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "apigee.projects.provisionOrganization" call. Exactly one of *GoogleLongrunningOperation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsProvisionOrganizationCall) Fields ¶
func (c *ProjectsProvisionOrganizationCall) Fields(s ...googleapi.Field) *ProjectsProvisionOrganizationCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsProvisionOrganizationCall) Header ¶
func (c *ProjectsProvisionOrganizationCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ProjectsService ¶
type ProjectsService struct {
// contains filtered or unexported fields
}
func NewProjectsService ¶
func NewProjectsService(s *Service) *ProjectsService
func (*ProjectsService) ProvisionOrganization ¶
func (r *ProjectsService) ProvisionOrganization(project string, googlecloudapigeev1provisionorganizationrequest *GoogleCloudApigeeV1ProvisionOrganizationRequest) *ProjectsProvisionOrganizationCall
ProvisionOrganization: Provisions a new Apigee organization with a functioning runtime. This is the standard way to create trial organizations for a free Apigee trial.
- project: Name of the GCP project with which to associate the Apigee organization.
type Service ¶
type Service struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment Hybrid *HybridService Organizations *OrganizationsService Projects *ProjectsService // contains filtered or unexported fields }
func New
deprecated
New creates a new Service. It uses the provided http.Client for requests.
Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.
func NewService ¶
NewService creates a new Service.