apigee
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package apigee provides access to the Apigee API.
For product documentation, see:https://cloud.google.com/apigee-api-management/
Library status¶
These client libraries are officially supported by Google. However, thislibrary is considered complete and is in maintenance mode. This meansthat we will address critical bugs and security issues but will not addany new features.
When possible, we recommend using our newer[Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go)that are still actively being worked and iterated on.
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 forauthentication. For information on how to create and obtain ApplicationDefault Credentials, seehttps://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options¶
To use an API key for authentication (note: some APIs do not support APIkeys), usegoogle.golang.org/api/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 OAuthflow, usegoogle.golang.org/api/option.WithTokenSource:
config := &oauth2.Config{...}// ...token, err := config.Exchange(ctx, ...)apigeeService, err := apigee.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))Seegoogle.golang.org/api/option.ClientOption for details on options.
Index¶
- Constants
- type EdgeConfigstoreBundleBadBundle
- type EdgeConfigstoreBundleBadBundleViolation
- type GoogleApiHttpBody
- type GoogleCloudApigeeV1APIProductAssociation
- type GoogleCloudApigeeV1Access
- type GoogleCloudApigeeV1AccessGet
- type GoogleCloudApigeeV1AccessLoggingConfig
- type GoogleCloudApigeeV1AccessRemove
- type GoogleCloudApigeeV1AccessSet
- type GoogleCloudApigeeV1ActivateNatAddressRequest
- type GoogleCloudApigeeV1AddonsConfig
- type GoogleCloudApigeeV1AdjustDeveloperBalanceRequest
- type GoogleCloudApigeeV1AdvancedApiOpsConfig
- type GoogleCloudApigeeV1Alias
- type GoogleCloudApigeeV1AliasRevisionConfig
- type GoogleCloudApigeeV1AnalyticsConfig
- type GoogleCloudApigeeV1ApiCategory
- type GoogleCloudApigeeV1ApiCategoryResponse
- type GoogleCloudApigeeV1ApiDebugSession
- type GoogleCloudApigeeV1ApiDoc
- type GoogleCloudApigeeV1ApiDocDocumentation
- type GoogleCloudApigeeV1ApiDocDocumentationResponse
- type GoogleCloudApigeeV1ApiDocResponse
- type GoogleCloudApigeeV1ApiProduct
- type GoogleCloudApigeeV1ApiProductRef
- type GoogleCloudApigeeV1ApiProxy
- type GoogleCloudApigeeV1ApiProxyRevision
- type GoogleCloudApigeeV1ApiSecurityConfig
- type GoogleCloudApigeeV1ApiSecurityRuntimeConfig
- type GoogleCloudApigeeV1App
- type GoogleCloudApigeeV1AppGroup
- type GoogleCloudApigeeV1AppGroupApp
- type GoogleCloudApigeeV1AppGroupAppKey
- type GoogleCloudApigeeV1ArchiveDeployment
- type GoogleCloudApigeeV1AsyncQuery
- type GoogleCloudApigeeV1AsyncQueryResult
- type GoogleCloudApigeeV1AsyncQueryResultView
- type GoogleCloudApigeeV1Attribute
- type GoogleCloudApigeeV1Attributes
- type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest
- type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray
- type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray
- type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll
- type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray
- type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource
- type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse
- type GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest
- type GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse
- type GoogleCloudApigeeV1CanaryEvaluation
- type GoogleCloudApigeeV1CanaryEvaluationMetricLabels
- type GoogleCloudApigeeV1CertInfo
- type GoogleCloudApigeeV1Certificate
- type GoogleCloudApigeeV1CommonNameConfig
- type GoogleCloudApigeeV1ComputeEnvironmentScoresRequest
- type GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter
- type GoogleCloudApigeeV1ComputeEnvironmentScoresResponse
- type GoogleCloudApigeeV1ConfigVersion
- type GoogleCloudApigeeV1ConnectorsPlatformConfig
- type GoogleCloudApigeeV1ControlPlaneAccess
- type GoogleCloudApigeeV1Credential
- type GoogleCloudApigeeV1CreditDeveloperBalanceRequest
- type GoogleCloudApigeeV1CustomReport
- type GoogleCloudApigeeV1CustomReportMetric
- type GoogleCloudApigeeV1DataCollector
- type GoogleCloudApigeeV1DataCollectorConfig
- type GoogleCloudApigeeV1Datastore
- type GoogleCloudApigeeV1DatastoreConfig
- type GoogleCloudApigeeV1DateRange
- type GoogleCloudApigeeV1DebugMask
- type GoogleCloudApigeeV1DebugSession
- type GoogleCloudApigeeV1DebugSessionTransaction
- type GoogleCloudApigeeV1DeleteCustomReportResponse
- type GoogleCloudApigeeV1DeleteResponse
- type GoogleCloudApigeeV1Deployment
- type GoogleCloudApigeeV1DeploymentChangeReport
- type GoogleCloudApigeeV1DeploymentChangeReportRoutingChange
- type GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict
- type GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment
- type GoogleCloudApigeeV1DeploymentConfig
- type GoogleCloudApigeeV1DeploymentGroupConfig
- type GoogleCloudApigeeV1Developer
- type GoogleCloudApigeeV1DeveloperApp
- type GoogleCloudApigeeV1DeveloperAppKey
- type GoogleCloudApigeeV1DeveloperBalance
- type GoogleCloudApigeeV1DeveloperBalanceWallet
- type GoogleCloudApigeeV1DeveloperMonetizationConfig
- type GoogleCloudApigeeV1DeveloperSubscription
- type GoogleCloudApigeeV1DimensionMetric
- type GoogleCloudApigeeV1DisableSecurityActionRequest
- type GoogleCloudApigeeV1DnsZone
- type GoogleCloudApigeeV1DnsZonePeeringConfig
- type GoogleCloudApigeeV1DocumentationFile
- type GoogleCloudApigeeV1EnableSecurityActionRequest
- type GoogleCloudApigeeV1EndpointAttachment
- type GoogleCloudApigeeV1EndpointChainingRule
- type GoogleCloudApigeeV1EntityMetadata
- type GoogleCloudApigeeV1Environment
- type GoogleCloudApigeeV1EnvironmentClientIPResolutionConfig
- type GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm
- type GoogleCloudApigeeV1EnvironmentConfig
- type GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig
- type GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm
- type GoogleCloudApigeeV1EnvironmentGroup
- type GoogleCloudApigeeV1EnvironmentGroupAttachment
- type GoogleCloudApigeeV1EnvironmentGroupConfig
- type GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest
- type GoogleCloudApigeeV1Export
- type GoogleCloudApigeeV1ExportRequest
- type GoogleCloudApigeeV1FlowHook
- type GoogleCloudApigeeV1FlowHookConfig
- type GoogleCloudApigeeV1GenerateDownloadUrlRequest
- type GoogleCloudApigeeV1GenerateDownloadUrlResponse
- type GoogleCloudApigeeV1GenerateUploadUrlRequest
- type GoogleCloudApigeeV1GenerateUploadUrlResponse
- type GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse
- type GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo
- type GoogleCloudApigeeV1GetSyncAuthorizationRequest
- type GoogleCloudApigeeV1GraphQLOperation
- type GoogleCloudApigeeV1GraphQLOperationConfig
- type GoogleCloudApigeeV1GraphQLOperationGroup
- type GoogleCloudApigeeV1GraphqlDocumentation
- type GoogleCloudApigeeV1GrpcOperationConfig
- type GoogleCloudApigeeV1GrpcOperationGroup
- type GoogleCloudApigeeV1IngressConfig
- type GoogleCloudApigeeV1Instance
- type GoogleCloudApigeeV1InstanceAttachment
- type GoogleCloudApigeeV1InstanceDeploymentStatus
- type GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision
- type GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
- type GoogleCloudApigeeV1IntegrationConfig
- type GoogleCloudApigeeV1KeyAliasReference
- type GoogleCloudApigeeV1KeyValueEntry
- type GoogleCloudApigeeV1KeyValueMap
- type GoogleCloudApigeeV1Keystore
- type GoogleCloudApigeeV1KeystoreConfig
- type GoogleCloudApigeeV1ListApiCategoriesResponse
- type GoogleCloudApigeeV1ListApiDebugSessionsResponse
- type GoogleCloudApigeeV1ListApiDocsResponse
- type GoogleCloudApigeeV1ListApiProductsResponse
- type GoogleCloudApigeeV1ListApiProxiesResponse
- type GoogleCloudApigeeV1ListAppGroupAppsResponse
- type GoogleCloudApigeeV1ListAppGroupsResponse
- type GoogleCloudApigeeV1ListAppsResponse
- type GoogleCloudApigeeV1ListArchiveDeploymentsResponse
- type GoogleCloudApigeeV1ListAsyncQueriesResponse
- type GoogleCloudApigeeV1ListCustomReportsResponse
- type GoogleCloudApigeeV1ListDataCollectorsResponse
- type GoogleCloudApigeeV1ListDatastoresResponse
- type GoogleCloudApigeeV1ListDebugSessionsResponse
- type GoogleCloudApigeeV1ListDeploymentsResponse
- type GoogleCloudApigeeV1ListDeveloperAppsResponse
- type GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse
- type GoogleCloudApigeeV1ListDnsZonesResponse
- type GoogleCloudApigeeV1ListEndpointAttachmentsResponse
- type GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse
- type GoogleCloudApigeeV1ListEnvironmentGroupsResponse
- type GoogleCloudApigeeV1ListEnvironmentResourcesResponse
- type GoogleCloudApigeeV1ListExportsResponse
- type GoogleCloudApigeeV1ListHybridIssuersResponse
- type GoogleCloudApigeeV1ListInstanceAttachmentsResponse
- type GoogleCloudApigeeV1ListInstancesResponse
- type GoogleCloudApigeeV1ListKeyValueEntriesResponse
- type GoogleCloudApigeeV1ListNatAddressesResponse
- type GoogleCloudApigeeV1ListOfDevelopersResponse
- type GoogleCloudApigeeV1ListOrganizationsResponse
- type GoogleCloudApigeeV1ListRatePlansResponse
- type GoogleCloudApigeeV1ListSecurityActionsResponse
- type GoogleCloudApigeeV1ListSecurityFeedbackResponse
- type GoogleCloudApigeeV1ListSecurityIncidentsResponse
- type GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse
- type GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse
- type GoogleCloudApigeeV1ListSecurityProfilesResponse
- type GoogleCloudApigeeV1ListSecurityProfilesV2Response
- type GoogleCloudApigeeV1ListSecurityReportsResponse
- type GoogleCloudApigeeV1ListSharedFlowsResponse
- type GoogleCloudApigeeV1ListSpacesResponse
- type GoogleCloudApigeeV1ListTraceConfigOverridesResponse
- type GoogleCloudApigeeV1MaintenanceUpdatePolicy
- type GoogleCloudApigeeV1MaintenanceUpdatePolicyMaintenanceWindow
- type GoogleCloudApigeeV1Metadata
- type GoogleCloudApigeeV1Metric
- type GoogleCloudApigeeV1MetricAggregation
- type GoogleCloudApigeeV1MonetizationConfig
- type GoogleCloudApigeeV1MoveApiProductRequest
- type GoogleCloudApigeeV1MoveApiProxyRequest
- type GoogleCloudApigeeV1MoveSharedFlowRequest
- type GoogleCloudApigeeV1NatAddress
- type GoogleCloudApigeeV1NodeConfig
- type GoogleCloudApigeeV1OASDocumentation
- 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 GoogleCloudApigeeV1ProfileConfig
- type GoogleCloudApigeeV1ProfileConfigAbuse
- type GoogleCloudApigeeV1ProfileConfigAuthorization
- type GoogleCloudApigeeV1ProfileConfigCORS
- type GoogleCloudApigeeV1ProfileConfigCategory
- type GoogleCloudApigeeV1ProfileConfigMTLS
- type GoogleCloudApigeeV1ProfileConfigMediation
- type GoogleCloudApigeeV1ProfileConfigThreat
- type GoogleCloudApigeeV1Properties
- type GoogleCloudApigeeV1Property
- type GoogleCloudApigeeV1ProvisionOrganizationRequest
- type GoogleCloudApigeeV1Query
- type GoogleCloudApigeeV1QueryMetadata
- type GoogleCloudApigeeV1QueryMetric
- type GoogleCloudApigeeV1QueryTabularStatsRequest
- type GoogleCloudApigeeV1QueryTabularStatsResponse
- type GoogleCloudApigeeV1QueryTimeSeriesStatsRequest
- type GoogleCloudApigeeV1QueryTimeSeriesStatsResponse
- type GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence
- 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 GoogleCloudApigeeV1RuntimeAddonsConfig
- type GoogleCloudApigeeV1RuntimeAnalyticsConfig
- type GoogleCloudApigeeV1RuntimeApiSecurityConfig
- type GoogleCloudApigeeV1RuntimeConfig
- type GoogleCloudApigeeV1RuntimeTraceConfig
- type GoogleCloudApigeeV1RuntimeTraceConfigOverride
- type GoogleCloudApigeeV1RuntimeTraceSamplingConfig
- type GoogleCloudApigeeV1ScheduledMaintenance
- type GoogleCloudApigeeV1Schema
- type GoogleCloudApigeeV1SchemaSchemaElement
- type GoogleCloudApigeeV1SchemaSchemaProperty
- type GoogleCloudApigeeV1Score
- type GoogleCloudApigeeV1ScoreComponent
- type GoogleCloudApigeeV1ScoreComponentRecommendation
- type GoogleCloudApigeeV1ScoreComponentRecommendationAction
- type GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext
- type GoogleCloudApigeeV1SecurityAction
- type GoogleCloudApigeeV1SecurityActionAllow
- type GoogleCloudApigeeV1SecurityActionConditionConfig
- type GoogleCloudApigeeV1SecurityActionDeny
- type GoogleCloudApigeeV1SecurityActionFlag
- type GoogleCloudApigeeV1SecurityActionHttpHeader
- type GoogleCloudApigeeV1SecurityActionsConfig
- type GoogleCloudApigeeV1SecurityAssessmentResult
- type GoogleCloudApigeeV1SecurityAssessmentResultResource
- type GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails
- type GoogleCloudApigeeV1SecurityAssessmentResultScoringResult
- type GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation
- type GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation
- type GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink
- type GoogleCloudApigeeV1SecurityFeedback
- type GoogleCloudApigeeV1SecurityFeedbackFeedbackContext
- type GoogleCloudApigeeV1SecurityIncident
- type GoogleCloudApigeeV1SecurityMonitoringCondition
- type GoogleCloudApigeeV1SecurityProfile
- type GoogleCloudApigeeV1SecurityProfileEnvironment
- type GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation
- type GoogleCloudApigeeV1SecurityProfileScoringConfig
- type GoogleCloudApigeeV1SecurityProfileV2
- type GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig
- type GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray
- type GoogleCloudApigeeV1SecurityReport
- type GoogleCloudApigeeV1SecurityReportMetadata
- type GoogleCloudApigeeV1SecurityReportQuery
- type GoogleCloudApigeeV1SecurityReportQueryMetric
- type GoogleCloudApigeeV1SecurityReportResultMetadata
- type GoogleCloudApigeeV1SecurityReportResultView
- type GoogleCloudApigeeV1SecuritySettings
- type GoogleCloudApigeeV1ServiceIssuersMapping
- type GoogleCloudApigeeV1Session
- type GoogleCloudApigeeV1SetAddonEnablementRequest
- type GoogleCloudApigeeV1SetAddonsRequest
- type GoogleCloudApigeeV1SharedFlow
- type GoogleCloudApigeeV1SharedFlowRevision
- type GoogleCloudApigeeV1Space
- 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 GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest
- type GoogleCloudApigeeV1UpdateError
- type GoogleCloudApigeeV1UpdateSecurityIncidentRequest
- 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 GoogleTypeInterval
- type GoogleTypeMoney
- type GoogleTypeTimeOfDay
- 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) Space(space string) *OrganizationsApiproductsListCall
- func (c *OrganizationsApiproductsListCall) StartKey(startKey string) *OrganizationsApiproductsListCall
- type OrganizationsApiproductsMoveCall
- func (c *OrganizationsApiproductsMoveCall) Context(ctx context.Context) *OrganizationsApiproductsMoveCall
- func (c *OrganizationsApiproductsMoveCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct, error)
- func (c *OrganizationsApiproductsMoveCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsMoveCall
- func (c *OrganizationsApiproductsMoveCall) Header() http.Header
- 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) Move(name string, ...) *OrganizationsApiproductsMoveCall
- 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) Space(space string) *OrganizationsApisCreateCall
- func (c *OrganizationsApisCreateCall) Validate(validate bool) *OrganizationsApisCreateCall
- type OrganizationsApisDebugsessionsListCall
- func (c *OrganizationsApisDebugsessionsListCall) Context(ctx context.Context) *OrganizationsApisDebugsessionsListCall
- func (c *OrganizationsApisDebugsessionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiDebugSessionsResponse, error)
- func (c *OrganizationsApisDebugsessionsListCall) Fields(s ...googleapi.Field) *OrganizationsApisDebugsessionsListCall
- func (c *OrganizationsApisDebugsessionsListCall) Header() http.Header
- func (c *OrganizationsApisDebugsessionsListCall) IfNoneMatch(entityTag string) *OrganizationsApisDebugsessionsListCall
- func (c *OrganizationsApisDebugsessionsListCall) PageSize(pageSize int64) *OrganizationsApisDebugsessionsListCall
- func (c *OrganizationsApisDebugsessionsListCall) PageToken(pageToken string) *OrganizationsApisDebugsessionsListCall
- func (c *OrganizationsApisDebugsessionsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsApisDebugsessionsService
- 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 OrganizationsApisKeyvaluemapsEntriesCreateCall
- func (c *OrganizationsApisKeyvaluemapsEntriesCreateCall) Context(ctx context.Context) *OrganizationsApisKeyvaluemapsEntriesCreateCall
- func (c *OrganizationsApisKeyvaluemapsEntriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsApisKeyvaluemapsEntriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsEntriesCreateCall
- func (c *OrganizationsApisKeyvaluemapsEntriesCreateCall) Header() http.Header
- type OrganizationsApisKeyvaluemapsEntriesDeleteCall
- func (c *OrganizationsApisKeyvaluemapsEntriesDeleteCall) Context(ctx context.Context) *OrganizationsApisKeyvaluemapsEntriesDeleteCall
- func (c *OrganizationsApisKeyvaluemapsEntriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsApisKeyvaluemapsEntriesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsEntriesDeleteCall
- func (c *OrganizationsApisKeyvaluemapsEntriesDeleteCall) Header() http.Header
- type OrganizationsApisKeyvaluemapsEntriesGetCall
- func (c *OrganizationsApisKeyvaluemapsEntriesGetCall) Context(ctx context.Context) *OrganizationsApisKeyvaluemapsEntriesGetCall
- func (c *OrganizationsApisKeyvaluemapsEntriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsApisKeyvaluemapsEntriesGetCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsEntriesGetCall
- func (c *OrganizationsApisKeyvaluemapsEntriesGetCall) Header() http.Header
- func (c *OrganizationsApisKeyvaluemapsEntriesGetCall) IfNoneMatch(entityTag string) *OrganizationsApisKeyvaluemapsEntriesGetCall
- type OrganizationsApisKeyvaluemapsEntriesListCall
- func (c *OrganizationsApisKeyvaluemapsEntriesListCall) Context(ctx context.Context) *OrganizationsApisKeyvaluemapsEntriesListCall
- func (c *OrganizationsApisKeyvaluemapsEntriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListKeyValueEntriesResponse, error)
- func (c *OrganizationsApisKeyvaluemapsEntriesListCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsEntriesListCall
- func (c *OrganizationsApisKeyvaluemapsEntriesListCall) Header() http.Header
- func (c *OrganizationsApisKeyvaluemapsEntriesListCall) IfNoneMatch(entityTag string) *OrganizationsApisKeyvaluemapsEntriesListCall
- func (c *OrganizationsApisKeyvaluemapsEntriesListCall) PageSize(pageSize int64) *OrganizationsApisKeyvaluemapsEntriesListCall
- func (c *OrganizationsApisKeyvaluemapsEntriesListCall) PageToken(pageToken string) *OrganizationsApisKeyvaluemapsEntriesListCall
- func (c *OrganizationsApisKeyvaluemapsEntriesListCall) Pages(ctx context.Context, ...) error
- type OrganizationsApisKeyvaluemapsEntriesService
- func (r *OrganizationsApisKeyvaluemapsEntriesService) Create(parent string, ...) *OrganizationsApisKeyvaluemapsEntriesCreateCall
- func (r *OrganizationsApisKeyvaluemapsEntriesService) Delete(name string) *OrganizationsApisKeyvaluemapsEntriesDeleteCall
- func (r *OrganizationsApisKeyvaluemapsEntriesService) Get(name string) *OrganizationsApisKeyvaluemapsEntriesGetCall
- func (r *OrganizationsApisKeyvaluemapsEntriesService) List(parent string) *OrganizationsApisKeyvaluemapsEntriesListCall
- func (r *OrganizationsApisKeyvaluemapsEntriesService) Update(name string, ...) *OrganizationsApisKeyvaluemapsEntriesUpdateCall
- type OrganizationsApisKeyvaluemapsEntriesUpdateCall
- func (c *OrganizationsApisKeyvaluemapsEntriesUpdateCall) Context(ctx context.Context) *OrganizationsApisKeyvaluemapsEntriesUpdateCall
- func (c *OrganizationsApisKeyvaluemapsEntriesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsApisKeyvaluemapsEntriesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsEntriesUpdateCall
- func (c *OrganizationsApisKeyvaluemapsEntriesUpdateCall) Header() http.Header
- type OrganizationsApisKeyvaluemapsGetCall
- func (c *OrganizationsApisKeyvaluemapsGetCall) Context(ctx context.Context) *OrganizationsApisKeyvaluemapsGetCall
- func (c *OrganizationsApisKeyvaluemapsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsApisKeyvaluemapsGetCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsGetCall
- func (c *OrganizationsApisKeyvaluemapsGetCall) Header() http.Header
- func (c *OrganizationsApisKeyvaluemapsGetCall) IfNoneMatch(entityTag string) *OrganizationsApisKeyvaluemapsGetCall
- type OrganizationsApisKeyvaluemapsService
- func (r *OrganizationsApisKeyvaluemapsService) Create(parent string, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsApisKeyvaluemapsCreateCall
- func (r *OrganizationsApisKeyvaluemapsService) Delete(name string) *OrganizationsApisKeyvaluemapsDeleteCall
- func (r *OrganizationsApisKeyvaluemapsService) Get(name string) *OrganizationsApisKeyvaluemapsGetCall
- func (r *OrganizationsApisKeyvaluemapsService) Update(name string, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsApisKeyvaluemapsUpdateCall
- type OrganizationsApisKeyvaluemapsUpdateCall
- func (c *OrganizationsApisKeyvaluemapsUpdateCall) Context(ctx context.Context) *OrganizationsApisKeyvaluemapsUpdateCall
- func (c *OrganizationsApisKeyvaluemapsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsApisKeyvaluemapsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsUpdateCall
- func (c *OrganizationsApisKeyvaluemapsUpdateCall) Header() http.Header
- 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
- func (c *OrganizationsApisListCall) Space(space string) *OrganizationsApisListCall
- type OrganizationsApisMoveCall
- func (c *OrganizationsApisMoveCall) Context(ctx context.Context) *OrganizationsApisMoveCall
- func (c *OrganizationsApisMoveCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxy, error)
- func (c *OrganizationsApisMoveCall) Fields(s ...googleapi.Field) *OrganizationsApisMoveCall
- func (c *OrganizationsApisMoveCall) Header() http.Header
- type OrganizationsApisPatchCall
- func (c *OrganizationsApisPatchCall) Context(ctx context.Context) *OrganizationsApisPatchCall
- func (c *OrganizationsApisPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxy, error)
- func (c *OrganizationsApisPatchCall) Fields(s ...googleapi.Field) *OrganizationsApisPatchCall
- func (c *OrganizationsApisPatchCall) Header() http.Header
- func (c *OrganizationsApisPatchCall) UpdateMask(updateMask string) *OrganizationsApisPatchCall
- 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
- func (r *OrganizationsApisService) Move(name string, ...) *OrganizationsApisMoveCall
- func (r *OrganizationsApisService) Patch(name string, googlecloudapigeev1apiproxy *GoogleCloudApigeeV1ApiProxy) *OrganizationsApisPatchCall
- type OrganizationsAppgroupsAppsCreateCall
- func (c *OrganizationsAppgroupsAppsCreateCall) Context(ctx context.Context) *OrganizationsAppgroupsAppsCreateCall
- func (c *OrganizationsAppgroupsAppsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupApp, error)
- func (c *OrganizationsAppgroupsAppsCreateCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsCreateCall
- func (c *OrganizationsAppgroupsAppsCreateCall) Header() http.Header
- type OrganizationsAppgroupsAppsDeleteCall
- func (c *OrganizationsAppgroupsAppsDeleteCall) Context(ctx context.Context) *OrganizationsAppgroupsAppsDeleteCall
- func (c *OrganizationsAppgroupsAppsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupApp, error)
- func (c *OrganizationsAppgroupsAppsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsDeleteCall
- func (c *OrganizationsAppgroupsAppsDeleteCall) Header() http.Header
- type OrganizationsAppgroupsAppsGetCall
- func (c *OrganizationsAppgroupsAppsGetCall) Context(ctx context.Context) *OrganizationsAppgroupsAppsGetCall
- func (c *OrganizationsAppgroupsAppsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupApp, error)
- func (c *OrganizationsAppgroupsAppsGetCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsGetCall
- func (c *OrganizationsAppgroupsAppsGetCall) Header() http.Header
- func (c *OrganizationsAppgroupsAppsGetCall) IfNoneMatch(entityTag string) *OrganizationsAppgroupsAppsGetCall
- type OrganizationsAppgroupsAppsKeysApiproductsDeleteCall
- func (c *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall) Context(ctx context.Context) *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall
- func (c *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupAppKey, error)
- func (c *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall
- func (c *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall) Header() http.Header
- type OrganizationsAppgroupsAppsKeysApiproductsService
- func (r *OrganizationsAppgroupsAppsKeysApiproductsService) Delete(name string) *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall
- func (r *OrganizationsAppgroupsAppsKeysApiproductsService) UpdateAppGroupAppKeyApiProduct(name string) *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall
- type OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall
- func (c *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall) Action(action string) *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall
- func (c *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall) Context(ctx context.Context) *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall
- func (c *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall
- func (c *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall) Header() http.Header
- type OrganizationsAppgroupsAppsKeysCreateCall
- func (c *OrganizationsAppgroupsAppsKeysCreateCall) Context(ctx context.Context) *OrganizationsAppgroupsAppsKeysCreateCall
- func (c *OrganizationsAppgroupsAppsKeysCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupAppKey, error)
- func (c *OrganizationsAppgroupsAppsKeysCreateCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysCreateCall
- func (c *OrganizationsAppgroupsAppsKeysCreateCall) Header() http.Header
- type OrganizationsAppgroupsAppsKeysDeleteCall
- func (c *OrganizationsAppgroupsAppsKeysDeleteCall) Context(ctx context.Context) *OrganizationsAppgroupsAppsKeysDeleteCall
- func (c *OrganizationsAppgroupsAppsKeysDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupAppKey, error)
- func (c *OrganizationsAppgroupsAppsKeysDeleteCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysDeleteCall
- func (c *OrganizationsAppgroupsAppsKeysDeleteCall) Header() http.Header
- type OrganizationsAppgroupsAppsKeysGetCall
- func (c *OrganizationsAppgroupsAppsKeysGetCall) Context(ctx context.Context) *OrganizationsAppgroupsAppsKeysGetCall
- func (c *OrganizationsAppgroupsAppsKeysGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupAppKey, error)
- func (c *OrganizationsAppgroupsAppsKeysGetCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysGetCall
- func (c *OrganizationsAppgroupsAppsKeysGetCall) Header() http.Header
- func (c *OrganizationsAppgroupsAppsKeysGetCall) IfNoneMatch(entityTag string) *OrganizationsAppgroupsAppsKeysGetCall
- type OrganizationsAppgroupsAppsKeysService
- func (r *OrganizationsAppgroupsAppsKeysService) Create(parent string, ...) *OrganizationsAppgroupsAppsKeysCreateCall
- func (r *OrganizationsAppgroupsAppsKeysService) Delete(name string) *OrganizationsAppgroupsAppsKeysDeleteCall
- func (r *OrganizationsAppgroupsAppsKeysService) Get(name string) *OrganizationsAppgroupsAppsKeysGetCall
- func (r *OrganizationsAppgroupsAppsKeysService) UpdateAppGroupAppKey(name string, ...) *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall
- type OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall
- func (c *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall) Context(ctx context.Context) *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall
- func (c *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupAppKey, error)
- func (c *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall
- func (c *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall) Header() http.Header
- type OrganizationsAppgroupsAppsListCall
- func (c *OrganizationsAppgroupsAppsListCall) Context(ctx context.Context) *OrganizationsAppgroupsAppsListCall
- func (c *OrganizationsAppgroupsAppsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAppGroupAppsResponse, error)
- func (c *OrganizationsAppgroupsAppsListCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsListCall
- func (c *OrganizationsAppgroupsAppsListCall) Header() http.Header
- func (c *OrganizationsAppgroupsAppsListCall) IfNoneMatch(entityTag string) *OrganizationsAppgroupsAppsListCall
- func (c *OrganizationsAppgroupsAppsListCall) PageSize(pageSize int64) *OrganizationsAppgroupsAppsListCall
- func (c *OrganizationsAppgroupsAppsListCall) PageToken(pageToken string) *OrganizationsAppgroupsAppsListCall
- func (c *OrganizationsAppgroupsAppsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsAppgroupsAppsService
- func (r *OrganizationsAppgroupsAppsService) Create(parent string, googlecloudapigeev1appgroupapp *GoogleCloudApigeeV1AppGroupApp) *OrganizationsAppgroupsAppsCreateCall
- func (r *OrganizationsAppgroupsAppsService) Delete(name string) *OrganizationsAppgroupsAppsDeleteCall
- func (r *OrganizationsAppgroupsAppsService) Get(name string) *OrganizationsAppgroupsAppsGetCall
- func (r *OrganizationsAppgroupsAppsService) List(parent string) *OrganizationsAppgroupsAppsListCall
- func (r *OrganizationsAppgroupsAppsService) Update(name string, googlecloudapigeev1appgroupapp *GoogleCloudApigeeV1AppGroupApp) *OrganizationsAppgroupsAppsUpdateCall
- type OrganizationsAppgroupsAppsUpdateCall
- func (c *OrganizationsAppgroupsAppsUpdateCall) Action(action string) *OrganizationsAppgroupsAppsUpdateCall
- func (c *OrganizationsAppgroupsAppsUpdateCall) Context(ctx context.Context) *OrganizationsAppgroupsAppsUpdateCall
- func (c *OrganizationsAppgroupsAppsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupApp, error)
- func (c *OrganizationsAppgroupsAppsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsUpdateCall
- func (c *OrganizationsAppgroupsAppsUpdateCall) Header() http.Header
- type OrganizationsAppgroupsCreateCall
- func (c *OrganizationsAppgroupsCreateCall) Context(ctx context.Context) *OrganizationsAppgroupsCreateCall
- func (c *OrganizationsAppgroupsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroup, error)
- func (c *OrganizationsAppgroupsCreateCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsCreateCall
- func (c *OrganizationsAppgroupsCreateCall) Header() http.Header
- type OrganizationsAppgroupsDeleteCall
- func (c *OrganizationsAppgroupsDeleteCall) Context(ctx context.Context) *OrganizationsAppgroupsDeleteCall
- func (c *OrganizationsAppgroupsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroup, error)
- func (c *OrganizationsAppgroupsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsDeleteCall
- func (c *OrganizationsAppgroupsDeleteCall) Header() http.Header
- type OrganizationsAppgroupsGetCall
- func (c *OrganizationsAppgroupsGetCall) Context(ctx context.Context) *OrganizationsAppgroupsGetCall
- func (c *OrganizationsAppgroupsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroup, error)
- func (c *OrganizationsAppgroupsGetCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsGetCall
- func (c *OrganizationsAppgroupsGetCall) Header() http.Header
- func (c *OrganizationsAppgroupsGetCall) IfNoneMatch(entityTag string) *OrganizationsAppgroupsGetCall
- type OrganizationsAppgroupsListCall
- func (c *OrganizationsAppgroupsListCall) Context(ctx context.Context) *OrganizationsAppgroupsListCall
- func (c *OrganizationsAppgroupsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAppGroupsResponse, error)
- func (c *OrganizationsAppgroupsListCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsListCall
- func (c *OrganizationsAppgroupsListCall) Filter(filter string) *OrganizationsAppgroupsListCall
- func (c *OrganizationsAppgroupsListCall) Header() http.Header
- func (c *OrganizationsAppgroupsListCall) IfNoneMatch(entityTag string) *OrganizationsAppgroupsListCall
- func (c *OrganizationsAppgroupsListCall) PageSize(pageSize int64) *OrganizationsAppgroupsListCall
- func (c *OrganizationsAppgroupsListCall) PageToken(pageToken string) *OrganizationsAppgroupsListCall
- func (c *OrganizationsAppgroupsListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListAppGroupsResponse) error) error
- type OrganizationsAppgroupsService
- func (r *OrganizationsAppgroupsService) Create(parent string, googlecloudapigeev1appgroup *GoogleCloudApigeeV1AppGroup) *OrganizationsAppgroupsCreateCall
- func (r *OrganizationsAppgroupsService) Delete(name string) *OrganizationsAppgroupsDeleteCall
- func (r *OrganizationsAppgroupsService) Get(name string) *OrganizationsAppgroupsGetCall
- func (r *OrganizationsAppgroupsService) List(parent string) *OrganizationsAppgroupsListCall
- func (r *OrganizationsAppgroupsService) Update(name string, googlecloudapigeev1appgroup *GoogleCloudApigeeV1AppGroup) *OrganizationsAppgroupsUpdateCall
- type OrganizationsAppgroupsUpdateCall
- func (c *OrganizationsAppgroupsUpdateCall) Action(action string) *OrganizationsAppgroupsUpdateCall
- func (c *OrganizationsAppgroupsUpdateCall) Context(ctx context.Context) *OrganizationsAppgroupsUpdateCall
- func (c *OrganizationsAppgroupsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroup, error)
- func (c *OrganizationsAppgroupsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsUpdateCall
- func (c *OrganizationsAppgroupsUpdateCall) Header() http.Header
- 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) Filter(filter string) *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) PageSize(pageSize int64) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) PageToken(pageToken string) *OrganizationsAppsListCall
- func (c *OrganizationsAppsListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListAppsResponse) error) error
- 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
- func (c *OrganizationsDeleteCall) Retention(retention string) *OrganizationsDeleteCall
- 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 OrganizationsDevelopersBalanceAdjustCall
- func (c *OrganizationsDevelopersBalanceAdjustCall) Context(ctx context.Context) *OrganizationsDevelopersBalanceAdjustCall
- func (c *OrganizationsDevelopersBalanceAdjustCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperBalance, error)
- func (c *OrganizationsDevelopersBalanceAdjustCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersBalanceAdjustCall
- func (c *OrganizationsDevelopersBalanceAdjustCall) Header() http.Header
- type OrganizationsDevelopersBalanceCreditCall
- func (c *OrganizationsDevelopersBalanceCreditCall) Context(ctx context.Context) *OrganizationsDevelopersBalanceCreditCall
- func (c *OrganizationsDevelopersBalanceCreditCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperBalance, error)
- func (c *OrganizationsDevelopersBalanceCreditCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersBalanceCreditCall
- func (c *OrganizationsDevelopersBalanceCreditCall) Header() http.Header
- type OrganizationsDevelopersBalanceService
- 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 OrganizationsDevelopersGetBalanceCall
- func (c *OrganizationsDevelopersGetBalanceCall) Context(ctx context.Context) *OrganizationsDevelopersGetBalanceCall
- func (c *OrganizationsDevelopersGetBalanceCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperBalance, error)
- func (c *OrganizationsDevelopersGetBalanceCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersGetBalanceCall
- func (c *OrganizationsDevelopersGetBalanceCall) Header() http.Header
- func (c *OrganizationsDevelopersGetBalanceCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersGetBalanceCall
- 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 OrganizationsDevelopersGetMonetizationConfigCall
- func (c *OrganizationsDevelopersGetMonetizationConfigCall) Context(ctx context.Context) *OrganizationsDevelopersGetMonetizationConfigCall
- func (c *OrganizationsDevelopersGetMonetizationConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperMonetizationConfig, error)
- func (c *OrganizationsDevelopersGetMonetizationConfigCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersGetMonetizationConfigCall
- func (c *OrganizationsDevelopersGetMonetizationConfigCall) Header() http.Header
- func (c *OrganizationsDevelopersGetMonetizationConfigCall) IfNoneMatch(entityTag string) *OrganizationsDevelopersGetMonetizationConfigCall
- 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) GetBalance(name string) *OrganizationsDevelopersGetBalanceCall
- func (r *OrganizationsDevelopersService) GetMonetizationConfig(name string) *OrganizationsDevelopersGetMonetizationConfigCall
- func (r *OrganizationsDevelopersService) List(parent string) *OrganizationsDevelopersListCall
- func (r *OrganizationsDevelopersService) SetDeveloperStatus(name string) *OrganizationsDevelopersSetDeveloperStatusCall
- func (r *OrganizationsDevelopersService) Update(name string, googlecloudapigeev1developer *GoogleCloudApigeeV1Developer) *OrganizationsDevelopersUpdateCall
- func (r *OrganizationsDevelopersService) UpdateMonetizationConfig(name string, ...) *OrganizationsDevelopersUpdateMonetizationConfigCall
- 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 OrganizationsDevelopersUpdateMonetizationConfigCall
- func (c *OrganizationsDevelopersUpdateMonetizationConfigCall) Context(ctx context.Context) *OrganizationsDevelopersUpdateMonetizationConfigCall
- func (c *OrganizationsDevelopersUpdateMonetizationConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperMonetizationConfig, error)
- func (c *OrganizationsDevelopersUpdateMonetizationConfigCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersUpdateMonetizationConfigCall
- func (c *OrganizationsDevelopersUpdateMonetizationConfigCall) Header() http.Header
- type OrganizationsDnsZonesCreateCall
- func (c *OrganizationsDnsZonesCreateCall) Context(ctx context.Context) *OrganizationsDnsZonesCreateCall
- func (c *OrganizationsDnsZonesCreateCall) DnsZoneId(dnsZoneId string) *OrganizationsDnsZonesCreateCall
- func (c *OrganizationsDnsZonesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsDnsZonesCreateCall) Fields(s ...googleapi.Field) *OrganizationsDnsZonesCreateCall
- func (c *OrganizationsDnsZonesCreateCall) Header() http.Header
- type OrganizationsDnsZonesDeleteCall
- func (c *OrganizationsDnsZonesDeleteCall) Context(ctx context.Context) *OrganizationsDnsZonesDeleteCall
- func (c *OrganizationsDnsZonesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsDnsZonesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDnsZonesDeleteCall
- func (c *OrganizationsDnsZonesDeleteCall) Header() http.Header
- type OrganizationsDnsZonesGetCall
- func (c *OrganizationsDnsZonesGetCall) Context(ctx context.Context) *OrganizationsDnsZonesGetCall
- func (c *OrganizationsDnsZonesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DnsZone, error)
- func (c *OrganizationsDnsZonesGetCall) Fields(s ...googleapi.Field) *OrganizationsDnsZonesGetCall
- func (c *OrganizationsDnsZonesGetCall) Header() http.Header
- func (c *OrganizationsDnsZonesGetCall) IfNoneMatch(entityTag string) *OrganizationsDnsZonesGetCall
- type OrganizationsDnsZonesListCall
- func (c *OrganizationsDnsZonesListCall) Context(ctx context.Context) *OrganizationsDnsZonesListCall
- func (c *OrganizationsDnsZonesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDnsZonesResponse, error)
- func (c *OrganizationsDnsZonesListCall) Fields(s ...googleapi.Field) *OrganizationsDnsZonesListCall
- func (c *OrganizationsDnsZonesListCall) Header() http.Header
- func (c *OrganizationsDnsZonesListCall) IfNoneMatch(entityTag string) *OrganizationsDnsZonesListCall
- func (c *OrganizationsDnsZonesListCall) PageSize(pageSize int64) *OrganizationsDnsZonesListCall
- func (c *OrganizationsDnsZonesListCall) PageToken(pageToken string) *OrganizationsDnsZonesListCall
- func (c *OrganizationsDnsZonesListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListDnsZonesResponse) error) error
- type OrganizationsDnsZonesService
- func (r *OrganizationsDnsZonesService) Create(parent string, googlecloudapigeev1dnszone *GoogleCloudApigeeV1DnsZone) *OrganizationsDnsZonesCreateCall
- func (r *OrganizationsDnsZonesService) Delete(name string) *OrganizationsDnsZonesDeleteCall
- func (r *OrganizationsDnsZonesService) Get(name string) *OrganizationsDnsZonesGetCall
- func (r *OrganizationsDnsZonesService) List(parent string) *OrganizationsDnsZonesListCall
- type OrganizationsEndpointAttachmentsCreateCall
- func (c *OrganizationsEndpointAttachmentsCreateCall) Context(ctx context.Context) *OrganizationsEndpointAttachmentsCreateCall
- func (c *OrganizationsEndpointAttachmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEndpointAttachmentsCreateCall) EndpointAttachmentId(endpointAttachmentId string) *OrganizationsEndpointAttachmentsCreateCall
- func (c *OrganizationsEndpointAttachmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEndpointAttachmentsCreateCall
- func (c *OrganizationsEndpointAttachmentsCreateCall) Header() http.Header
- type OrganizationsEndpointAttachmentsDeleteCall
- func (c *OrganizationsEndpointAttachmentsDeleteCall) Context(ctx context.Context) *OrganizationsEndpointAttachmentsDeleteCall
- func (c *OrganizationsEndpointAttachmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEndpointAttachmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEndpointAttachmentsDeleteCall
- func (c *OrganizationsEndpointAttachmentsDeleteCall) Header() http.Header
- type OrganizationsEndpointAttachmentsGetCall
- func (c *OrganizationsEndpointAttachmentsGetCall) Context(ctx context.Context) *OrganizationsEndpointAttachmentsGetCall
- func (c *OrganizationsEndpointAttachmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EndpointAttachment, error)
- func (c *OrganizationsEndpointAttachmentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEndpointAttachmentsGetCall
- func (c *OrganizationsEndpointAttachmentsGetCall) Header() http.Header
- func (c *OrganizationsEndpointAttachmentsGetCall) IfNoneMatch(entityTag string) *OrganizationsEndpointAttachmentsGetCall
- type OrganizationsEndpointAttachmentsListCall
- func (c *OrganizationsEndpointAttachmentsListCall) Context(ctx context.Context) *OrganizationsEndpointAttachmentsListCall
- func (c *OrganizationsEndpointAttachmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEndpointAttachmentsResponse, error)
- func (c *OrganizationsEndpointAttachmentsListCall) Fields(s ...googleapi.Field) *OrganizationsEndpointAttachmentsListCall
- func (c *OrganizationsEndpointAttachmentsListCall) Header() http.Header
- func (c *OrganizationsEndpointAttachmentsListCall) IfNoneMatch(entityTag string) *OrganizationsEndpointAttachmentsListCall
- func (c *OrganizationsEndpointAttachmentsListCall) PageSize(pageSize int64) *OrganizationsEndpointAttachmentsListCall
- func (c *OrganizationsEndpointAttachmentsListCall) PageToken(pageToken string) *OrganizationsEndpointAttachmentsListCall
- func (c *OrganizationsEndpointAttachmentsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsEndpointAttachmentsService
- func (r *OrganizationsEndpointAttachmentsService) Create(parent string, ...) *OrganizationsEndpointAttachmentsCreateCall
- func (r *OrganizationsEndpointAttachmentsService) Delete(name string) *OrganizationsEndpointAttachmentsDeleteCall
- func (r *OrganizationsEndpointAttachmentsService) Get(name string) *OrganizationsEndpointAttachmentsGetCall
- func (r *OrganizationsEndpointAttachmentsService) List(parent string) *OrganizationsEndpointAttachmentsListCall
- 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 OrganizationsEnvgroupsGetDeployedIngressConfigCall
- func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) Context(ctx context.Context) *OrganizationsEnvgroupsGetDeployedIngressConfigCall
- func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EnvironmentGroupConfig, error)
- func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsGetDeployedIngressConfigCall
- func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) Header() http.Header
- func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) IfNoneMatch(entityTag string) *OrganizationsEnvgroupsGetDeployedIngressConfigCall
- func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) View(view string) *OrganizationsEnvgroupsGetDeployedIngressConfigCall
- 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) GetDeployedIngressConfig(name string) *OrganizationsEnvgroupsGetDeployedIngressConfigCall
- func (r *OrganizationsEnvgroupsService) List(parent string) *OrganizationsEnvgroupsListCall
- func (r *OrganizationsEnvgroupsService) Patch(name string, ...) *OrganizationsEnvgroupsPatchCall
- type OrganizationsEnvironmentsAddonsConfigService
- type OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall
- func (c *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall) Context(ctx context.Context) *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall
- func (c *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall
- func (c *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall) Header() http.Header
- 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
- func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) ServiceAccount(serviceAccount string) *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 OrganizationsEnvironmentsArchiveDeploymentsCreateCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsArchiveDeploymentsCreateCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEnvironmentsArchiveDeploymentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsCreateCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsCreateCall) Header() http.Header
- type OrganizationsEnvironmentsArchiveDeploymentsDeleteCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall) Context(ctx context.Context) *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1GenerateDownloadUrlResponse, error)
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall) Header() http.Header
- type OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall) Context(ctx context.Context) *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1GenerateUploadUrlResponse, error)
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall) Header() http.Header
- type OrganizationsEnvironmentsArchiveDeploymentsGetCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsArchiveDeploymentsGetCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ArchiveDeployment, error)
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsGetCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsArchiveDeploymentsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsArchiveDeploymentsGetCall
- type OrganizationsEnvironmentsArchiveDeploymentsListCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsArchiveDeploymentsListCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListArchiveDeploymentsResponse, error)
- func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsListCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Filter(filter string) *OrganizationsEnvironmentsArchiveDeploymentsListCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsArchiveDeploymentsListCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) PageSize(pageSize int64) *OrganizationsEnvironmentsArchiveDeploymentsListCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) PageToken(pageToken string) *OrganizationsEnvironmentsArchiveDeploymentsListCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsEnvironmentsArchiveDeploymentsPatchCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsPatchCall) Context(ctx context.Context) *OrganizationsEnvironmentsArchiveDeploymentsPatchCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ArchiveDeployment, error)
- func (c *OrganizationsEnvironmentsArchiveDeploymentsPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsPatchCall
- func (c *OrganizationsEnvironmentsArchiveDeploymentsPatchCall) Header() http.Header
- func (c *OrganizationsEnvironmentsArchiveDeploymentsPatchCall) UpdateMask(updateMask string) *OrganizationsEnvironmentsArchiveDeploymentsPatchCall
- type OrganizationsEnvironmentsArchiveDeploymentsService
- func (r *OrganizationsEnvironmentsArchiveDeploymentsService) Create(parent string, ...) *OrganizationsEnvironmentsArchiveDeploymentsCreateCall
- func (r *OrganizationsEnvironmentsArchiveDeploymentsService) Delete(name string) *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall
- func (r *OrganizationsEnvironmentsArchiveDeploymentsService) GenerateDownloadUrl(name string, ...) *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall
- func (r *OrganizationsEnvironmentsArchiveDeploymentsService) GenerateUploadUrl(parent string, ...) *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall
- func (r *OrganizationsEnvironmentsArchiveDeploymentsService) Get(name string) *OrganizationsEnvironmentsArchiveDeploymentsGetCall
- func (r *OrganizationsEnvironmentsArchiveDeploymentsService) List(parent string) *OrganizationsEnvironmentsArchiveDeploymentsListCall
- func (r *OrganizationsEnvironmentsArchiveDeploymentsService) Patch(name string, ...) *OrganizationsEnvironmentsArchiveDeploymentsPatchCall
- 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 OrganizationsEnvironmentsDeploymentsGetCall
- func (c *OrganizationsEnvironmentsDeploymentsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsDeploymentsGetCall
- func (c *OrganizationsEnvironmentsDeploymentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment, error)
- func (c *OrganizationsEnvironmentsDeploymentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeploymentsGetCall
- func (c *OrganizationsEnvironmentsDeploymentsGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsDeploymentsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsDeploymentsGetCall
- type OrganizationsEnvironmentsDeploymentsGetIamPolicyCall
- func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) Context(ctx context.Context) *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall
- func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
- func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall
- func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) Header() http.Header
- func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall
- func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall
- 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
- func (r *OrganizationsEnvironmentsDeploymentsService) Get(name string) *OrganizationsEnvironmentsDeploymentsGetCall
- func (r *OrganizationsEnvironmentsDeploymentsService) GetIamPolicy(resource string) *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall
- func (r *OrganizationsEnvironmentsDeploymentsService) List(parent string) *OrganizationsEnvironmentsDeploymentsListCall
- func (r *OrganizationsEnvironmentsDeploymentsService) SetIamPolicy(resource string, ...) *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall
- func (r *OrganizationsEnvironmentsDeploymentsService) TestIamPermissions(resource string, ...) *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall
- type OrganizationsEnvironmentsDeploymentsSetIamPolicyCall
- func (c *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall) Context(ctx context.Context) *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall
- func (c *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
- func (c *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall
- func (c *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall) Header() http.Header
- type OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall
- func (c *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall) Context(ctx context.Context) *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall
- func (c *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)
- func (c *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall
- func (c *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall) Header() http.Header
- 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 OrganizationsEnvironmentsGetAddonsConfigCall
- func (c *OrganizationsEnvironmentsGetAddonsConfigCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetAddonsConfigCall
- func (c *OrganizationsEnvironmentsGetAddonsConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AddonsConfig, error)
- func (c *OrganizationsEnvironmentsGetAddonsConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetAddonsConfigCall
- func (c *OrganizationsEnvironmentsGetAddonsConfigCall) Header() http.Header
- func (c *OrganizationsEnvironmentsGetAddonsConfigCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetAddonsConfigCall
- type OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall
- func (c *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall
- func (c *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiSecurityRuntimeConfig, error)
- func (c *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall
- func (c *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall) Header() http.Header
- func (c *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall
- 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 OrganizationsEnvironmentsGetSecurityActionsConfigCall
- func (c *OrganizationsEnvironmentsGetSecurityActionsConfigCall) Context(ctx context.Context) *OrganizationsEnvironmentsGetSecurityActionsConfigCall
- func (c *OrganizationsEnvironmentsGetSecurityActionsConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityActionsConfig, error)
- func (c *OrganizationsEnvironmentsGetSecurityActionsConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetSecurityActionsConfigCall
- func (c *OrganizationsEnvironmentsGetSecurityActionsConfigCall) Header() http.Header
- func (c *OrganizationsEnvironmentsGetSecurityActionsConfigCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsGetSecurityActionsConfigCall
- 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 OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall) Header() http.Header
- type OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall
- type OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListKeyValueEntriesResponse, error)
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) PageSize(pageSize int64) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) PageToken(pageToken string) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) Pages(ctx context.Context, ...) error
- type OrganizationsEnvironmentsKeyvaluemapsEntriesService
- func (r *OrganizationsEnvironmentsKeyvaluemapsEntriesService) Create(parent string, ...) *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall
- func (r *OrganizationsEnvironmentsKeyvaluemapsEntriesService) Delete(name string) *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall
- func (r *OrganizationsEnvironmentsKeyvaluemapsEntriesService) Get(name string) *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall
- func (r *OrganizationsEnvironmentsKeyvaluemapsEntriesService) List(parent string) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
- func (r *OrganizationsEnvironmentsKeyvaluemapsEntriesService) Update(name string, ...) *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall
- type OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall) Header() http.Header
- type OrganizationsEnvironmentsKeyvaluemapsGetCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeyvaluemapsGetCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsEnvironmentsKeyvaluemapsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsGetCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsKeyvaluemapsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsKeyvaluemapsGetCall
- type OrganizationsEnvironmentsKeyvaluemapsService
- func (r *OrganizationsEnvironmentsKeyvaluemapsService) Create(parent string, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsEnvironmentsKeyvaluemapsCreateCall
- func (r *OrganizationsEnvironmentsKeyvaluemapsService) Delete(name string) *OrganizationsEnvironmentsKeyvaluemapsDeleteCall
- func (r *OrganizationsEnvironmentsKeyvaluemapsService) Get(name string) *OrganizationsEnvironmentsKeyvaluemapsGetCall
- func (r *OrganizationsEnvironmentsKeyvaluemapsService) Update(name string, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsEnvironmentsKeyvaluemapsUpdateCall
- type OrganizationsEnvironmentsKeyvaluemapsUpdateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsKeyvaluemapsUpdateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsEnvironmentsKeyvaluemapsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsUpdateCall
- func (c *OrganizationsEnvironmentsKeyvaluemapsUpdateCall) Header() http.Header
- type OrganizationsEnvironmentsModifyEnvironmentCall
- func (c *OrganizationsEnvironmentsModifyEnvironmentCall) Context(ctx context.Context) *OrganizationsEnvironmentsModifyEnvironmentCall
- func (c *OrganizationsEnvironmentsModifyEnvironmentCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsEnvironmentsModifyEnvironmentCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsModifyEnvironmentCall
- func (c *OrganizationsEnvironmentsModifyEnvironmentCall) Header() http.Header
- func (c *OrganizationsEnvironmentsModifyEnvironmentCall) UpdateMask(updateMask string) *OrganizationsEnvironmentsModifyEnvironmentCall
- 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 OrganizationsEnvironmentsQueriesGetResulturlCall
- func (c *OrganizationsEnvironmentsQueriesGetResulturlCall) Context(ctx context.Context) *OrganizationsEnvironmentsQueriesGetResulturlCall
- func (c *OrganizationsEnvironmentsQueriesGetResulturlCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse, error)
- func (c *OrganizationsEnvironmentsQueriesGetResulturlCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesGetResulturlCall
- func (c *OrganizationsEnvironmentsQueriesGetResulturlCall) Header() http.Header
- func (c *OrganizationsEnvironmentsQueriesGetResulturlCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsQueriesGetResulturlCall
- 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) GetResulturl(name string) *OrganizationsEnvironmentsQueriesGetResulturlCall
- 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 OrganizationsEnvironmentsSecurityActionsCreateCall
- func (c *OrganizationsEnvironmentsSecurityActionsCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityActionsCreateCall
- func (c *OrganizationsEnvironmentsSecurityActionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityAction, error)
- func (c *OrganizationsEnvironmentsSecurityActionsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsCreateCall
- func (c *OrganizationsEnvironmentsSecurityActionsCreateCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityActionsCreateCall) SecurityActionId(securityActionId string) *OrganizationsEnvironmentsSecurityActionsCreateCall
- type OrganizationsEnvironmentsSecurityActionsDeleteCall
- func (c *OrganizationsEnvironmentsSecurityActionsDeleteCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityActionsDeleteCall
- func (c *OrganizationsEnvironmentsSecurityActionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsEnvironmentsSecurityActionsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsDeleteCall
- func (c *OrganizationsEnvironmentsSecurityActionsDeleteCall) Header() http.Header
- type OrganizationsEnvironmentsSecurityActionsDisableCall
- func (c *OrganizationsEnvironmentsSecurityActionsDisableCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityActionsDisableCall
- func (c *OrganizationsEnvironmentsSecurityActionsDisableCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityAction, error)
- func (c *OrganizationsEnvironmentsSecurityActionsDisableCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsDisableCall
- func (c *OrganizationsEnvironmentsSecurityActionsDisableCall) Header() http.Header
- type OrganizationsEnvironmentsSecurityActionsEnableCall
- func (c *OrganizationsEnvironmentsSecurityActionsEnableCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityActionsEnableCall
- func (c *OrganizationsEnvironmentsSecurityActionsEnableCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityAction, error)
- func (c *OrganizationsEnvironmentsSecurityActionsEnableCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsEnableCall
- func (c *OrganizationsEnvironmentsSecurityActionsEnableCall) Header() http.Header
- type OrganizationsEnvironmentsSecurityActionsGetCall
- func (c *OrganizationsEnvironmentsSecurityActionsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityActionsGetCall
- func (c *OrganizationsEnvironmentsSecurityActionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityAction, error)
- func (c *OrganizationsEnvironmentsSecurityActionsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsGetCall
- func (c *OrganizationsEnvironmentsSecurityActionsGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityActionsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSecurityActionsGetCall
- type OrganizationsEnvironmentsSecurityActionsListCall
- func (c *OrganizationsEnvironmentsSecurityActionsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityActionsListCall
- func (c *OrganizationsEnvironmentsSecurityActionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityActionsResponse, error)
- func (c *OrganizationsEnvironmentsSecurityActionsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsListCall
- func (c *OrganizationsEnvironmentsSecurityActionsListCall) Filter(filter string) *OrganizationsEnvironmentsSecurityActionsListCall
- func (c *OrganizationsEnvironmentsSecurityActionsListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityActionsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSecurityActionsListCall
- func (c *OrganizationsEnvironmentsSecurityActionsListCall) PageSize(pageSize int64) *OrganizationsEnvironmentsSecurityActionsListCall
- func (c *OrganizationsEnvironmentsSecurityActionsListCall) PageToken(pageToken string) *OrganizationsEnvironmentsSecurityActionsListCall
- func (c *OrganizationsEnvironmentsSecurityActionsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsEnvironmentsSecurityActionsPatchCall
- func (c *OrganizationsEnvironmentsSecurityActionsPatchCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityActionsPatchCall
- func (c *OrganizationsEnvironmentsSecurityActionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityAction, error)
- func (c *OrganizationsEnvironmentsSecurityActionsPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsPatchCall
- func (c *OrganizationsEnvironmentsSecurityActionsPatchCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityActionsPatchCall) UpdateMask(updateMask string) *OrganizationsEnvironmentsSecurityActionsPatchCall
- type OrganizationsEnvironmentsSecurityActionsService
- func (r *OrganizationsEnvironmentsSecurityActionsService) Create(parent string, ...) *OrganizationsEnvironmentsSecurityActionsCreateCall
- func (r *OrganizationsEnvironmentsSecurityActionsService) Delete(name string) *OrganizationsEnvironmentsSecurityActionsDeleteCall
- func (r *OrganizationsEnvironmentsSecurityActionsService) Disable(name string, ...) *OrganizationsEnvironmentsSecurityActionsDisableCall
- func (r *OrganizationsEnvironmentsSecurityActionsService) Enable(name string, ...) *OrganizationsEnvironmentsSecurityActionsEnableCall
- func (r *OrganizationsEnvironmentsSecurityActionsService) Get(name string) *OrganizationsEnvironmentsSecurityActionsGetCall
- func (r *OrganizationsEnvironmentsSecurityActionsService) List(parent string) *OrganizationsEnvironmentsSecurityActionsListCall
- func (r *OrganizationsEnvironmentsSecurityActionsService) Patch(name string, ...) *OrganizationsEnvironmentsSecurityActionsPatchCall
- type OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse, error)
- func (c *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall) Header() http.Header
- type OrganizationsEnvironmentsSecurityIncidentsGetCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityIncidentsGetCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityIncident, error)
- func (c *OrganizationsEnvironmentsSecurityIncidentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityIncidentsGetCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityIncidentsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSecurityIncidentsGetCall
- type OrganizationsEnvironmentsSecurityIncidentsListCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityIncidentsListCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityIncidentsResponse, error)
- func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityIncidentsListCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Filter(filter string) *OrganizationsEnvironmentsSecurityIncidentsListCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSecurityIncidentsListCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) PageSize(pageSize int64) *OrganizationsEnvironmentsSecurityIncidentsListCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) PageToken(pageToken string) *OrganizationsEnvironmentsSecurityIncidentsListCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsEnvironmentsSecurityIncidentsPatchCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsPatchCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityIncidentsPatchCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityIncident, error)
- func (c *OrganizationsEnvironmentsSecurityIncidentsPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityIncidentsPatchCall
- func (c *OrganizationsEnvironmentsSecurityIncidentsPatchCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityIncidentsPatchCall) UpdateMask(updateMask string) *OrganizationsEnvironmentsSecurityIncidentsPatchCall
- type OrganizationsEnvironmentsSecurityIncidentsService
- func (r *OrganizationsEnvironmentsSecurityIncidentsService) BatchUpdate(parent string, ...) *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall
- func (r *OrganizationsEnvironmentsSecurityIncidentsService) Get(name string) *OrganizationsEnvironmentsSecurityIncidentsGetCall
- func (r *OrganizationsEnvironmentsSecurityIncidentsService) List(parent string) *OrganizationsEnvironmentsSecurityIncidentsListCall
- func (r *OrganizationsEnvironmentsSecurityIncidentsService) Patch(name string, ...) *OrganizationsEnvironmentsSecurityIncidentsPatchCall
- type OrganizationsEnvironmentsSecurityReportsCreateCall
- func (c *OrganizationsEnvironmentsSecurityReportsCreateCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityReportsCreateCall
- func (c *OrganizationsEnvironmentsSecurityReportsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReport, error)
- func (c *OrganizationsEnvironmentsSecurityReportsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityReportsCreateCall
- func (c *OrganizationsEnvironmentsSecurityReportsCreateCall) Header() http.Header
- type OrganizationsEnvironmentsSecurityReportsGetCall
- func (c *OrganizationsEnvironmentsSecurityReportsGetCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityReportsGetCall
- func (c *OrganizationsEnvironmentsSecurityReportsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReport, error)
- func (c *OrganizationsEnvironmentsSecurityReportsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityReportsGetCall
- func (c *OrganizationsEnvironmentsSecurityReportsGetCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityReportsGetCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSecurityReportsGetCall
- type OrganizationsEnvironmentsSecurityReportsGetResultCall
- func (c *OrganizationsEnvironmentsSecurityReportsGetResultCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityReportsGetResultCall
- func (c *OrganizationsEnvironmentsSecurityReportsGetResultCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
- func (c *OrganizationsEnvironmentsSecurityReportsGetResultCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityReportsGetResultCall
- func (c *OrganizationsEnvironmentsSecurityReportsGetResultCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityReportsGetResultCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSecurityReportsGetResultCall
- type OrganizationsEnvironmentsSecurityReportsGetResultViewCall
- func (c *OrganizationsEnvironmentsSecurityReportsGetResultViewCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityReportsGetResultViewCall
- func (c *OrganizationsEnvironmentsSecurityReportsGetResultViewCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReportResultView, error)
- func (c *OrganizationsEnvironmentsSecurityReportsGetResultViewCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityReportsGetResultViewCall
- func (c *OrganizationsEnvironmentsSecurityReportsGetResultViewCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityReportsGetResultViewCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSecurityReportsGetResultViewCall
- type OrganizationsEnvironmentsSecurityReportsListCall
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityReportsListCall
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) Dataset(dataset string) *OrganizationsEnvironmentsSecurityReportsListCall
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityReportsResponse, error)
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityReportsListCall
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) From(from string) *OrganizationsEnvironmentsSecurityReportsListCall
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) IfNoneMatch(entityTag string) *OrganizationsEnvironmentsSecurityReportsListCall
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) PageSize(pageSize int64) *OrganizationsEnvironmentsSecurityReportsListCall
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) PageToken(pageToken string) *OrganizationsEnvironmentsSecurityReportsListCall
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) Pages(ctx context.Context, ...) error
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) Status(status string) *OrganizationsEnvironmentsSecurityReportsListCall
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) SubmittedBy(submittedBy string) *OrganizationsEnvironmentsSecurityReportsListCall
- func (c *OrganizationsEnvironmentsSecurityReportsListCall) To(to string) *OrganizationsEnvironmentsSecurityReportsListCall
- type OrganizationsEnvironmentsSecurityReportsService
- func (r *OrganizationsEnvironmentsSecurityReportsService) Create(parent string, ...) *OrganizationsEnvironmentsSecurityReportsCreateCall
- func (r *OrganizationsEnvironmentsSecurityReportsService) Get(name string) *OrganizationsEnvironmentsSecurityReportsGetCall
- func (r *OrganizationsEnvironmentsSecurityReportsService) GetResult(name string) *OrganizationsEnvironmentsSecurityReportsGetResultCall
- func (r *OrganizationsEnvironmentsSecurityReportsService) GetResultView(name string) *OrganizationsEnvironmentsSecurityReportsGetResultViewCall
- func (r *OrganizationsEnvironmentsSecurityReportsService) List(parent string) *OrganizationsEnvironmentsSecurityReportsListCall
- type OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall
- func (c *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall
- func (c *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1QueryTabularStatsResponse, error)
- func (c *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall
- func (c *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall) Pages(ctx context.Context, ...) error
- type OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall
- func (c *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall) Context(ctx context.Context) *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall
- func (c *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1QueryTimeSeriesStatsResponse, error)
- func (c *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall
- func (c *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall) Header() http.Header
- func (c *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall) Pages(ctx context.Context, ...) error
- type OrganizationsEnvironmentsSecurityStatsService
- func (r *OrganizationsEnvironmentsSecurityStatsService) QueryTabularStats(orgenv string, ...) *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall
- func (r *OrganizationsEnvironmentsSecurityStatsService) QueryTimeSeriesStats(orgenv string, ...) *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall
- 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) GetAddonsConfig(name string) *OrganizationsEnvironmentsGetAddonsConfigCall
- func (r *OrganizationsEnvironmentsService) GetApiSecurityRuntimeConfig(name string) *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall
- func (r *OrganizationsEnvironmentsService) GetDebugmask(name string) *OrganizationsEnvironmentsGetDebugmaskCall
- func (r *OrganizationsEnvironmentsService) GetDeployedConfig(name string) *OrganizationsEnvironmentsGetDeployedConfigCall
- func (r *OrganizationsEnvironmentsService) GetIamPolicy(resource string) *OrganizationsEnvironmentsGetIamPolicyCall
- func (r *OrganizationsEnvironmentsService) GetSecurityActionsConfig(name string) *OrganizationsEnvironmentsGetSecurityActionsConfigCall
- func (r *OrganizationsEnvironmentsService) GetTraceConfig(name string) *OrganizationsEnvironmentsGetTraceConfigCall
- func (r *OrganizationsEnvironmentsService) ModifyEnvironment(name string, googlecloudapigeev1environment *GoogleCloudApigeeV1Environment) *OrganizationsEnvironmentsModifyEnvironmentCall
- 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) UpdateSecurityActionsConfig(name string, ...) *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall
- 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
- func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) ServiceAccount(serviceAccount string) *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 OrganizationsEnvironmentsUpdateSecurityActionsConfigCall
- func (c *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall) Context(ctx context.Context) *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall
- func (c *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityActionsConfig, error)
- func (c *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall
- func (c *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall) Header() http.Header
- func (c *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall) UpdateMask(updateMask string) *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall
- 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 OrganizationsGetControlPlaneAccessCall
- func (c *OrganizationsGetControlPlaneAccessCall) Context(ctx context.Context) *OrganizationsGetControlPlaneAccessCall
- func (c *OrganizationsGetControlPlaneAccessCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ControlPlaneAccess, error)
- func (c *OrganizationsGetControlPlaneAccessCall) Fields(s ...googleapi.Field) *OrganizationsGetControlPlaneAccessCall
- func (c *OrganizationsGetControlPlaneAccessCall) Header() http.Header
- func (c *OrganizationsGetControlPlaneAccessCall) IfNoneMatch(entityTag string) *OrganizationsGetControlPlaneAccessCall
- 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 OrganizationsGetProjectMappingCall
- func (c *OrganizationsGetProjectMappingCall) Context(ctx context.Context) *OrganizationsGetProjectMappingCall
- func (c *OrganizationsGetProjectMappingCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1OrganizationProjectMapping, error)
- func (c *OrganizationsGetProjectMappingCall) Fields(s ...googleapi.Field) *OrganizationsGetProjectMappingCall
- func (c *OrganizationsGetProjectMappingCall) Header() http.Header
- func (c *OrganizationsGetProjectMappingCall) IfNoneMatch(entityTag string) *OrganizationsGetProjectMappingCall
- type OrganizationsGetRuntimeConfigCall
- func (c *OrganizationsGetRuntimeConfigCall) Context(ctx context.Context) *OrganizationsGetRuntimeConfigCall
- func (c *OrganizationsGetRuntimeConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RuntimeConfig, error)
- func (c *OrganizationsGetRuntimeConfigCall) Fields(s ...googleapi.Field) *OrganizationsGetRuntimeConfigCall
- func (c *OrganizationsGetRuntimeConfigCall) Header() http.Header
- func (c *OrganizationsGetRuntimeConfigCall) IfNoneMatch(entityTag string) *OrganizationsGetRuntimeConfigCall
- type OrganizationsGetSecuritySettingsCall
- func (c *OrganizationsGetSecuritySettingsCall) Context(ctx context.Context) *OrganizationsGetSecuritySettingsCall
- func (c *OrganizationsGetSecuritySettingsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecuritySettings, error)
- func (c *OrganizationsGetSecuritySettingsCall) Fields(s ...googleapi.Field) *OrganizationsGetSecuritySettingsCall
- func (c *OrganizationsGetSecuritySettingsCall) Header() http.Header
- func (c *OrganizationsGetSecuritySettingsCall) IfNoneMatch(entityTag string) *OrganizationsGetSecuritySettingsCall
- 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 OrganizationsHostSecurityReportsCreateCall
- func (c *OrganizationsHostSecurityReportsCreateCall) Context(ctx context.Context) *OrganizationsHostSecurityReportsCreateCall
- func (c *OrganizationsHostSecurityReportsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReport, error)
- func (c *OrganizationsHostSecurityReportsCreateCall) Fields(s ...googleapi.Field) *OrganizationsHostSecurityReportsCreateCall
- func (c *OrganizationsHostSecurityReportsCreateCall) Header() http.Header
- type OrganizationsHostSecurityReportsGetCall
- func (c *OrganizationsHostSecurityReportsGetCall) Context(ctx context.Context) *OrganizationsHostSecurityReportsGetCall
- func (c *OrganizationsHostSecurityReportsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReport, error)
- func (c *OrganizationsHostSecurityReportsGetCall) Fields(s ...googleapi.Field) *OrganizationsHostSecurityReportsGetCall
- func (c *OrganizationsHostSecurityReportsGetCall) Header() http.Header
- func (c *OrganizationsHostSecurityReportsGetCall) IfNoneMatch(entityTag string) *OrganizationsHostSecurityReportsGetCall
- type OrganizationsHostSecurityReportsGetResultCall
- func (c *OrganizationsHostSecurityReportsGetResultCall) Context(ctx context.Context) *OrganizationsHostSecurityReportsGetResultCall
- func (c *OrganizationsHostSecurityReportsGetResultCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody, error)
- func (c *OrganizationsHostSecurityReportsGetResultCall) Fields(s ...googleapi.Field) *OrganizationsHostSecurityReportsGetResultCall
- func (c *OrganizationsHostSecurityReportsGetResultCall) Header() http.Header
- func (c *OrganizationsHostSecurityReportsGetResultCall) IfNoneMatch(entityTag string) *OrganizationsHostSecurityReportsGetResultCall
- type OrganizationsHostSecurityReportsGetResultViewCall
- func (c *OrganizationsHostSecurityReportsGetResultViewCall) Context(ctx context.Context) *OrganizationsHostSecurityReportsGetResultViewCall
- func (c *OrganizationsHostSecurityReportsGetResultViewCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReportResultView, error)
- func (c *OrganizationsHostSecurityReportsGetResultViewCall) Fields(s ...googleapi.Field) *OrganizationsHostSecurityReportsGetResultViewCall
- func (c *OrganizationsHostSecurityReportsGetResultViewCall) Header() http.Header
- func (c *OrganizationsHostSecurityReportsGetResultViewCall) IfNoneMatch(entityTag string) *OrganizationsHostSecurityReportsGetResultViewCall
- type OrganizationsHostSecurityReportsListCall
- func (c *OrganizationsHostSecurityReportsListCall) Context(ctx context.Context) *OrganizationsHostSecurityReportsListCall
- func (c *OrganizationsHostSecurityReportsListCall) Dataset(dataset string) *OrganizationsHostSecurityReportsListCall
- func (c *OrganizationsHostSecurityReportsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityReportsResponse, error)
- func (c *OrganizationsHostSecurityReportsListCall) EnvgroupHostname(envgroupHostname string) *OrganizationsHostSecurityReportsListCall
- func (c *OrganizationsHostSecurityReportsListCall) Fields(s ...googleapi.Field) *OrganizationsHostSecurityReportsListCall
- func (c *OrganizationsHostSecurityReportsListCall) From(from string) *OrganizationsHostSecurityReportsListCall
- func (c *OrganizationsHostSecurityReportsListCall) Header() http.Header
- func (c *OrganizationsHostSecurityReportsListCall) IfNoneMatch(entityTag string) *OrganizationsHostSecurityReportsListCall
- func (c *OrganizationsHostSecurityReportsListCall) PageSize(pageSize int64) *OrganizationsHostSecurityReportsListCall
- func (c *OrganizationsHostSecurityReportsListCall) PageToken(pageToken string) *OrganizationsHostSecurityReportsListCall
- func (c *OrganizationsHostSecurityReportsListCall) Pages(ctx context.Context, ...) error
- func (c *OrganizationsHostSecurityReportsListCall) Status(status string) *OrganizationsHostSecurityReportsListCall
- func (c *OrganizationsHostSecurityReportsListCall) SubmittedBy(submittedBy string) *OrganizationsHostSecurityReportsListCall
- func (c *OrganizationsHostSecurityReportsListCall) To(to string) *OrganizationsHostSecurityReportsListCall
- type OrganizationsHostSecurityReportsService
- func (r *OrganizationsHostSecurityReportsService) Create(parent string, ...) *OrganizationsHostSecurityReportsCreateCall
- func (r *OrganizationsHostSecurityReportsService) Get(name string) *OrganizationsHostSecurityReportsGetCall
- func (r *OrganizationsHostSecurityReportsService) GetResult(name string) *OrganizationsHostSecurityReportsGetResultCall
- func (r *OrganizationsHostSecurityReportsService) GetResultView(name string) *OrganizationsHostSecurityReportsGetResultViewCall
- func (r *OrganizationsHostSecurityReportsService) List(parent string) *OrganizationsHostSecurityReportsListCall
- 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 OrganizationsInstancesPatchCall
- func (c *OrganizationsInstancesPatchCall) Context(ctx context.Context) *OrganizationsInstancesPatchCall
- func (c *OrganizationsInstancesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsInstancesPatchCall) Fields(s ...googleapi.Field) *OrganizationsInstancesPatchCall
- func (c *OrganizationsInstancesPatchCall) Header() http.Header
- func (c *OrganizationsInstancesPatchCall) UpdateMask(updateMask string) *OrganizationsInstancesPatchCall
- 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) Patch(name string, googlecloudapigeev1instance *GoogleCloudApigeeV1Instance) *OrganizationsInstancesPatchCall
- 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 OrganizationsKeyvaluemapsEntriesCreateCall
- func (c *OrganizationsKeyvaluemapsEntriesCreateCall) Context(ctx context.Context) *OrganizationsKeyvaluemapsEntriesCreateCall
- func (c *OrganizationsKeyvaluemapsEntriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsKeyvaluemapsEntriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsEntriesCreateCall
- func (c *OrganizationsKeyvaluemapsEntriesCreateCall) Header() http.Header
- type OrganizationsKeyvaluemapsEntriesDeleteCall
- func (c *OrganizationsKeyvaluemapsEntriesDeleteCall) Context(ctx context.Context) *OrganizationsKeyvaluemapsEntriesDeleteCall
- func (c *OrganizationsKeyvaluemapsEntriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsKeyvaluemapsEntriesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsEntriesDeleteCall
- func (c *OrganizationsKeyvaluemapsEntriesDeleteCall) Header() http.Header
- type OrganizationsKeyvaluemapsEntriesGetCall
- func (c *OrganizationsKeyvaluemapsEntriesGetCall) Context(ctx context.Context) *OrganizationsKeyvaluemapsEntriesGetCall
- func (c *OrganizationsKeyvaluemapsEntriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsKeyvaluemapsEntriesGetCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsEntriesGetCall
- func (c *OrganizationsKeyvaluemapsEntriesGetCall) Header() http.Header
- func (c *OrganizationsKeyvaluemapsEntriesGetCall) IfNoneMatch(entityTag string) *OrganizationsKeyvaluemapsEntriesGetCall
- type OrganizationsKeyvaluemapsEntriesListCall
- func (c *OrganizationsKeyvaluemapsEntriesListCall) Context(ctx context.Context) *OrganizationsKeyvaluemapsEntriesListCall
- func (c *OrganizationsKeyvaluemapsEntriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListKeyValueEntriesResponse, error)
- func (c *OrganizationsKeyvaluemapsEntriesListCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsEntriesListCall
- func (c *OrganizationsKeyvaluemapsEntriesListCall) Header() http.Header
- func (c *OrganizationsKeyvaluemapsEntriesListCall) IfNoneMatch(entityTag string) *OrganizationsKeyvaluemapsEntriesListCall
- func (c *OrganizationsKeyvaluemapsEntriesListCall) PageSize(pageSize int64) *OrganizationsKeyvaluemapsEntriesListCall
- func (c *OrganizationsKeyvaluemapsEntriesListCall) PageToken(pageToken string) *OrganizationsKeyvaluemapsEntriesListCall
- func (c *OrganizationsKeyvaluemapsEntriesListCall) Pages(ctx context.Context, ...) error
- type OrganizationsKeyvaluemapsEntriesService
- func (r *OrganizationsKeyvaluemapsEntriesService) Create(parent string, ...) *OrganizationsKeyvaluemapsEntriesCreateCall
- func (r *OrganizationsKeyvaluemapsEntriesService) Delete(name string) *OrganizationsKeyvaluemapsEntriesDeleteCall
- func (r *OrganizationsKeyvaluemapsEntriesService) Get(name string) *OrganizationsKeyvaluemapsEntriesGetCall
- func (r *OrganizationsKeyvaluemapsEntriesService) List(parent string) *OrganizationsKeyvaluemapsEntriesListCall
- func (r *OrganizationsKeyvaluemapsEntriesService) Update(name string, ...) *OrganizationsKeyvaluemapsEntriesUpdateCall
- type OrganizationsKeyvaluemapsEntriesUpdateCall
- func (c *OrganizationsKeyvaluemapsEntriesUpdateCall) Context(ctx context.Context) *OrganizationsKeyvaluemapsEntriesUpdateCall
- func (c *OrganizationsKeyvaluemapsEntriesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry, error)
- func (c *OrganizationsKeyvaluemapsEntriesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsEntriesUpdateCall
- func (c *OrganizationsKeyvaluemapsEntriesUpdateCall) Header() http.Header
- type OrganizationsKeyvaluemapsGetCall
- func (c *OrganizationsKeyvaluemapsGetCall) Context(ctx context.Context) *OrganizationsKeyvaluemapsGetCall
- func (c *OrganizationsKeyvaluemapsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsKeyvaluemapsGetCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsGetCall
- func (c *OrganizationsKeyvaluemapsGetCall) Header() http.Header
- func (c *OrganizationsKeyvaluemapsGetCall) IfNoneMatch(entityTag string) *OrganizationsKeyvaluemapsGetCall
- type OrganizationsKeyvaluemapsService
- func (r *OrganizationsKeyvaluemapsService) Create(parent string, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsKeyvaluemapsCreateCall
- func (r *OrganizationsKeyvaluemapsService) Delete(name string) *OrganizationsKeyvaluemapsDeleteCall
- func (r *OrganizationsKeyvaluemapsService) Get(name string) *OrganizationsKeyvaluemapsGetCall
- func (r *OrganizationsKeyvaluemapsService) Update(name string, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsKeyvaluemapsUpdateCall
- type OrganizationsKeyvaluemapsUpdateCall
- func (c *OrganizationsKeyvaluemapsUpdateCall) Context(ctx context.Context) *OrganizationsKeyvaluemapsUpdateCall
- func (c *OrganizationsKeyvaluemapsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap, error)
- func (c *OrganizationsKeyvaluemapsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsUpdateCall
- func (c *OrganizationsKeyvaluemapsUpdateCall) Header() http.Header
- 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
- func (c *OrganizationsOperationsListCall) ReturnPartialSuccess(returnPartialSuccess bool) *OrganizationsOperationsListCall
- 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 OrganizationsSecurityAssessmentResultsBatchComputeCall
- func (c *OrganizationsSecurityAssessmentResultsBatchComputeCall) Context(ctx context.Context) *OrganizationsSecurityAssessmentResultsBatchComputeCall
- func (c *OrganizationsSecurityAssessmentResultsBatchComputeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse, error)
- func (c *OrganizationsSecurityAssessmentResultsBatchComputeCall) Fields(s ...googleapi.Field) *OrganizationsSecurityAssessmentResultsBatchComputeCall
- func (c *OrganizationsSecurityAssessmentResultsBatchComputeCall) Header() http.Header
- func (c *OrganizationsSecurityAssessmentResultsBatchComputeCall) Pages(ctx context.Context, ...) error
- type OrganizationsSecurityAssessmentResultsService
- type OrganizationsSecurityFeedbackCreateCall
- func (c *OrganizationsSecurityFeedbackCreateCall) Context(ctx context.Context) *OrganizationsSecurityFeedbackCreateCall
- func (c *OrganizationsSecurityFeedbackCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityFeedback, error)
- func (c *OrganizationsSecurityFeedbackCreateCall) Fields(s ...googleapi.Field) *OrganizationsSecurityFeedbackCreateCall
- func (c *OrganizationsSecurityFeedbackCreateCall) Header() http.Header
- func (c *OrganizationsSecurityFeedbackCreateCall) SecurityFeedbackId(securityFeedbackId string) *OrganizationsSecurityFeedbackCreateCall
- type OrganizationsSecurityFeedbackDeleteCall
- func (c *OrganizationsSecurityFeedbackDeleteCall) Context(ctx context.Context) *OrganizationsSecurityFeedbackDeleteCall
- func (c *OrganizationsSecurityFeedbackDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsSecurityFeedbackDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSecurityFeedbackDeleteCall
- func (c *OrganizationsSecurityFeedbackDeleteCall) Header() http.Header
- type OrganizationsSecurityFeedbackGetCall
- func (c *OrganizationsSecurityFeedbackGetCall) Context(ctx context.Context) *OrganizationsSecurityFeedbackGetCall
- func (c *OrganizationsSecurityFeedbackGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityFeedback, error)
- func (c *OrganizationsSecurityFeedbackGetCall) Fields(s ...googleapi.Field) *OrganizationsSecurityFeedbackGetCall
- func (c *OrganizationsSecurityFeedbackGetCall) Header() http.Header
- func (c *OrganizationsSecurityFeedbackGetCall) IfNoneMatch(entityTag string) *OrganizationsSecurityFeedbackGetCall
- type OrganizationsSecurityFeedbackListCall
- func (c *OrganizationsSecurityFeedbackListCall) Context(ctx context.Context) *OrganizationsSecurityFeedbackListCall
- func (c *OrganizationsSecurityFeedbackListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityFeedbackResponse, error)
- func (c *OrganizationsSecurityFeedbackListCall) Fields(s ...googleapi.Field) *OrganizationsSecurityFeedbackListCall
- func (c *OrganizationsSecurityFeedbackListCall) Header() http.Header
- func (c *OrganizationsSecurityFeedbackListCall) IfNoneMatch(entityTag string) *OrganizationsSecurityFeedbackListCall
- func (c *OrganizationsSecurityFeedbackListCall) PageSize(pageSize int64) *OrganizationsSecurityFeedbackListCall
- func (c *OrganizationsSecurityFeedbackListCall) PageToken(pageToken string) *OrganizationsSecurityFeedbackListCall
- func (c *OrganizationsSecurityFeedbackListCall) Pages(ctx context.Context, ...) error
- type OrganizationsSecurityFeedbackPatchCall
- func (c *OrganizationsSecurityFeedbackPatchCall) Context(ctx context.Context) *OrganizationsSecurityFeedbackPatchCall
- func (c *OrganizationsSecurityFeedbackPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityFeedback, error)
- func (c *OrganizationsSecurityFeedbackPatchCall) Fields(s ...googleapi.Field) *OrganizationsSecurityFeedbackPatchCall
- func (c *OrganizationsSecurityFeedbackPatchCall) Header() http.Header
- func (c *OrganizationsSecurityFeedbackPatchCall) UpdateMask(updateMask string) *OrganizationsSecurityFeedbackPatchCall
- type OrganizationsSecurityFeedbackService
- func (r *OrganizationsSecurityFeedbackService) Create(parent string, ...) *OrganizationsSecurityFeedbackCreateCall
- func (r *OrganizationsSecurityFeedbackService) Delete(name string) *OrganizationsSecurityFeedbackDeleteCall
- func (r *OrganizationsSecurityFeedbackService) Get(name string) *OrganizationsSecurityFeedbackGetCall
- func (r *OrganizationsSecurityFeedbackService) List(parent string) *OrganizationsSecurityFeedbackListCall
- func (r *OrganizationsSecurityFeedbackService) Patch(name string, ...) *OrganizationsSecurityFeedbackPatchCall
- type OrganizationsSecurityMonitoringConditionsCreateCall
- func (c *OrganizationsSecurityMonitoringConditionsCreateCall) Context(ctx context.Context) *OrganizationsSecurityMonitoringConditionsCreateCall
- func (c *OrganizationsSecurityMonitoringConditionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityMonitoringCondition, error)
- func (c *OrganizationsSecurityMonitoringConditionsCreateCall) Fields(s ...googleapi.Field) *OrganizationsSecurityMonitoringConditionsCreateCall
- func (c *OrganizationsSecurityMonitoringConditionsCreateCall) Header() http.Header
- func (c *OrganizationsSecurityMonitoringConditionsCreateCall) SecurityMonitoringConditionId(securityMonitoringConditionId string) *OrganizationsSecurityMonitoringConditionsCreateCall
- type OrganizationsSecurityMonitoringConditionsDeleteCall
- func (c *OrganizationsSecurityMonitoringConditionsDeleteCall) Context(ctx context.Context) *OrganizationsSecurityMonitoringConditionsDeleteCall
- func (c *OrganizationsSecurityMonitoringConditionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsSecurityMonitoringConditionsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSecurityMonitoringConditionsDeleteCall
- func (c *OrganizationsSecurityMonitoringConditionsDeleteCall) Header() http.Header
- type OrganizationsSecurityMonitoringConditionsGetCall
- func (c *OrganizationsSecurityMonitoringConditionsGetCall) Context(ctx context.Context) *OrganizationsSecurityMonitoringConditionsGetCall
- func (c *OrganizationsSecurityMonitoringConditionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityMonitoringCondition, error)
- func (c *OrganizationsSecurityMonitoringConditionsGetCall) Fields(s ...googleapi.Field) *OrganizationsSecurityMonitoringConditionsGetCall
- func (c *OrganizationsSecurityMonitoringConditionsGetCall) Header() http.Header
- func (c *OrganizationsSecurityMonitoringConditionsGetCall) IfNoneMatch(entityTag string) *OrganizationsSecurityMonitoringConditionsGetCall
- type OrganizationsSecurityMonitoringConditionsListCall
- func (c *OrganizationsSecurityMonitoringConditionsListCall) Context(ctx context.Context) *OrganizationsSecurityMonitoringConditionsListCall
- func (c *OrganizationsSecurityMonitoringConditionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse, error)
- func (c *OrganizationsSecurityMonitoringConditionsListCall) Fields(s ...googleapi.Field) *OrganizationsSecurityMonitoringConditionsListCall
- func (c *OrganizationsSecurityMonitoringConditionsListCall) Filter(filter string) *OrganizationsSecurityMonitoringConditionsListCall
- func (c *OrganizationsSecurityMonitoringConditionsListCall) Header() http.Header
- func (c *OrganizationsSecurityMonitoringConditionsListCall) IfNoneMatch(entityTag string) *OrganizationsSecurityMonitoringConditionsListCall
- func (c *OrganizationsSecurityMonitoringConditionsListCall) PageSize(pageSize int64) *OrganizationsSecurityMonitoringConditionsListCall
- func (c *OrganizationsSecurityMonitoringConditionsListCall) PageToken(pageToken string) *OrganizationsSecurityMonitoringConditionsListCall
- func (c *OrganizationsSecurityMonitoringConditionsListCall) Pages(ctx context.Context, ...) error
- type OrganizationsSecurityMonitoringConditionsPatchCall
- func (c *OrganizationsSecurityMonitoringConditionsPatchCall) Context(ctx context.Context) *OrganizationsSecurityMonitoringConditionsPatchCall
- func (c *OrganizationsSecurityMonitoringConditionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityMonitoringCondition, error)
- func (c *OrganizationsSecurityMonitoringConditionsPatchCall) Fields(s ...googleapi.Field) *OrganizationsSecurityMonitoringConditionsPatchCall
- func (c *OrganizationsSecurityMonitoringConditionsPatchCall) Header() http.Header
- func (c *OrganizationsSecurityMonitoringConditionsPatchCall) UpdateMask(updateMask string) *OrganizationsSecurityMonitoringConditionsPatchCall
- type OrganizationsSecurityMonitoringConditionsService
- func (r *OrganizationsSecurityMonitoringConditionsService) Create(parent string, ...) *OrganizationsSecurityMonitoringConditionsCreateCall
- func (r *OrganizationsSecurityMonitoringConditionsService) Delete(name string) *OrganizationsSecurityMonitoringConditionsDeleteCall
- func (r *OrganizationsSecurityMonitoringConditionsService) Get(name string) *OrganizationsSecurityMonitoringConditionsGetCall
- func (r *OrganizationsSecurityMonitoringConditionsService) List(parent string) *OrganizationsSecurityMonitoringConditionsListCall
- func (r *OrganizationsSecurityMonitoringConditionsService) Patch(name string, ...) *OrganizationsSecurityMonitoringConditionsPatchCall
- type OrganizationsSecurityProfilesCreateCall
- func (c *OrganizationsSecurityProfilesCreateCall) Context(ctx context.Context) *OrganizationsSecurityProfilesCreateCall
- func (c *OrganizationsSecurityProfilesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfile, error)
- func (c *OrganizationsSecurityProfilesCreateCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesCreateCall
- func (c *OrganizationsSecurityProfilesCreateCall) Header() http.Header
- func (c *OrganizationsSecurityProfilesCreateCall) SecurityProfileId(securityProfileId string) *OrganizationsSecurityProfilesCreateCall
- type OrganizationsSecurityProfilesDeleteCall
- func (c *OrganizationsSecurityProfilesDeleteCall) Context(ctx context.Context) *OrganizationsSecurityProfilesDeleteCall
- func (c *OrganizationsSecurityProfilesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsSecurityProfilesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesDeleteCall
- func (c *OrganizationsSecurityProfilesDeleteCall) Header() http.Header
- type OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall
- func (c *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall) Context(ctx context.Context) *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall
- func (c *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ComputeEnvironmentScoresResponse, error)
- func (c *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall
- func (c *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall) Header() http.Header
- func (c *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall) Pages(ctx context.Context, ...) error
- type OrganizationsSecurityProfilesEnvironmentsCreateCall
- func (c *OrganizationsSecurityProfilesEnvironmentsCreateCall) Context(ctx context.Context) *OrganizationsSecurityProfilesEnvironmentsCreateCall
- func (c *OrganizationsSecurityProfilesEnvironmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation, error)
- func (c *OrganizationsSecurityProfilesEnvironmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesEnvironmentsCreateCall
- func (c *OrganizationsSecurityProfilesEnvironmentsCreateCall) Header() http.Header
- type OrganizationsSecurityProfilesEnvironmentsDeleteCall
- func (c *OrganizationsSecurityProfilesEnvironmentsDeleteCall) Context(ctx context.Context) *OrganizationsSecurityProfilesEnvironmentsDeleteCall
- func (c *OrganizationsSecurityProfilesEnvironmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsSecurityProfilesEnvironmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesEnvironmentsDeleteCall
- func (c *OrganizationsSecurityProfilesEnvironmentsDeleteCall) Header() http.Header
- type OrganizationsSecurityProfilesEnvironmentsService
- func (r *OrganizationsSecurityProfilesEnvironmentsService) ComputeEnvironmentScores(profileEnvironment string, ...) *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall
- func (r *OrganizationsSecurityProfilesEnvironmentsService) Create(parent string, ...) *OrganizationsSecurityProfilesEnvironmentsCreateCall
- func (r *OrganizationsSecurityProfilesEnvironmentsService) Delete(name string) *OrganizationsSecurityProfilesEnvironmentsDeleteCall
- type OrganizationsSecurityProfilesGetCall
- func (c *OrganizationsSecurityProfilesGetCall) Context(ctx context.Context) *OrganizationsSecurityProfilesGetCall
- func (c *OrganizationsSecurityProfilesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfile, error)
- func (c *OrganizationsSecurityProfilesGetCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesGetCall
- func (c *OrganizationsSecurityProfilesGetCall) Header() http.Header
- func (c *OrganizationsSecurityProfilesGetCall) IfNoneMatch(entityTag string) *OrganizationsSecurityProfilesGetCall
- type OrganizationsSecurityProfilesListCall
- func (c *OrganizationsSecurityProfilesListCall) Context(ctx context.Context) *OrganizationsSecurityProfilesListCall
- func (c *OrganizationsSecurityProfilesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityProfilesResponse, error)
- func (c *OrganizationsSecurityProfilesListCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesListCall
- func (c *OrganizationsSecurityProfilesListCall) Header() http.Header
- func (c *OrganizationsSecurityProfilesListCall) IfNoneMatch(entityTag string) *OrganizationsSecurityProfilesListCall
- func (c *OrganizationsSecurityProfilesListCall) PageSize(pageSize int64) *OrganizationsSecurityProfilesListCall
- func (c *OrganizationsSecurityProfilesListCall) PageToken(pageToken string) *OrganizationsSecurityProfilesListCall
- func (c *OrganizationsSecurityProfilesListCall) Pages(ctx context.Context, ...) error
- type OrganizationsSecurityProfilesListRevisionsCall
- func (c *OrganizationsSecurityProfilesListRevisionsCall) Context(ctx context.Context) *OrganizationsSecurityProfilesListRevisionsCall
- func (c *OrganizationsSecurityProfilesListRevisionsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse, error)
- func (c *OrganizationsSecurityProfilesListRevisionsCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesListRevisionsCall
- func (c *OrganizationsSecurityProfilesListRevisionsCall) Header() http.Header
- func (c *OrganizationsSecurityProfilesListRevisionsCall) IfNoneMatch(entityTag string) *OrganizationsSecurityProfilesListRevisionsCall
- func (c *OrganizationsSecurityProfilesListRevisionsCall) PageSize(pageSize int64) *OrganizationsSecurityProfilesListRevisionsCall
- func (c *OrganizationsSecurityProfilesListRevisionsCall) PageToken(pageToken string) *OrganizationsSecurityProfilesListRevisionsCall
- func (c *OrganizationsSecurityProfilesListRevisionsCall) Pages(ctx context.Context, ...) error
- type OrganizationsSecurityProfilesPatchCall
- func (c *OrganizationsSecurityProfilesPatchCall) Context(ctx context.Context) *OrganizationsSecurityProfilesPatchCall
- func (c *OrganizationsSecurityProfilesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfile, error)
- func (c *OrganizationsSecurityProfilesPatchCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesPatchCall
- func (c *OrganizationsSecurityProfilesPatchCall) Header() http.Header
- func (c *OrganizationsSecurityProfilesPatchCall) UpdateMask(updateMask string) *OrganizationsSecurityProfilesPatchCall
- type OrganizationsSecurityProfilesService
- func (r *OrganizationsSecurityProfilesService) Create(parent string, ...) *OrganizationsSecurityProfilesCreateCall
- func (r *OrganizationsSecurityProfilesService) Delete(name string) *OrganizationsSecurityProfilesDeleteCall
- func (r *OrganizationsSecurityProfilesService) Get(name string) *OrganizationsSecurityProfilesGetCall
- func (r *OrganizationsSecurityProfilesService) List(parent string) *OrganizationsSecurityProfilesListCall
- func (r *OrganizationsSecurityProfilesService) ListRevisions(name string) *OrganizationsSecurityProfilesListRevisionsCall
- func (r *OrganizationsSecurityProfilesService) Patch(name string, ...) *OrganizationsSecurityProfilesPatchCall
- type OrganizationsSecurityProfilesV2CreateCall
- func (c *OrganizationsSecurityProfilesV2CreateCall) Context(ctx context.Context) *OrganizationsSecurityProfilesV2CreateCall
- func (c *OrganizationsSecurityProfilesV2CreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfileV2, error)
- func (c *OrganizationsSecurityProfilesV2CreateCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesV2CreateCall
- func (c *OrganizationsSecurityProfilesV2CreateCall) Header() http.Header
- func (c *OrganizationsSecurityProfilesV2CreateCall) SecurityProfileV2Id(securityProfileV2Id string) *OrganizationsSecurityProfilesV2CreateCall
- type OrganizationsSecurityProfilesV2DeleteCall
- func (c *OrganizationsSecurityProfilesV2DeleteCall) Context(ctx context.Context) *OrganizationsSecurityProfilesV2DeleteCall
- func (c *OrganizationsSecurityProfilesV2DeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsSecurityProfilesV2DeleteCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesV2DeleteCall
- func (c *OrganizationsSecurityProfilesV2DeleteCall) Header() http.Header
- func (c *OrganizationsSecurityProfilesV2DeleteCall) RiskAssessmentType(riskAssessmentType string) *OrganizationsSecurityProfilesV2DeleteCall
- type OrganizationsSecurityProfilesV2GetCall
- func (c *OrganizationsSecurityProfilesV2GetCall) Context(ctx context.Context) *OrganizationsSecurityProfilesV2GetCall
- func (c *OrganizationsSecurityProfilesV2GetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfileV2, error)
- func (c *OrganizationsSecurityProfilesV2GetCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesV2GetCall
- func (c *OrganizationsSecurityProfilesV2GetCall) Header() http.Header
- func (c *OrganizationsSecurityProfilesV2GetCall) IfNoneMatch(entityTag string) *OrganizationsSecurityProfilesV2GetCall
- func (c *OrganizationsSecurityProfilesV2GetCall) RiskAssessmentType(riskAssessmentType string) *OrganizationsSecurityProfilesV2GetCall
- type OrganizationsSecurityProfilesV2ListCall
- func (c *OrganizationsSecurityProfilesV2ListCall) Context(ctx context.Context) *OrganizationsSecurityProfilesV2ListCall
- func (c *OrganizationsSecurityProfilesV2ListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityProfilesV2Response, error)
- func (c *OrganizationsSecurityProfilesV2ListCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesV2ListCall
- func (c *OrganizationsSecurityProfilesV2ListCall) Header() http.Header
- func (c *OrganizationsSecurityProfilesV2ListCall) IfNoneMatch(entityTag string) *OrganizationsSecurityProfilesV2ListCall
- func (c *OrganizationsSecurityProfilesV2ListCall) PageSize(pageSize int64) *OrganizationsSecurityProfilesV2ListCall
- func (c *OrganizationsSecurityProfilesV2ListCall) PageToken(pageToken string) *OrganizationsSecurityProfilesV2ListCall
- func (c *OrganizationsSecurityProfilesV2ListCall) Pages(ctx context.Context, ...) error
- func (c *OrganizationsSecurityProfilesV2ListCall) RiskAssessmentType(riskAssessmentType string) *OrganizationsSecurityProfilesV2ListCall
- type OrganizationsSecurityProfilesV2PatchCall
- func (c *OrganizationsSecurityProfilesV2PatchCall) Context(ctx context.Context) *OrganizationsSecurityProfilesV2PatchCall
- func (c *OrganizationsSecurityProfilesV2PatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfileV2, error)
- func (c *OrganizationsSecurityProfilesV2PatchCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesV2PatchCall
- func (c *OrganizationsSecurityProfilesV2PatchCall) Header() http.Header
- func (c *OrganizationsSecurityProfilesV2PatchCall) UpdateMask(updateMask string) *OrganizationsSecurityProfilesV2PatchCall
- type OrganizationsSecurityProfilesV2Service
- func (r *OrganizationsSecurityProfilesV2Service) Create(parent string, ...) *OrganizationsSecurityProfilesV2CreateCall
- func (r *OrganizationsSecurityProfilesV2Service) Delete(name string) *OrganizationsSecurityProfilesV2DeleteCall
- func (r *OrganizationsSecurityProfilesV2Service) Get(name string) *OrganizationsSecurityProfilesV2GetCall
- func (r *OrganizationsSecurityProfilesV2Service) List(parent string) *OrganizationsSecurityProfilesV2ListCall
- func (r *OrganizationsSecurityProfilesV2Service) Patch(name string, ...) *OrganizationsSecurityProfilesV2PatchCall
- 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) GetControlPlaneAccess(name string) *OrganizationsGetControlPlaneAccessCall
- func (r *OrganizationsService) GetDeployedIngressConfig(name string) *OrganizationsGetDeployedIngressConfigCall
- func (r *OrganizationsService) GetProjectMapping(name string) *OrganizationsGetProjectMappingCall
- func (r *OrganizationsService) GetRuntimeConfig(name string) *OrganizationsGetRuntimeConfigCall
- func (r *OrganizationsService) GetSecuritySettings(name string) *OrganizationsGetSecuritySettingsCall
- 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
- func (r *OrganizationsService) UpdateControlPlaneAccess(name string, ...) *OrganizationsUpdateControlPlaneAccessCall
- func (r *OrganizationsService) UpdateSecuritySettings(name string, ...) *OrganizationsUpdateSecuritySettingsCall
- 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
- func (c *OrganizationsSharedflowsCreateCall) Space(space 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
- func (c *OrganizationsSharedflowsListCall) Space(space string) *OrganizationsSharedflowsListCall
- type OrganizationsSharedflowsMoveCall
- func (c *OrganizationsSharedflowsMoveCall) Context(ctx context.Context) *OrganizationsSharedflowsMoveCall
- func (c *OrganizationsSharedflowsMoveCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlow, error)
- func (c *OrganizationsSharedflowsMoveCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsMoveCall
- func (c *OrganizationsSharedflowsMoveCall) Header() http.Header
- 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
- func (r *OrganizationsSharedflowsService) Move(name string, ...) *OrganizationsSharedflowsMoveCall
- type OrganizationsSitesApicategoriesCreateCall
- func (c *OrganizationsSitesApicategoriesCreateCall) Context(ctx context.Context) *OrganizationsSitesApicategoriesCreateCall
- func (c *OrganizationsSitesApicategoriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiCategoryResponse, 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) (*GoogleCloudApigeeV1DeleteResponse, 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) (*GoogleCloudApigeeV1ApiCategoryResponse, 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) (*GoogleCloudApigeeV1ApiCategoryResponse, error)
- func (c *OrganizationsSitesApicategoriesPatchCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesPatchCall
- func (c *OrganizationsSitesApicategoriesPatchCall) Header() http.Header
- type OrganizationsSitesApicategoriesService
- func (r *OrganizationsSitesApicategoriesService) Create(parent string, googlecloudapigeev1apicategory *GoogleCloudApigeeV1ApiCategory) *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, googlecloudapigeev1apicategory *GoogleCloudApigeeV1ApiCategory) *OrganizationsSitesApicategoriesPatchCall
- type OrganizationsSitesApidocsCreateCall
- func (c *OrganizationsSitesApidocsCreateCall) Context(ctx context.Context) *OrganizationsSitesApidocsCreateCall
- func (c *OrganizationsSitesApidocsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiDocResponse, error)
- func (c *OrganizationsSitesApidocsCreateCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsCreateCall
- func (c *OrganizationsSitesApidocsCreateCall) Header() http.Header
- type OrganizationsSitesApidocsDeleteCall
- func (c *OrganizationsSitesApidocsDeleteCall) Context(ctx context.Context) *OrganizationsSitesApidocsDeleteCall
- func (c *OrganizationsSitesApidocsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeleteResponse, error)
- func (c *OrganizationsSitesApidocsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsDeleteCall
- func (c *OrganizationsSitesApidocsDeleteCall) Header() http.Header
- type OrganizationsSitesApidocsGetCall
- func (c *OrganizationsSitesApidocsGetCall) Context(ctx context.Context) *OrganizationsSitesApidocsGetCall
- func (c *OrganizationsSitesApidocsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiDocResponse, error)
- func (c *OrganizationsSitesApidocsGetCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsGetCall
- func (c *OrganizationsSitesApidocsGetCall) Header() http.Header
- func (c *OrganizationsSitesApidocsGetCall) IfNoneMatch(entityTag string) *OrganizationsSitesApidocsGetCall
- type OrganizationsSitesApidocsGetDocumentationCall
- func (c *OrganizationsSitesApidocsGetDocumentationCall) Context(ctx context.Context) *OrganizationsSitesApidocsGetDocumentationCall
- func (c *OrganizationsSitesApidocsGetDocumentationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiDocDocumentationResponse, error)
- func (c *OrganizationsSitesApidocsGetDocumentationCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsGetDocumentationCall
- func (c *OrganizationsSitesApidocsGetDocumentationCall) Header() http.Header
- func (c *OrganizationsSitesApidocsGetDocumentationCall) IfNoneMatch(entityTag string) *OrganizationsSitesApidocsGetDocumentationCall
- type OrganizationsSitesApidocsListCall
- func (c *OrganizationsSitesApidocsListCall) Context(ctx context.Context) *OrganizationsSitesApidocsListCall
- func (c *OrganizationsSitesApidocsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiDocsResponse, error)
- func (c *OrganizationsSitesApidocsListCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsListCall
- func (c *OrganizationsSitesApidocsListCall) Header() http.Header
- func (c *OrganizationsSitesApidocsListCall) IfNoneMatch(entityTag string) *OrganizationsSitesApidocsListCall
- func (c *OrganizationsSitesApidocsListCall) PageSize(pageSize int64) *OrganizationsSitesApidocsListCall
- func (c *OrganizationsSitesApidocsListCall) PageToken(pageToken string) *OrganizationsSitesApidocsListCall
- func (c *OrganizationsSitesApidocsListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListApiDocsResponse) error) error
- type OrganizationsSitesApidocsService
- func (r *OrganizationsSitesApidocsService) Create(parent string, googlecloudapigeev1apidoc *GoogleCloudApigeeV1ApiDoc) *OrganizationsSitesApidocsCreateCall
- func (r *OrganizationsSitesApidocsService) Delete(name string) *OrganizationsSitesApidocsDeleteCall
- func (r *OrganizationsSitesApidocsService) Get(name string) *OrganizationsSitesApidocsGetCall
- func (r *OrganizationsSitesApidocsService) GetDocumentation(name string) *OrganizationsSitesApidocsGetDocumentationCall
- func (r *OrganizationsSitesApidocsService) List(parent string) *OrganizationsSitesApidocsListCall
- func (r *OrganizationsSitesApidocsService) Update(name string, googlecloudapigeev1apidoc *GoogleCloudApigeeV1ApiDoc) *OrganizationsSitesApidocsUpdateCall
- func (r *OrganizationsSitesApidocsService) UpdateDocumentation(name string, ...) *OrganizationsSitesApidocsUpdateDocumentationCall
- type OrganizationsSitesApidocsUpdateCall
- func (c *OrganizationsSitesApidocsUpdateCall) Context(ctx context.Context) *OrganizationsSitesApidocsUpdateCall
- func (c *OrganizationsSitesApidocsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiDocResponse, error)
- func (c *OrganizationsSitesApidocsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsUpdateCall
- func (c *OrganizationsSitesApidocsUpdateCall) Header() http.Header
- type OrganizationsSitesApidocsUpdateDocumentationCall
- func (c *OrganizationsSitesApidocsUpdateDocumentationCall) Context(ctx context.Context) *OrganizationsSitesApidocsUpdateDocumentationCall
- func (c *OrganizationsSitesApidocsUpdateDocumentationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiDocDocumentationResponse, error)
- func (c *OrganizationsSitesApidocsUpdateDocumentationCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsUpdateDocumentationCall
- func (c *OrganizationsSitesApidocsUpdateDocumentationCall) Header() http.Header
- type OrganizationsSitesService
- type OrganizationsSpacesCreateCall
- func (c *OrganizationsSpacesCreateCall) Context(ctx context.Context) *OrganizationsSpacesCreateCall
- func (c *OrganizationsSpacesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Space, error)
- func (c *OrganizationsSpacesCreateCall) Fields(s ...googleapi.Field) *OrganizationsSpacesCreateCall
- func (c *OrganizationsSpacesCreateCall) Header() http.Header
- func (c *OrganizationsSpacesCreateCall) SpaceId(spaceId string) *OrganizationsSpacesCreateCall
- type OrganizationsSpacesDeleteCall
- func (c *OrganizationsSpacesDeleteCall) Context(ctx context.Context) *OrganizationsSpacesDeleteCall
- func (c *OrganizationsSpacesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *OrganizationsSpacesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSpacesDeleteCall
- func (c *OrganizationsSpacesDeleteCall) Header() http.Header
- type OrganizationsSpacesGetCall
- func (c *OrganizationsSpacesGetCall) Context(ctx context.Context) *OrganizationsSpacesGetCall
- func (c *OrganizationsSpacesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Space, error)
- func (c *OrganizationsSpacesGetCall) Fields(s ...googleapi.Field) *OrganizationsSpacesGetCall
- func (c *OrganizationsSpacesGetCall) Header() http.Header
- func (c *OrganizationsSpacesGetCall) IfNoneMatch(entityTag string) *OrganizationsSpacesGetCall
- type OrganizationsSpacesGetIamPolicyCall
- func (c *OrganizationsSpacesGetIamPolicyCall) Context(ctx context.Context) *OrganizationsSpacesGetIamPolicyCall
- func (c *OrganizationsSpacesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
- func (c *OrganizationsSpacesGetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsSpacesGetIamPolicyCall
- func (c *OrganizationsSpacesGetIamPolicyCall) Header() http.Header
- func (c *OrganizationsSpacesGetIamPolicyCall) IfNoneMatch(entityTag string) *OrganizationsSpacesGetIamPolicyCall
- func (c *OrganizationsSpacesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *OrganizationsSpacesGetIamPolicyCall
- type OrganizationsSpacesListCall
- func (c *OrganizationsSpacesListCall) Context(ctx context.Context) *OrganizationsSpacesListCall
- func (c *OrganizationsSpacesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSpacesResponse, error)
- func (c *OrganizationsSpacesListCall) Fields(s ...googleapi.Field) *OrganizationsSpacesListCall
- func (c *OrganizationsSpacesListCall) Header() http.Header
- func (c *OrganizationsSpacesListCall) IfNoneMatch(entityTag string) *OrganizationsSpacesListCall
- func (c *OrganizationsSpacesListCall) PageSize(pageSize int64) *OrganizationsSpacesListCall
- func (c *OrganizationsSpacesListCall) PageToken(pageToken string) *OrganizationsSpacesListCall
- func (c *OrganizationsSpacesListCall) Pages(ctx context.Context, f func(*GoogleCloudApigeeV1ListSpacesResponse) error) error
- type OrganizationsSpacesPatchCall
- func (c *OrganizationsSpacesPatchCall) Context(ctx context.Context) *OrganizationsSpacesPatchCall
- func (c *OrganizationsSpacesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Space, error)
- func (c *OrganizationsSpacesPatchCall) Fields(s ...googleapi.Field) *OrganizationsSpacesPatchCall
- func (c *OrganizationsSpacesPatchCall) Header() http.Header
- func (c *OrganizationsSpacesPatchCall) UpdateMask(updateMask string) *OrganizationsSpacesPatchCall
- type OrganizationsSpacesService
- func (r *OrganizationsSpacesService) Create(parent string, googlecloudapigeev1space *GoogleCloudApigeeV1Space) *OrganizationsSpacesCreateCall
- func (r *OrganizationsSpacesService) Delete(name string) *OrganizationsSpacesDeleteCall
- func (r *OrganizationsSpacesService) Get(name string) *OrganizationsSpacesGetCall
- func (r *OrganizationsSpacesService) GetIamPolicy(resource string) *OrganizationsSpacesGetIamPolicyCall
- func (r *OrganizationsSpacesService) List(parent string) *OrganizationsSpacesListCall
- func (r *OrganizationsSpacesService) Patch(name string, googlecloudapigeev1space *GoogleCloudApigeeV1Space) *OrganizationsSpacesPatchCall
- func (r *OrganizationsSpacesService) SetIamPolicy(resource string, ...) *OrganizationsSpacesSetIamPolicyCall
- func (r *OrganizationsSpacesService) TestIamPermissions(resource string, ...) *OrganizationsSpacesTestIamPermissionsCall
- type OrganizationsSpacesSetIamPolicyCall
- func (c *OrganizationsSpacesSetIamPolicyCall) Context(ctx context.Context) *OrganizationsSpacesSetIamPolicyCall
- func (c *OrganizationsSpacesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy, error)
- func (c *OrganizationsSpacesSetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsSpacesSetIamPolicyCall
- func (c *OrganizationsSpacesSetIamPolicyCall) Header() http.Header
- type OrganizationsSpacesTestIamPermissionsCall
- func (c *OrganizationsSpacesTestIamPermissionsCall) Context(ctx context.Context) *OrganizationsSpacesTestIamPermissionsCall
- func (c *OrganizationsSpacesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse, error)
- func (c *OrganizationsSpacesTestIamPermissionsCall) Fields(s ...googleapi.Field) *OrganizationsSpacesTestIamPermissionsCall
- func (c *OrganizationsSpacesTestIamPermissionsCall) Header() http.Header
- 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 OrganizationsUpdateControlPlaneAccessCall
- func (c *OrganizationsUpdateControlPlaneAccessCall) Context(ctx context.Context) *OrganizationsUpdateControlPlaneAccessCall
- func (c *OrganizationsUpdateControlPlaneAccessCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *OrganizationsUpdateControlPlaneAccessCall) Fields(s ...googleapi.Field) *OrganizationsUpdateControlPlaneAccessCall
- func (c *OrganizationsUpdateControlPlaneAccessCall) Header() http.Header
- func (c *OrganizationsUpdateControlPlaneAccessCall) UpdateMask(updateMask string) *OrganizationsUpdateControlPlaneAccessCall
- type OrganizationsUpdateSecuritySettingsCall
- func (c *OrganizationsUpdateSecuritySettingsCall) Context(ctx context.Context) *OrganizationsUpdateSecuritySettingsCall
- func (c *OrganizationsUpdateSecuritySettingsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecuritySettings, error)
- func (c *OrganizationsUpdateSecuritySettingsCall) Fields(s ...googleapi.Field) *OrganizationsUpdateSecuritySettingsCall
- func (c *OrganizationsUpdateSecuritySettingsCall) Header() http.Header
- func (c *OrganizationsUpdateSecuritySettingsCall) UpdateMask(updateMask string) *OrganizationsUpdateSecuritySettingsCall
- 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 data and see the email// address for your Google Account.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¶
typeEdgeConfigstoreBundleBadBundle¶added inv0.53.0
type EdgeConfigstoreBundleBadBundle struct {// Violations: Describes all precondition violations.Violations []*EdgeConfigstoreBundleBadBundleViolation `json:"violations,omitempty"`// ForceSendFields is a list of field names (e.g. "Violations") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}EdgeConfigstoreBundleBadBundle: Describes why a bundle is invalid. Intendedfor use in error details.
func (EdgeConfigstoreBundleBadBundle)MarshalJSON¶added inv0.53.0
func (sEdgeConfigstoreBundleBadBundle) MarshalJSON() ([]byte,error)
typeEdgeConfigstoreBundleBadBundleViolation¶added inv0.53.0
type EdgeConfigstoreBundleBadBundleViolation struct {// Description: A description of why the bundle is invalid and how to fix it.Descriptionstring `json:"description,omitempty"`// Filename: The filename (including relative path from the bundle root) in// which the error occurred.Filenamestring `json:"filename,omitempty"`// ForceSendFields is a list of field names (e.g. "Description") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}EdgeConfigstoreBundleBadBundleViolation: A message type used to describe asingle bundle validation error.
func (EdgeConfigstoreBundleBadBundleViolation)MarshalJSON¶added inv0.53.0
func (sEdgeConfigstoreBundleBadBundleViolation) MarshalJSON() ([]byte,error)
typeGoogleApiHttpBody¶
type GoogleApiHttpBody struct {// ContentType: The HTTP Content-Type header value specifying the content type// of the body.ContentTypestring `json:"contentType,omitempty"`// Data: The HTTP request/response body as raw binary.Datastring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleApiHttpBody: Message that represents an arbitrary HTTP body. It shouldonly be used for payload formats that can't be represented as JSON, such asraw binary or an HTML page. This message can be used both in streaming andnon-streaming API methods in the request as well as the response. It can beused as a top-level request field, which is convenient if one wants toextract parameters from either the URL or HTTP template into the requestfields and also want access to the raw HTTP body. Example: messageGetResourceRequest { // A unique request id. string request_id = 1; // Theraw 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: serviceCaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (streamgoogle.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns(stream google.api.HttpBody); } Use of this type only changes how therequest and response bodies are handled, all other features will continue towork unchanged.
func (GoogleApiHttpBody)MarshalJSON¶
func (sGoogleApiHttpBody) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1APIProductAssociation¶added inv0.130.0
type GoogleCloudApigeeV1APIProductAssociation struct {// Apiproduct: API product to be associated with the credential.Apiproductstring `json:"apiproduct,omitempty"`// Status: The API product credential associated status. Valid values are// `approved` or `revoked`.Statusstring `json:"status,omitempty"`// ForceSendFields is a list of field names (e.g. "Apiproduct") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1APIProductAssociation: APIProductAssociation has the APIproduct and its administrative state association.
func (GoogleCloudApigeeV1APIProductAssociation)MarshalJSON¶added inv0.130.0
func (sGoogleCloudApigeeV1APIProductAssociation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Access¶
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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1Access)MarshalJSON¶
func (sGoogleCloudApigeeV1Access) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AccessGet¶
type GoogleCloudApigeeV1AccessGet struct {Namestring `json:"name,omitempty"`Valuestring `json:"value,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1AccessGet: Get action. For example, "Get" : { "name" :"target.name", "value" : "default" }
func (GoogleCloudApigeeV1AccessGet)MarshalJSON¶
func (sGoogleCloudApigeeV1AccessGet) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AccessLoggingConfig¶added inv0.171.0
type GoogleCloudApigeeV1AccessLoggingConfig struct {// Enabled: Optional. Boolean flag that specifies whether the customer access// log feature is enabled.Enabledbool `json:"enabled,omitempty"`// Filter: Optional. Ship the access log entries that match the status_code// defined in the filter. The status_code is the only expected/supported filter// field. (Ex: status_code) The filter will parse it to the Common Expression// Language semantics for expression evaluation to build the filter condition.// (Ex: "filter": status_code >= 200 && status_code < 300 )Filterstring `json:"filter,omitempty"`// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1AccessLoggingConfig: Access logging configuration enablescustomers to ship the access logs from the tenant projects to their ownproject's cloud logging. The feature is at the instance level ad disabled bydefault. It can be enabled during CreateInstance or UpdateInstance.
func (GoogleCloudApigeeV1AccessLoggingConfig)MarshalJSON¶added inv0.171.0
func (sGoogleCloudApigeeV1AccessLoggingConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AccessRemove¶
type GoogleCloudApigeeV1AccessRemove struct {Namestring `json:"name,omitempty"`Successbool `json:"success,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1AccessRemove: Remove action. For example, "Remove" : {"name" : "target.name", "success" : true }
func (GoogleCloudApigeeV1AccessRemove)MarshalJSON¶
func (sGoogleCloudApigeeV1AccessRemove) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AccessSet¶
type GoogleCloudApigeeV1AccessSet struct {Namestring `json:"name,omitempty"`Successbool `json:"success,omitempty"`Valuestring `json:"value,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1AccessSet: Set action. For example, "Set" : { "name" :"target.name", "success" : true, "value" : "default" }
func (GoogleCloudApigeeV1AccessSet)MarshalJSON¶
func (sGoogleCloudApigeeV1AccessSet) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ActivateNatAddressRequest¶added inv0.37.0
type GoogleCloudApigeeV1ActivateNatAddressRequest struct {}GoogleCloudApigeeV1ActivateNatAddressRequest: Request forActivateNatAddressRequest. Activate the nat address request.
typeGoogleCloudApigeeV1AddonsConfig¶added inv0.45.0
type GoogleCloudApigeeV1AddonsConfig struct {// AdvancedApiOpsConfig: Configuration for the Advanced API Ops add-on.AdvancedApiOpsConfig *GoogleCloudApigeeV1AdvancedApiOpsConfig `json:"advancedApiOpsConfig,omitempty"`// AnalyticsConfig: Configuration for the Analytics add-on. Only used in// organizations.environments.addonsConfig.AnalyticsConfig *GoogleCloudApigeeV1AnalyticsConfig `json:"analyticsConfig,omitempty"`// ApiSecurityConfig: Configuration for the API Security add-on.ApiSecurityConfig *GoogleCloudApigeeV1ApiSecurityConfig `json:"apiSecurityConfig,omitempty"`// ConnectorsPlatformConfig: Configuration for the Connectors Platform add-on.ConnectorsPlatformConfig *GoogleCloudApigeeV1ConnectorsPlatformConfig `json:"connectorsPlatformConfig,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"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AdvancedApiOpsConfig") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1AddonsConfig: Add-on configurations for the Apigeeorganization.
func (GoogleCloudApigeeV1AddonsConfig)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1AddonsConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AdjustDeveloperBalanceRequest¶added inv0.63.0
type GoogleCloudApigeeV1AdjustDeveloperBalanceRequest struct {// Adjustment: * A positive value of `adjustment` means that that the API// provider wants to adjust the balance for an under-charged developer i.e. the// balance of the developer will decrease. * A negative value of `adjustment`// means that that the API provider wants to adjust the balance for an// over-charged developer i.e. the balance of the developer will increase.// NOTE: An adjustment cannot increase the balance of the developer beyond the// balance as of the most recent credit. For example, if a developer's balance// is updated to be $100, and they spend $10, a negative adjustment can only// increase the balance of the developer to $100.Adjustment *GoogleTypeMoney `json:"adjustment,omitempty"`// ForceSendFields is a list of field names (e.g. "Adjustment") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Adjustment") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1AdjustDeveloperBalanceRequest: Request forAdjustDeveloperBalance.
func (GoogleCloudApigeeV1AdjustDeveloperBalanceRequest)MarshalJSON¶added inv0.63.0
func (sGoogleCloudApigeeV1AdjustDeveloperBalanceRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AdvancedApiOpsConfig¶added inv0.45.0
type GoogleCloudApigeeV1AdvancedApiOpsConfig struct {// Enabled: Flag that specifies whether the Advanced API Ops add-on is enabled.Enabledbool `json:"enabled,omitempty"`// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1AdvancedApiOpsConfig: Configuration for the Advanced APIOps add-on.
func (GoogleCloudApigeeV1AdvancedApiOpsConfig)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1AdvancedApiOpsConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Alias¶
type GoogleCloudApigeeV1Alias struct {// Alias: Resource ID for this alias. Values must match the regular expression// `[^/]{1,255}`.Aliasstring `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.Typestring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Alias: Reference to a certificate or key/certificatepair.
func (GoogleCloudApigeeV1Alias)MarshalJSON¶
func (sGoogleCloudApigeeV1Alias) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AliasRevisionConfig¶
type GoogleCloudApigeeV1AliasRevisionConfig struct {// Location: Location of the alias file. For example, a Google Cloud Storage// URI.Locationstring `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}`Namestring `json:"name,omitempty"`// Possible values:// "ALIAS_TYPE_UNSPECIFIED" - Alias type is not specified.// "CERT" - Certificate.// "KEY_CERT" - Key/certificate pair.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Location") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1AliasRevisionConfig)MarshalJSON¶
func (sGoogleCloudApigeeV1AliasRevisionConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AnalyticsConfig¶added inv0.144.0
type GoogleCloudApigeeV1AnalyticsConfig struct {// Enabled: Whether the Analytics add-on is enabled.Enabledbool `json:"enabled,omitempty"`// ExpireTimeMillis: Output only. Time at which the Analytics add-on expires in// milliseconds since epoch. If unspecified, the add-on will never expire.ExpireTimeMillisint64 `json:"expireTimeMillis,omitempty,string"`// State: Output only. The state of the Analytics add-on.//// Possible values:// "ADDON_STATE_UNSPECIFIED" - Default value.// "ENABLING" - Add-on is in progress of enabling.// "ENABLED" - Add-on is fully enabled and ready to use.// "DISABLING" - Add-on is in progress of disabling.// "DISABLED" - Add-on is fully disabled.Statestring `json:"state,omitempty"`// UpdateTime: Output only. The latest update time.UpdateTimestring `json:"updateTime,omitempty"`// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1AnalyticsConfig: Configuration for the Analytics add-on.
func (GoogleCloudApigeeV1AnalyticsConfig)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1AnalyticsConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiCategory¶added inv0.33.0
type GoogleCloudApigeeV1ApiCategory struct {// Id: ID of the category (a UUID).Idstring `json:"id,omitempty"`// Name: Name of the category.Namestring `json:"name,omitempty"`// SiteId: Name of the portal.SiteIdstring `json:"siteId,omitempty"`// UpdateTime: Time the category was last modified in milliseconds since epoch.UpdateTimeint64 `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ApiCategory: `ApiCategory` represents an API category.Catalog items(/apigee/docs/reference/apis/apigee/rest/v1/organizations.sites.apidocs) canbe tagged with API categories; users viewing the API catalog in the portalwill have the option to browse the catalog by category.
func (GoogleCloudApigeeV1ApiCategory)MarshalJSON¶added inv0.33.0
func (sGoogleCloudApigeeV1ApiCategory) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiCategoryResponse¶added inv0.149.0
type GoogleCloudApigeeV1ApiCategoryResponse struct {// Data: The API category resource.Data *GoogleCloudApigeeV1ApiCategory `json:"data,omitempty"`// ErrorCode: Unique error code for the request, if any.ErrorCodestring `json:"errorCode,omitempty"`// Message: Description of the operation.Messagestring `json:"message,omitempty"`// RequestId: Unique ID of the request.RequestIdstring `json:"requestId,omitempty"`// Status: Status of the operation.Statusstring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ApiCategoryResponse: The API category resource wrappedwith response status, error_code, etc.
func (GoogleCloudApigeeV1ApiCategoryResponse)MarshalJSON¶added inv0.149.0
func (sGoogleCloudApigeeV1ApiCategoryResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiDebugSession¶added inv0.222.0
type GoogleCloudApigeeV1ApiDebugSession struct {// ApiProxyRevisionId: The revision ID of the deployed API proxy.ApiProxyRevisionIdstring `json:"apiProxyRevisionId,omitempty"`// CreateTime: The first transaction creation timestamp in millisecond,// recorded by UAP.CreateTimestring `json:"createTime,omitempty"`// EnvironmentId: The environment ID of the deployed API proxy.EnvironmentIdstring `json:"environmentId,omitempty"`// Id: The debug session ID.Idstring `json:"id,omitempty"`// ForceSendFields is a list of field names (e.g. "ApiProxyRevisionId") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApiProxyRevisionId") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ApiDebugSession: Session carries the debug session id andits creation time.
func (GoogleCloudApigeeV1ApiDebugSession)MarshalJSON¶added inv0.222.0
func (sGoogleCloudApigeeV1ApiDebugSession) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiDoc¶added inv0.168.0
type GoogleCloudApigeeV1ApiDoc struct {// AnonAllowed: Optional. Boolean flag that manages user access to the catalog// item. When true, the catalog item has public visibility and can be viewed// anonymously; otherwise, only registered users may view it. Note: when the// parent portal is enrolled in the audience management feature// (https://cloud.google.com/apigee/docs/api-platform/publish/portal/portal-audience#enrolling_in_the_beta_release_of_the_audience_management_feature),// and this flag is set to false, visibility is set to an indeterminate state// and must be explicitly specified in the management UI (see Manage the// visibility of an API in your portal// (https://cloud.google.com/apigee/docs/api-platform/publish/portal/publish-apis#visibility)).// Additionally, when enrolled in the audience management feature, updates to// this flag will be ignored as visibility permissions must be updated in the// management UI.AnonAllowedbool `json:"anonAllowed,omitempty"`// ApiProductName: Required. Immutable. The `name` field of the associated API// product// (/apigee/docs/reference/apis/apigee/rest/v1/organizations.apiproducts). A// portal may have only one catalog item associated with a given API product.ApiProductNamestring `json:"apiProductName,omitempty"`// CategoryIds: Optional. The IDs of the API categories to which this catalog// item belongs.CategoryIds []string `json:"categoryIds,omitempty"`// Description: Optional. Description of the catalog item. Max length is 10,000// characters.Descriptionstring `json:"description,omitempty"`// EdgeAPIProductName: Optional. Immutable. DEPRECATED: use the// `apiProductName` field insteadEdgeAPIProductNamestring `json:"edgeAPIProductName,omitempty"`// GraphqlEndpointUrl: Optional. DEPRECATED: manage documentation through the// `getDocumentation` and `updateDocumentation` methodsGraphqlEndpointUrlstring `json:"graphqlEndpointUrl,omitempty"`// GraphqlSchema: Optional. DEPRECATED: manage documentation through the// `getDocumentation` and `updateDocumentation` methodsGraphqlSchemastring `json:"graphqlSchema,omitempty"`// GraphqlSchemaDisplayName: Optional. DEPRECATED: manage documentation through// the `getDocumentation` and `updateDocumentation` methodsGraphqlSchemaDisplayNamestring `json:"graphqlSchemaDisplayName,omitempty"`// Id: Output only. The ID of the catalog item.Idint64 `json:"id,omitempty,string"`// ImageUrl: Optional. Location of the image used for the catalog item in the// catalog. This can be either an image with an external URL or a file path for// image files stored in the portal// (/apigee/docs/api-platform/publish/portal/portal-files"), for example,// `/files/book-tree.jpg`. When specifying the URL of an external image, the// image won't be uploaded to your assets; additionally, loading the image in// the integrated portal will be subject to its availability, which may be// blocked or restricted by content security policies// (/apigee/docs/api-platform/publish/portal/csp). Max length of file path is// 2,083 characters.ImageUrlstring `json:"imageUrl,omitempty"`// Modified: Output only. Time the catalog item was last modified in// milliseconds since epoch.Modifiedint64 `json:"modified,omitempty,string"`// Published: Optional. Denotes whether the catalog item is published to the// portal or is in a draft state. When the parent portal is enrolled in the// audience management feature// (https://cloud.google.com/apigee/docs/api-platform/publish/portal/portal-audience#enrolling_in_the_beta_release_of_the_audience_management_feature),// the visibility can be set to public on creation by setting the anonAllowed// flag to true or further managed in the management UI (see Manage the// visibility of an API in your portal// (https://cloud.google.com/apigee/docs/api-platform/publish/portal/publish-apis#visibility))// before it can be visible to any users. If not enrolled in the audience// management feature, the visibility is managed by the `anonAllowed` flag.Publishedbool `json:"published,omitempty"`// RequireCallbackUrl: Optional. Whether a callback URL is required when this// catalog item's API product is enabled in a developer app. When true, a// portal user will be required to input a URL when managing the app (this is// typically used for the app's OAuth flow).RequireCallbackUrlbool `json:"requireCallbackUrl,omitempty"`// SiteId: Output only. The ID of the parent portal.SiteIdstring `json:"siteId,omitempty"`// SpecId: Optional. DEPRECATED: DO NOT USESpecIdstring `json:"specId,omitempty"`// Title: Required. The user-facing name of the catalog item. `title` must be a// non-empty string with a max length of 255 characters.Titlestring `json:"title,omitempty"`// Visibility: Optional. DEPRECATED: use the `published` field insteadVisibilitybool `json:"visibility,omitempty"`// ForceSendFields is a list of field names (e.g. "AnonAllowed") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AnonAllowed") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ApiDoc: `ApiDoc` represents an API catalog item. Catalogitems are used in two ways in a portal: - Users can browse and interact witha visual representation of the API documentation - The `api_product_name`field provides a link to a backing [API product](/apigee/docs/reference/apis/apigee/rest/v1/organizations.apiproducts).Through this link, portal users can create and manage developer apps linkedto one or more API products.
func (GoogleCloudApigeeV1ApiDoc)MarshalJSON¶added inv0.168.0
func (sGoogleCloudApigeeV1ApiDoc) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiDocDocumentation¶added inv0.168.0
type GoogleCloudApigeeV1ApiDocDocumentation struct {// GraphqlDocumentation: Optional. GraphQL documentation.GraphqlDocumentation *GoogleCloudApigeeV1GraphqlDocumentation `json:"graphqlDocumentation,omitempty"`// OasDocumentation: Optional. OpenAPI Specification documentation.OasDocumentation *GoogleCloudApigeeV1OASDocumentation `json:"oasDocumentation,omitempty"`// ForceSendFields is a list of field names (e.g. "GraphqlDocumentation") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "GraphqlDocumentation") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ApiDocDocumentation: The documentation for a catalogitem.
func (GoogleCloudApigeeV1ApiDocDocumentation)MarshalJSON¶added inv0.168.0
func (sGoogleCloudApigeeV1ApiDocDocumentation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiDocDocumentationResponse¶added inv0.168.0
type GoogleCloudApigeeV1ApiDocDocumentationResponse struct {// Data: Output only. The documentation resource.Data *GoogleCloudApigeeV1ApiDocDocumentation `json:"data,omitempty"`// ErrorCode: Output only. Unique error code for the request, if any.ErrorCodestring `json:"errorCode,omitempty"`// Message: Output only. Description of the operation.Messagestring `json:"message,omitempty"`// RequestId: Output only. Unique ID of the request.RequestIdstring `json:"requestId,omitempty"`// Status: Output only. Status of the operation.Statusstring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ApiDocDocumentationResponse: The catalog itemdocumentation wrapped with response status, error_code, etc.
func (GoogleCloudApigeeV1ApiDocDocumentationResponse)MarshalJSON¶added inv0.168.0
func (sGoogleCloudApigeeV1ApiDocDocumentationResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiDocResponse¶added inv0.168.0
type GoogleCloudApigeeV1ApiDocResponse struct {// Data: The catalog item resource.Data *GoogleCloudApigeeV1ApiDoc `json:"data,omitempty"`// ErrorCode: Unique error code for the request, if any.ErrorCodestring `json:"errorCode,omitempty"`// Message: Description of the operation.Messagestring `json:"message,omitempty"`// RequestId: Unique ID of the request.RequestIdstring `json:"requestId,omitempty"`// Status: Status of the operation.Statusstring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ApiDocResponse: The catalog item resource wrapped withresponse status, error_code, etc.
func (GoogleCloudApigeeV1ApiDocResponse)MarshalJSON¶added inv0.168.0
func (sGoogleCloudApigeeV1ApiDocResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiProduct¶
type GoogleCloudApigeeV1ApiProduct struct {// ApiResources: 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.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.ApprovalTypestring `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.CreatedAtint64 `json:"createdAt,omitempty,string"`// Description: Description of the API product. Include key information about// the API product that is not captured by other fields.Descriptionstring `json:"description,omitempty"`// DisplayName: Name displayed in the UI or developer portal to developers// registering for API access.DisplayNamestring `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"`// GrpcOperationGroup: Optional. Configuration used to group Apigee proxies// with gRPC services and method names. This grouping allows us to set quota// for a particular proxy with the gRPC service name and method. If a method// name is not set, this implies quota and authorization are applied to all// gRPC methods implemented by that proxy for that particular gRPC service.GrpcOperationGroup *GoogleCloudApigeeV1GrpcOperationGroup `json:"grpcOperationGroup,omitempty"`// LastModifiedAt: Response only. Modified time of this environment as// milliseconds since epoch.LastModifiedAtint64 `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.Namestring `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.Quotastring `json:"quota,omitempty"`// QuotaCounterScope: Scope of the quota decides how the quota counter gets// applied and evaluate for quota violation. If the Scope is set as PROXY, then// all the operations defined for the APIproduct that are associated with the// same proxy will share the same quota counter set at the APIproduct level,// making it a global counter at a proxy level. If the Scope is set as// OPERATION, then each operations get the counter set at the API product// dedicated, making it a local counter. Note that, the QuotaCounterScope// applies only when an operation does not have dedicated quota set for itself.//// Possible values:// "QUOTA_COUNTER_SCOPE_UNSPECIFIED" - When quota is not explicitly defined// for each operation(REST/GraphQL), the limits set at product level will be// used as a local counter for quota evaluation by all the operations,// independent of proxy association.// "PROXY" - When quota is not explicitly defined for each// operation(REST/GraphQL), set at product level will be used as a global// counter for quota evaluation by all the operations associated with a// particular proxy.// "OPERATION" - When quota is not explicitly defined for each// operation(REST/GraphQL), the limits set at product level will be used as a// local counter for quota evaluation by all the operations, independent of// proxy association. This behavior mimics the same as// QUOTA_COUNTER_SCOPE_UNSPECIFIED.// "PRODUCT" - When quota is not explicitly defined for each// operation(REST/GraphQL), the limits set at product level will be used as a// global counter for quota evaluation by all the operations.QuotaCounterScopestring `json:"quotaCounterScope,omitempty"`// QuotaInterval: Time interval over which the number of request messages is// calculated.QuotaIntervalstring `json:"quotaInterval,omitempty"`// QuotaTimeUnit: Time unit defined for the `quotaInterval`. Valid values// include `minute`, `hour`, `day`, or `month`.QuotaTimeUnitstring `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"`// Space: Optional. The resource ID of the parent Space. If not set, the parent// resource will be the Organization. To learn how Spaces can be used to manage// resources, read the Apigee Spaces Overview// (https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).Spacestring `json:"space,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ApiProduct)MarshalJSON¶
func (sGoogleCloudApigeeV1ApiProduct) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiProductRef¶
type GoogleCloudApigeeV1ApiProductRef struct {// Apiproduct: Name of the API product.Apiproductstring `json:"apiproduct,omitempty"`// Status: Status of the API product. Valid values are `approved` or `revoked`.Statusstring `json:"status,omitempty"`// ForceSendFields is a list of field names (e.g. "Apiproduct") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ApiProductRef)MarshalJSON¶
func (sGoogleCloudApigeeV1ApiProductRef) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiProxy¶
type GoogleCloudApigeeV1ApiProxy struct {// ApiProxyType: Output only. The type of the API proxy.//// Possible values:// "API_PROXY_TYPE_UNSPECIFIED" - API proxy type not specified.// "PROGRAMMABLE" - Programmable API Proxies enable you to develop APIs with// highly flexible behavior using bundled policy configuration and one or more// programming languages to describe complex sequential and/or conditional// flows of logic.// "CONFIGURABLE" - Configurable API Proxies enable you to develop efficient// APIs using simple configuration while complex execution control flow logic// is handled by Apigee. This type only works with the ARCHIVE deployment type// and cannot be combined with the PROXY deployment type.ApiProxyTypestring `json:"apiProxyType,omitempty"`// Labels: User labels applied to this API Proxy.Labels map[string]string `json:"labels,omitempty"`// LatestRevisionId: Output only. The id of the most recently created revision// for this api proxy.LatestRevisionIdstring `json:"latestRevisionId,omitempty"`// MetaData: Output only. Metadata describing the API proxy.MetaData *GoogleCloudApigeeV1EntityMetadata `json:"metaData,omitempty"`// Name: Output only. Name of the API proxy.Namestring `json:"name,omitempty"`// ReadOnly: Output only. Whether this proxy is read-only. A read-only proxy// cannot have new revisions created through calls to CreateApiProxyRevision. A// proxy is read-only if it was generated by an archive.ReadOnlybool `json:"readOnly,omitempty"`// Revision: Output only. List of revisions defined for the API proxy.Revision []string `json:"revision,omitempty"`// Space: Optional. The id of the space this proxy is associated with. Any IAM// policies applied to the space will control access to this proxy. To learn// how Spaces can be used to manage resources, read the Apigee Spaces Overview// (https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).Spacestring `json:"space,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ApiProxyType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApiProxyType") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ApiProxy: Metadata describing the API proxy
func (GoogleCloudApigeeV1ApiProxy)MarshalJSON¶
func (sGoogleCloudApigeeV1ApiProxy) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiProxyRevision¶
type GoogleCloudApigeeV1ApiProxyRevision struct {// Archive: Output only. The archive that generated this proxy revision. This// field is only present on proxy revisions that were generated by an archive.// Proxies generated by archives cannot be updated, deleted, or deployed to// other environments. Format:// `organizations/*/environments/*/archiveDeployments/*`Archivestring `json:"archive,omitempty"`// 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.ContextInfostring `json:"contextInfo,omitempty"`// CreatedAt: Time that the API proxy revision was created in milliseconds// since epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// Description: Description of the API proxy revision.Descriptionstring `json:"description,omitempty"`// DisplayName: Human-readable name of the API proxy.DisplayNamestring `json:"displayName,omitempty"`// EntityMetaDataAsProperties: Metadata describing the API proxy revision as a// key-value map.EntityMetaDataAsProperties map[string]string `json:"entityMetaDataAsProperties,omitempty"`// HasExtensiblePolicy: Output only. This field will be marked as true if// revision contains any policies marked as extensible.HasExtensiblePolicybool `json:"hasExtensiblePolicy,omitempty"`// IntegrationEndpoints: List of IntegrationEndpoints in the// '/integration-endpoints' directory of the API proxy. This is a 'manifest'// setting designed to provide visibility into the contents of the API proxy.IntegrationEndpoints []string `json:"integrationEndpoints,omitempty"`// LastModifiedAt: Time that the API proxy revision was last modified in// milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: Name of the API proxy.Namestring `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.Revisionstring `json:"revision,omitempty"`// SharedFlows: List of the shared flows included in the API proxy 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.Specstring `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.Typestring `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. "Archive") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Archive") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ApiProxyRevision: API proxy revision.
func (GoogleCloudApigeeV1ApiProxyRevision)MarshalJSON¶
func (sGoogleCloudApigeeV1ApiProxyRevision) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiSecurityConfig¶added inv0.86.0
type GoogleCloudApigeeV1ApiSecurityConfig struct {// Enabled: Flag that specifies whether the API security add-on is enabled.Enabledbool `json:"enabled,omitempty"`// ExpiresAt: Output only. Time at which the API Security add-on expires in// milliseconds since epoch. If unspecified, the add-on will never expire.ExpiresAtint64 `json:"expiresAt,omitempty,string"`// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ApiSecurityConfig: Configurations of the API Securityadd-on.
func (GoogleCloudApigeeV1ApiSecurityConfig)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1ApiSecurityConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ApiSecurityRuntimeConfig¶added inv0.104.0
type GoogleCloudApigeeV1ApiSecurityRuntimeConfig struct {// Location: A list of up to 5 Cloud Storage Blobs that contain// SecurityActions.Location []string `json:"location,omitempty"`// Name: Name of the environment API Security Runtime configuration resource.// Format: `organizations/{org}/environments/{env}/apiSecurityRuntimeConfig`Namestring `json:"name,omitempty"`// RevisionId: Revision ID of the API Security Runtime configuration. The// higher the value, the more recently the configuration was deployed.RevisionIdint64 `json:"revisionId,omitempty,string"`// Uid: Unique ID for the API Security Runtime configuration. The ID will only// change if the environment is deleted and recreated.Uidstring `json:"uid,omitempty"`// UpdateTime: Time that the API Security Runtime configuration was updated.UpdateTimestring `json:"updateTime,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Location") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ApiSecurityRuntimeConfig: Response forGetApiSecurityRuntimeConfig[EnvironmentService.GetApiSecurityRuntimeConfig].
func (GoogleCloudApigeeV1ApiSecurityRuntimeConfig)MarshalJSON¶added inv0.104.0
func (sGoogleCloudApigeeV1ApiSecurityRuntimeConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1App¶
type GoogleCloudApigeeV1App struct {// ApiProducts: List of API products associated with the app.ApiProducts []*GoogleCloudApigeeV1ApiProductRef `json:"apiProducts,omitempty"`// AppGroup: Name of the AppGroupAppGroupstring `json:"appGroup,omitempty"`// AppId: ID of the app.AppIdstring `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.CallbackUrlstring `json:"callbackUrl,omitempty"`// CompanyName: Name of the company that owns the app.CompanyNamestring `json:"companyName,omitempty"`// CreatedAt: Output only. Unix time when the app was created.CreatedAtint64 `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"`// DeveloperEmail: Email of the developer.DeveloperEmailstring `json:"developerEmail,omitempty"`// DeveloperId: ID of the developer.DeveloperIdstring `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: keyExpiresInKeyExpiresInint64 `json:"keyExpiresIn,omitempty,string"`// LastModifiedAt: Output only. Last modified time as milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: Name of the app.Namestring `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.Statusstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1App)MarshalJSON¶
func (sGoogleCloudApigeeV1App) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AppGroup¶added inv0.130.0
type GoogleCloudApigeeV1AppGroup struct {// AppGroupId: Output only. Internal identifier that cannot be editedAppGroupIdstring `json:"appGroupId,omitempty"`// Attributes: A list of attributesAttributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"`// ChannelId: channel identifier identifies the owner maintaing this grouping.ChannelIdstring `json:"channelId,omitempty"`// ChannelUri: A reference to the associated storefront/marketplace.ChannelUristring `json:"channelUri,omitempty"`// CreatedAt: Output only. Created time as milliseconds since epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// DisplayName: app group name displayed in the UIDisplayNamestring `json:"displayName,omitempty"`// LastModifiedAt: Output only. Modified time as milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: Immutable. Name of the AppGroup. Characters you can use in the name// are restricted to: A-Z0-9._\-$ %.Namestring `json:"name,omitempty"`// Organization: Immutable. the org the app group is createdOrganizationstring `json:"organization,omitempty"`// Status: Valid values are `active` or `inactive`. Note that the status of the// AppGroup should be updated via UpdateAppGroupRequest by setting the action// as `active` or `inactive`.Statusstring `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. "AppGroupId") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AppGroupId") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1AppGroup: AppGroup contains the request/response fieldsrepresenting the logical grouping of apps. Note that appgroup_id,create_time and update_time cannot be changed by the user, and gets updatedby the system. The name and the organization once provided cannot be editedsubsequently.
func (GoogleCloudApigeeV1AppGroup)MarshalJSON¶added inv0.130.0
func (sGoogleCloudApigeeV1AppGroup) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AppGroupApp¶added inv0.130.0
type GoogleCloudApigeeV1AppGroupApp struct {// ApiProducts: List of API products associated with the AppGroup app.ApiProducts []string `json:"apiProducts,omitempty"`// AppGroup: Immutable. Name of the parent AppGroup whose resource name format// is of syntax (organizations/*/appgroups/*).AppGroupstring `json:"appGroup,omitempty"`// AppId: Immutable. ID of the AppGroup app.AppIdstring `json:"appId,omitempty"`// Attributes: List of attributes for the AppGroup app.Attributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"`// CallbackUrl: Callback URL used by OAuth 2.0 authorization servers to// communicate authorization codes back to AppGroup apps.CallbackUrlstring `json:"callbackUrl,omitempty"`// CreatedAt: Output only. Time the AppGroup app was created in milliseconds// since epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// Credentials: Output only. Set of credentials for the AppGroup app consisting// of the consumer key/secret pairs associated with the API products.Credentials []*GoogleCloudApigeeV1Credential `json:"credentials,omitempty"`// KeyExpiresIn: Immutable. Expiration time, in seconds, for the consumer key// that is generated for the AppGroup 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.KeyExpiresInint64 `json:"keyExpiresIn,omitempty,string"`// LastModifiedAt: Output only. Time the AppGroup app was modified in// milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: Immutable. Name of the AppGroup app whose resource name format is of// syntax (organizations/*/appgroups/*/apps/*).Namestring `json:"name,omitempty"`// Scopes: Scopes to apply to the AppGroup app. The specified scopes must// already exist for the API product that you associate with the AppGroup app.Scopes []string `json:"scopes,omitempty"`// Status: Status of the App. Valid values include `approved` or `revoked`.Statusstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1AppGroupApp: Response for[GetAppGroupApp].[AppGroupApps.GetAppGroupApp],[CreateAppGroupAppRequest].[AppGroupApp.CreateAppGroupAppRequest] and[DeleteAppGroupApp].[AppGroupApp.DeleteAppGroupApp]
func (GoogleCloudApigeeV1AppGroupApp)MarshalJSON¶added inv0.130.0
func (sGoogleCloudApigeeV1AppGroupApp) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AppGroupAppKey¶added inv0.130.0
type GoogleCloudApigeeV1AppGroupAppKey struct {// ApiProducts: Output only. List of API products and its status for which the// credential can be used. **Note**: Use UpdateAppGroupAppKeyApiProductRequest// API to make the association after the consumer key and secret are created.ApiProducts []*GoogleCloudApigeeV1APIProductAssociation `json:"apiProducts,omitempty"`// Attributes: List of attributes associated with the credential.Attributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"`// ConsumerKey: Immutable. Consumer key.ConsumerKeystring `json:"consumerKey,omitempty"`// ConsumerSecret: Secret key.ConsumerSecretstring `json:"consumerSecret,omitempty"`// ExpiresAt: Output only. Time the AppGroup app expires in milliseconds since// epoch.ExpiresAtint64 `json:"expiresAt,omitempty,string"`// ExpiresInSeconds: Immutable. 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.ExpiresInSecondsint64 `json:"expiresInSeconds,omitempty,string"`// IssuedAt: Output only. Time the AppGroup app was created in milliseconds// since epoch.IssuedAtint64 `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`.Statusstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1AppGroupAppKey: AppGroupAppKey contains all theinformation associated with the credentials.
func (GoogleCloudApigeeV1AppGroupAppKey)MarshalJSON¶added inv0.130.0
func (sGoogleCloudApigeeV1AppGroupAppKey) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ArchiveDeployment¶added inv0.54.0
type GoogleCloudApigeeV1ArchiveDeployment struct {// CreatedAt: Output only. The time at which the Archive Deployment was created// in milliseconds since the epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// GcsUri: Input only. The Google Cloud Storage signed URL returned from// GenerateUploadUrl and used to upload the Archive zip file.GcsUristring `json:"gcsUri,omitempty"`// Labels: User-supplied key-value pairs used to organize ArchiveDeployments.// Label keys must be between 1 and 63 characters long, have a UTF-8 encoding// of maximum 128 bytes, and must conform to the following PCRE regular// expression: \p{Ll}\p{Lo}{0,62} Label values must be between 1 and 63// characters long, have a UTF-8 encoding of maximum 128 bytes, and must// conform to the following PCRE regular expression:// [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a// given store.Labels map[string]string `json:"labels,omitempty"`// Name: Name of the Archive Deployment in the following format:// `organizations/{org}/environments/{env}/archiveDeployments/{id}`.Namestring `json:"name,omitempty"`// Operation: Output only. A reference to the LRO that created this Archive// Deployment in the following format: `organizations/{org}/operations/{id}`Operationstring `json:"operation,omitempty"`// UpdatedAt: Output only. The time at which the Archive Deployment was updated// in milliseconds since the epoch.UpdatedAtint64 `json:"updatedAt,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. "CreatedAt") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ArchiveDeployment: Archive Deployment information.
func (GoogleCloudApigeeV1ArchiveDeployment)MarshalJSON¶added inv0.54.0
func (sGoogleCloudApigeeV1ArchiveDeployment) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AsyncQuery¶
type GoogleCloudApigeeV1AsyncQuery struct {// Created: Creation time of the query.Createdstring `json:"created,omitempty"`// EnvgroupHostname: Hostname is available only when query is executed at host// level.EnvgroupHostnamestring `json:"envgroupHostname,omitempty"`// Error: Error is set when query fails.Errorstring `json:"error,omitempty"`// ExecutionTime: ExecutionTime is available only after the query is completed.ExecutionTimestring `json:"executionTime,omitempty"`// Name: Asynchronous Query Name.Namestring `json:"name,omitempty"`// QueryParams: Contains information like metrics, dimenstions etc of the// AsyncQuery.QueryParams *GoogleCloudApigeeV1QueryMetadata `json:"queryParams,omitempty"`// ReportDefinitionId: Asynchronous Report ID.ReportDefinitionIdstring `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.ResultFileSizestring `json:"resultFileSize,omitempty"`// ResultRows: ResultRows is available only after the query is completed.ResultRowsint64 `json:"resultRows,omitempty,string"`// Self: Self link of the query. Example:// `/organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d// 0cb961bd` or following format if query is running at host level:// `/organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd`Selfstring `json:"self,omitempty"`// State: Query state could be "enqueued", "running", "completed", "failed".Statestring `json:"state,omitempty"`// Updated: Last updated timestamp for the query.Updatedstring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1AsyncQuery)MarshalJSON¶
func (sGoogleCloudApigeeV1AsyncQuery) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AsyncQueryResult¶
type GoogleCloudApigeeV1AsyncQueryResult struct {// Expires: Query result will be unaccessable after this time.Expiresstring `json:"expires,omitempty"`// Self: Self link of the query results. Example:// `/organizations/myorg/environments/myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d// 0cb961bd/result` or following format if query is running at host level:// `/organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result// `Selfstring `json:"self,omitempty"`// ForceSendFields is a list of field names (e.g. "Expires") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1AsyncQueryResult)MarshalJSON¶
func (sGoogleCloudApigeeV1AsyncQueryResult) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1AsyncQueryResultView¶
type GoogleCloudApigeeV1AsyncQueryResultView struct {// Code: Error code when there is a failure.Codeint64 `json:"code,omitempty"`// Error: Error message when there is a failure.Errorstring `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.Statestring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1AsyncQueryResultView)MarshalJSON¶
func (sGoogleCloudApigeeV1AsyncQueryResultView) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Attribute¶
type GoogleCloudApigeeV1Attribute struct {// Name: API key of the attribute.Namestring `json:"name,omitempty"`// Value: Value of the attribute.Valuestring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Attribute: Key-value pair to store extra metadata.
func (GoogleCloudApigeeV1Attribute)MarshalJSON¶
func (sGoogleCloudApigeeV1Attribute) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Attributes¶
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1Attributes)MarshalJSON¶
func (sGoogleCloudApigeeV1Attributes) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest¶added inv0.173.0
type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest struct {// ApiHubApis: An array of API Hub APIs to assess. A maximum of 1 API can be// assessed.ApiHubApis *GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray `json:"apiHubApis,omitempty"`// ApiHubGateways: An array of API Hub Gateways to assess. A maximum of 3// gateways can be assessed.ApiHubGateways *GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray `json:"apiHubGateways,omitempty"`// Include: Include only these resources.Include *GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray `json:"include,omitempty"`// IncludeAllResources: Include all resources under the scope.IncludeAllResources *GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll `json:"includeAllResources,omitempty"`// PageSize: Optional. The maximum number of results to return. The service may// return fewer than this value. If unspecified, at most 50 results will be// returned.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: Optional. A page token, received from a previous// `BatchComputeSecurityAssessmentResults` call. Provide this to retrieve the// subsequent page.PageTokenstring `json:"pageToken,omitempty"`// Profile: Required. Name of the profile that is used for computation.Profilestring `json:"profile,omitempty"`// Scope: Optional. Scope of the resources for the computation. When computing// scores for Apigee proxies, the scope should be set to the environment of the// resources. When computing scores for API Hub deployments, api_hub_scope// should be set instead.Scopestring `json:"scope,omitempty"`// ForceSendFields is a list of field names (e.g. "ApiHubApis") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApiHubApis") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest: Request forBatchComputeSecurityAssessmentResults.
func (GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest)MarshalJSON¶added inv0.173.0
func (sGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray¶added inv0.257.0
type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray struct {// Apis: Required. The array of API Hub API IDs. Format:// `projects/{project}/locations/{location}/apis/{api}`Apis []string `json:"apis,omitempty"`// ForceSendFields is a list of field names (e.g. "Apis") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Apis") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray: Message for the array of API Hub APIs.
func (GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray)MarshalJSON¶added inv0.257.0
func (sGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray¶added inv0.257.0
type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray struct {// Gateways: Required. The array of API Hub Gateway IDs. Format:// `projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance// }`Gateways []string `json:"gateways,omitempty"`// ForceSendFields is a list of field names (e.g. "Gateways") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Gateways") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray: Message for the array of API Hub Gateways.
func (GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray)MarshalJSON¶added inv0.257.0
func (sGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll¶added inv0.173.0
type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll struct {}GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll:Message for include_all_resources option.
typeGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray¶added inv0.173.0
type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray struct {// Resources: Required. The array of resources. For Apigee, the proxies are// resources.Resources []*GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource `json:"resources,omitempty"`// ForceSendFields is a list of field names (e.g. "Resources") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Resources") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray:
Message for the array of resources. For Apigee, the proxies are resources.
func (GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray)MarshalJSON¶added inv0.173.0
func (sGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource¶added inv0.173.0
type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource struct {// Name: Required. Name of this resource. For an Apigee API Proxy, this should// be the id of the API proxy. For an API Hub Deployment, this should be the id// of the deployment.Namestring `json:"name,omitempty"`// Type: Required. Type of this resource.//// Possible values:// "RESOURCE_TYPE_UNSPECIFIED" - ResourceType not specified.// "API_PROXY" - Resource is an Apigee Proxy.// "API_HUB_DEPLOYMENT" - Resource is an API Hub deployment.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource: Resource for which we are computing security assessment.
func (GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource)MarshalJSON¶added inv0.173.0
func (sGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse¶added inv0.173.0
type GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse struct {// AssessmentTime: The time of the assessment api call.AssessmentTimestring `json:"assessmentTime,omitempty"`// NextPageToken: A token that can be sent as `page_token` to retrieve the next// page. If this field is blank, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// SecurityAssessmentResults: Default sort order is by resource name in// alphabetic order.SecurityAssessmentResults []*GoogleCloudApigeeV1SecurityAssessmentResult `json:"securityAssessmentResults,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AssessmentTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AssessmentTime") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse: Responsefor BatchComputeSecurityAssessmentResults.
func (GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse)MarshalJSON¶added inv0.173.0
func (sGoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest¶added inv0.153.0
type GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest struct {// Requests: Optional. Required. The request message specifying the resources// to update. A maximum of 1000 can be modified in a batch.Requests []*GoogleCloudApigeeV1UpdateSecurityIncidentRequest `json:"requests,omitempty"`// ForceSendFields is a list of field names (e.g. "Requests") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Requests") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest: Request forBatchUpdateSecurityIncident.
func (GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest)MarshalJSON¶added inv0.153.0
func (sGoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse¶added inv0.153.0
type GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse struct {// SecurityIncidents: Output only. Updated security incidentsSecurityIncidents []*GoogleCloudApigeeV1SecurityIncident `json:"securityIncidents,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "SecurityIncidents") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "SecurityIncidents") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse: Response forBatchUpdateSecurityIncident.
func (GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse)MarshalJSON¶added inv0.153.0
func (sGoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1CanaryEvaluation¶added inv0.36.0
type GoogleCloudApigeeV1CanaryEvaluation struct {// Control: Required. The stable version that is serving requests.Controlstring `json:"control,omitempty"`// CreateTime: Output only. Create time of the canary evaluation.CreateTimestring `json:"createTime,omitempty"`// EndTime: Required. End time for the evaluation's analysis.EndTimestring `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.Namestring `json:"name,omitempty"`// StartTime: Required. Start time for the canary evaluation's analysis.StartTimestring `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.Statestring `json:"state,omitempty"`// Treatment: Required. The newer version that is serving requests.Treatmentstring `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.Verdictstring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1CanaryEvaluation: CanaryEvaluation represents the canaryanalysis between two versions of the runtime that is serving requests.
func (GoogleCloudApigeeV1CanaryEvaluation)MarshalJSON¶added inv0.36.0
func (sGoogleCloudApigeeV1CanaryEvaluation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1CanaryEvaluationMetricLabels¶added inv0.36.0
type GoogleCloudApigeeV1CanaryEvaluationMetricLabels struct {// Env: The environment ID associated with the metrics.Envstring `json:"env,omitempty"`// InstanceId: Required. The instance ID associated with the metrics. In Apigee// Hybrid, the value is configured during installation.InstanceIdstring `json:"instance_id,omitempty"`// Location: Required. The location associated with the metrics.Locationstring `json:"location,omitempty"`// ForceSendFields is a list of field names (e.g. "Env") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1CanaryEvaluationMetricLabels: Labels that can be used tofilter Apigee metrics.
func (GoogleCloudApigeeV1CanaryEvaluationMetricLabels)MarshalJSON¶added inv0.36.0
func (sGoogleCloudApigeeV1CanaryEvaluationMetricLabels) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1CertInfo¶
type GoogleCloudApigeeV1CertInfo struct {// BasicConstraints: X.509 basic constraints extension.BasicConstraintsstring `json:"basicConstraints,omitempty"`// ExpiryDate: X.509 `notAfter` validity period in milliseconds since epoch.ExpiryDateint64 `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.IsValidstring `json:"isValid,omitempty"`// Issuer: X.509 issuer.Issuerstring `json:"issuer,omitempty"`// PublicKey: Public key component of the X.509 subject public key info.PublicKeystring `json:"publicKey,omitempty"`// SerialNumber: X.509 serial number.SerialNumberstring `json:"serialNumber,omitempty"`// SigAlgName: X.509 signatureAlgorithm.SigAlgNamestring `json:"sigAlgName,omitempty"`// Subject: X.509 subject.Subjectstring `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.ValidFromint64 `json:"validFrom,omitempty,string"`// Version: X.509 version.Versionint64 `json:"version,omitempty"`// ForceSendFields is a list of field names (e.g. "BasicConstraints") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1CertInfo: X.509 certificate as defined inRFC 5280.
func (GoogleCloudApigeeV1CertInfo)MarshalJSON¶
func (sGoogleCloudApigeeV1CertInfo) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Certificate¶
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1Certificate)MarshalJSON¶
func (sGoogleCloudApigeeV1Certificate) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1CommonNameConfig¶
type GoogleCloudApigeeV1CommonNameConfig struct {MatchWildCardsbool `json:"matchWildCards,omitempty"`Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "MatchWildCards") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1CommonNameConfig)MarshalJSON¶
func (sGoogleCloudApigeeV1CommonNameConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ComputeEnvironmentScoresRequest¶added inv0.86.0
type GoogleCloudApigeeV1ComputeEnvironmentScoresRequest struct {// Filters: Optional. Filters are used to filter scored components. Return all// the components if no filter is mentioned. Example: [{ "scorePath":// "/org@myorg/envgroup@myenvgroup/env@myenv/proxies/proxy@myproxy/source" }, {// "scorePath":// "/org@myorg/envgroup@myenvgroup/env@myenv/proxies/proxy@myproxy/target", }]// This will return components with path:// "/org@myorg/envgroup@myenvgroup/env@myenv/proxies/proxy@myproxy/source" OR// "/org@myorg/envgroup@myenvgroup/env@myenv/proxies/proxy@myproxy/target"Filters []*GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter `json:"filters,omitempty"`// PageSize: Optional. The maximum number of subcomponents to be returned in a// single page. The service may return fewer than this value. If unspecified,// at most 100 subcomponents will be returned in a single page.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: Optional. A token that can be sent as `page_token` to retrieve// the next page. If this field is omitted, there are no subsequent pages.PageTokenstring `json:"pageToken,omitempty"`// TimeRange: Required. Time range for score calculation. At most 14 days of// scores will be returned, and both the start and end dates must be within the// last 90 days.TimeRange *GoogleTypeInterval `json:"timeRange,omitempty"`// ForceSendFields is a list of field names (e.g. "Filters") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Filters") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ComputeEnvironmentScoresRequest: Request forComputeEnvironmentScores.
func (GoogleCloudApigeeV1ComputeEnvironmentScoresRequest)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1ComputeEnvironmentScoresRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter¶added inv0.86.0
type GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter struct {// ScorePath: Optional. Return scores for this component. Example:// "/org@myorg/envgroup@myenvgroup/env@myenv/proxies/proxy@myproxy/source"ScorePathstring `json:"scorePath,omitempty"`// ForceSendFields is a list of field names (e.g. "ScorePath") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ScorePath") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter: Filter scores bycomponent path. Used custom filter instead of AIP-160 as the use cases arehighly constrained and predictable.
func (GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ComputeEnvironmentScoresResponse¶added inv0.86.0
type GoogleCloudApigeeV1ComputeEnvironmentScoresResponse struct {// NextPageToken: A page token, received from a previous `ComputeScore` call.// Provide this to retrieve the subsequent page.NextPageTokenstring `json:"nextPageToken,omitempty"`// Scores: List of scores. One score per day.Scores []*GoogleCloudApigeeV1Score `json:"scores,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ComputeEnvironmentScoresResponse: Response forComputeEnvironmentScores.
func (GoogleCloudApigeeV1ComputeEnvironmentScoresResponse)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1ComputeEnvironmentScoresResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ConfigVersion¶
type GoogleCloudApigeeV1ConfigVersion struct {// MajorVersion: Major version of the API proxy configuration schema.MajorVersionint64 `json:"majorVersion,omitempty"`// MinorVersion: Minor version of the API proxy configuration schema.MinorVersionint64 `json:"minorVersion,omitempty"`// ForceSendFields is a list of field names (e.g. "MajorVersion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ConfigVersion: Version of the API proxy configurationschema. Currently, only 4.0 is supported.
func (GoogleCloudApigeeV1ConfigVersion)MarshalJSON¶
func (sGoogleCloudApigeeV1ConfigVersion) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ConnectorsPlatformConfig¶added inv0.59.0
type GoogleCloudApigeeV1ConnectorsPlatformConfig struct {// Enabled: Flag that specifies whether the Connectors Platform add-on is// enabled.Enabledbool `json:"enabled,omitempty"`// ExpiresAt: Output only. Time at which the Connectors Platform add-on expires// in milliseconds since epoch. If unspecified, the add-on will never expire.ExpiresAtint64 `json:"expiresAt,omitempty,string"`// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ConnectorsPlatformConfig: Configuration for theConnectors Platform add-on.
func (GoogleCloudApigeeV1ConnectorsPlatformConfig)MarshalJSON¶added inv0.59.0
func (sGoogleCloudApigeeV1ConnectorsPlatformConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ControlPlaneAccess¶added inv0.200.0
type GoogleCloudApigeeV1ControlPlaneAccess struct {// AnalyticsPublisherIdentities: Optional. Array of service accounts authorized// to publish analytics data to the control plane (for the Message Processor// component).AnalyticsPublisherIdentities []string `json:"analyticsPublisherIdentities,omitempty"`// Name: Identifier. The resource name of the ControlPlaneAccess. Format:// "organizations/{org}/controlPlaneAccess"Namestring `json:"name,omitempty"`// SynchronizerIdentities: Optional. Array of service accounts to grant access// to control plane resources (for the Synchronizer component). 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).SynchronizerIdentities []string `json:"synchronizerIdentities,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g.// "AnalyticsPublisherIdentities") to unconditionally include in API requests.// By default, fields with empty or default values are omitted from API// requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields// for more details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AnalyticsPublisherIdentities") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ControlPlaneAccess: ControlPlaneAccess is the requestbody and response body of UpdateControlPlaneAccess. and the response body ofGetControlPlaneAccess. The input identities contains an array of serviceaccounts to grant access to the respective control plane resource, with eachservice account specified using the following format:`serviceAccount:`***service-account-name***. The ***service-account-name***is formatted like an email address. For example:`my-control-plane-service_account@my_project_id.iam.gserviceaccount.com` Youmight specify multiple service accounts, for example, if you have multipleenvironments and wish to assign a unique service account to each one.
func (GoogleCloudApigeeV1ControlPlaneAccess)MarshalJSON¶added inv0.200.0
func (sGoogleCloudApigeeV1ControlPlaneAccess) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Credential¶
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.ConsumerKeystring `json:"consumerKey,omitempty"`// ConsumerSecret: Secret key.ConsumerSecretstring `json:"consumerSecret,omitempty"`// ExpiresAt: Time the credential will expire in milliseconds since epoch.ExpiresAtint64 `json:"expiresAt,omitempty,string"`// IssuedAt: Time the credential was issued in milliseconds since epoch.IssuedAtint64 `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. Valid values include `approved` or// `revoked`.Statusstring `json:"status,omitempty"`// ForceSendFields is a list of field names (e.g. "ApiProducts") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1Credential)MarshalJSON¶
func (sGoogleCloudApigeeV1Credential) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1CreditDeveloperBalanceRequest¶added inv0.57.0
type GoogleCloudApigeeV1CreditDeveloperBalanceRequest struct {// TransactionAmount: The amount of money to be credited. The wallet// corresponding to the currency specified within `transaction_amount` will be// updated. For example, if you specified `currency_code` within// `transaction_amount` as "USD", then the amount would be added to the wallet// which has the "USD" currency or if no such wallet exists, a new wallet will// be created with the "USD" currency.TransactionAmount *GoogleTypeMoney `json:"transactionAmount,omitempty"`// TransactionId: Each transaction_id uniquely identifies a credit balance// request. If multiple requests are received with the same transaction_id,// only one of them will be considered.TransactionIdstring `json:"transactionId,omitempty"`// ForceSendFields is a list of field names (e.g. "TransactionAmount") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "TransactionAmount") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1CreditDeveloperBalanceRequest: Request forCreditDeveloperBalance.
func (GoogleCloudApigeeV1CreditDeveloperBalanceRequest)MarshalJSON¶added inv0.57.0
func (sGoogleCloudApigeeV1CreditDeveloperBalanceRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1CustomReport¶
type GoogleCloudApigeeV1CustomReport struct {// ChartType: This field contains the chart type for the reportChartTypestring `json:"chartType,omitempty"`// Comments: Legacy field: not used. This field contains a list of comments// associated with custom reportComments []string `json:"comments,omitempty"`// CreatedAt: Output only. Unix time when the app was created json key:// createdAtCreatedAtint64 `json:"createdAt,omitempty,string"`// Dimensions: This contains the list of dimensions for the reportDimensions []string `json:"dimensions,omitempty"`// DisplayName: This is the display name for the reportDisplayNamestring `json:"displayName,omitempty"`// Environment: Output only. Environment nameEnvironmentstring `json:"environment,omitempty"`// Filter: This field contains the filter expressionFilterstring `json:"filter,omitempty"`// FromTime: Legacy field: not used. Contains the from time for the reportFromTimestring `json:"fromTime,omitempty"`// LastModifiedAt: Output only. Modified time of this entity as milliseconds// since epoch. json key: lastModifiedAtLastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// LastViewedAt: Output only. Last viewed time of this entity as milliseconds// since epochLastViewedAtint64 `json:"lastViewedAt,omitempty,string"`// Limit: Legacy field: not used This field contains the limit for the result// retrievedLimitstring `json:"limit,omitempty"`// Metrics: Required. This contains the list of metricsMetrics []*GoogleCloudApigeeV1CustomReportMetric `json:"metrics,omitempty"`// Name: Required. Unique identifier for the report T his is a legacy field// used to encode custom report unique idNamestring `json:"name,omitempty"`// Offset: Legacy field: not used. This field contains the offset for the dataOffsetstring `json:"offset,omitempty"`// Organization: Output only. Organization nameOrganizationstring `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// columnsSortByCols []string `json:"sortByCols,omitempty"`// SortOrder: Legacy field: not used much. Contains the sort order for the sort// columnsSortOrderstring `json:"sortOrder,omitempty"`// Tags: Legacy field: not used. This field contains a list of tags associated// with custom reportTags []string `json:"tags,omitempty"`// TimeUnit: This field contains the time unit of aggregation for the reportTimeUnitstring `json:"timeUnit,omitempty"`// ToTime: Legacy field: not used. Contains the end time for the reportToTimestring `json:"toTime,omitempty"`// Topk: Legacy field: not used. This field contains the top k parameter value// for restricting the resultTopkstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1CustomReport)MarshalJSON¶
func (sGoogleCloudApigeeV1CustomReport) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1CustomReportMetric¶
type GoogleCloudApigeeV1CustomReportMetric struct {// Function: aggregate functionFunctionstring `json:"function,omitempty"`// Name: name of the metricNamestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "Function") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1CustomReportMetric: This encapsulates a metric propertyof the form sum(message_count) where name is message_count and function issum
func (GoogleCloudApigeeV1CustomReportMetric)MarshalJSON¶
func (sGoogleCloudApigeeV1CustomReportMetric) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DataCollector¶added inv0.36.0
type GoogleCloudApigeeV1DataCollector struct {// CreatedAt: Output only. The time at which the data collector was created in// milliseconds since the epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// Description: A description of the data collector.Descriptionstring `json:"description,omitempty"`// LastModifiedAt: Output only. The time at which the Data Collector was last// updated in milliseconds since the epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: ID of the data collector. Must begin with `dc_`.Namestring `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.Typestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DataCollector: Data collector configuration.
func (GoogleCloudApigeeV1DataCollector)MarshalJSON¶added inv0.36.0
func (sGoogleCloudApigeeV1DataCollector) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DataCollectorConfig¶added inv0.29.0
type GoogleCloudApigeeV1DataCollectorConfig struct {// Name: Name of the data collector in the following format:// `organizations/{org}/datacollectors/{datacollector}`Namestring `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.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DataCollectorConfig: Data collector and itsconfiguration.
func (GoogleCloudApigeeV1DataCollectorConfig)MarshalJSON¶added inv0.29.0
func (sGoogleCloudApigeeV1DataCollectorConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Datastore¶added inv0.30.0
type GoogleCloudApigeeV1Datastore struct {// CreateTime: Output only. Datastore create time, in milliseconds since the// epoch of 1970-01-01T00:00:00ZCreateTimeint64 `json:"createTime,omitempty,string"`// DatastoreConfig: Datastore Configurations.DatastoreConfig *GoogleCloudApigeeV1DatastoreConfig `json:"datastoreConfig,omitempty"`// DisplayName: Required. Display name in UIDisplayNamestring `json:"displayName,omitempty"`// LastUpdateTime: Output only. Datastore last update time, in milliseconds// since the epoch of 1970-01-01T00:00:00ZLastUpdateTimeint64 `json:"lastUpdateTime,omitempty,string"`// Org: Output only. Organization that the datastore belongs toOrgstring `json:"org,omitempty"`// Self: Output only. Resource link of Datastore. Example:// `/organizations/{org}/analytics/datastores/{uuid}`Selfstring `json:"self,omitempty"`// TargetType: Destination storage type. Supported types `gcs` or `bigquery`.TargetTypestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Datastore: The data store defines the connection toexport data repository (Cloud Storage, BigQuery), including the credentialsused to access the data repository.
func (GoogleCloudApigeeV1Datastore)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1Datastore) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DatastoreConfig¶added inv0.30.0
type GoogleCloudApigeeV1DatastoreConfig struct {// BucketName: Name of the Cloud Storage bucket. Required for `gcs`// target_type.BucketNamestring `json:"bucketName,omitempty"`// DatasetName: BigQuery dataset name Required for `bigquery` target_type.DatasetNamestring `json:"datasetName,omitempty"`// Path: Path of Cloud Storage bucket Required for `gcs` target_type.Pathstring `json:"path,omitempty"`// ProjectId: Required. Google Cloud project in which the datastore existsProjectIdstring `json:"projectId,omitempty"`// TablePrefix: Prefix of BigQuery table Required for `bigquery` target_type.TablePrefixstring `json:"tablePrefix,omitempty"`// ForceSendFields is a list of field names (e.g. "BucketName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DatastoreConfig: Configuration detail for datastore
func (GoogleCloudApigeeV1DatastoreConfig)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1DatastoreConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DateRange¶added inv0.30.0
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.Endstring `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.Startstring `json:"start,omitempty"`// ForceSendFields is a list of field names (e.g. "End") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DateRange: Date range of the data to export.
func (GoogleCloudApigeeV1DateRange)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1DateRange) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DebugMask¶
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.Namestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1DebugMask)MarshalJSON¶
func (sGoogleCloudApigeeV1DebugMask) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DebugSession¶
type GoogleCloudApigeeV1DebugSession struct {// Count: Optional. The number of request to be traced. Min = 1, Max = 15,// Default = 10.Countint64 `json:"count,omitempty"`// CreateTime: Output only. The first transaction creation timestamp, recorded// by UAP.CreateTimestring `json:"createTime,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.Filterstring `json:"filter,omitempty"`// Name: A unique ID for this DebugSession.Namestring `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.Timeoutint64 `json:"timeout,omitempty,string"`// Tracesize: Optional. The maximum number of bytes captured from the response// payload. Min = 0, Max = 5120, Default = 5120.Tracesizeint64 `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.Validityint64 `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1DebugSession)MarshalJSON¶
func (sGoogleCloudApigeeV1DebugSession) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DebugSessionTransaction¶
type GoogleCloudApigeeV1DebugSessionTransaction struct {// Completed: Flag indicating whether a transaction is completed or notCompletedbool `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DebugSessionTransaction: A transaction contains all ofthe debug information of the entire message flow of an API call processed bythe runtime plane. The information is collected and recorded at criticalpoints of the message flow in the runtime apiproxy.
func (GoogleCloudApigeeV1DebugSessionTransaction)MarshalJSON¶
func (sGoogleCloudApigeeV1DebugSessionTransaction) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeleteCustomReportResponse¶
type GoogleCloudApigeeV1DeleteCustomReportResponse struct {// Message: The response contains only a message field.Messagestring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1DeleteCustomReportResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1DeleteCustomReportResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeleteResponse¶added inv0.122.0
type GoogleCloudApigeeV1DeleteResponse struct {// ErrorCode: Unique error code for the request, if any.ErrorCodestring `json:"errorCode,omitempty"`// GcpResource: Google Cloud name of deleted resource.GcpResourcestring `json:"gcpResource,omitempty"`// Message: Description of the operation.Messagestring `json:"message,omitempty"`// RequestId: Unique ID of the request.RequestIdstring `json:"requestId,omitempty"`// Status: Status of the operation.Statusstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DeleteResponse: Response for certain delete operations.
func (GoogleCloudApigeeV1DeleteResponse)MarshalJSON¶added inv0.122.0
func (sGoogleCloudApigeeV1DeleteResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Deployment¶
type GoogleCloudApigeeV1Deployment struct {// ApiProxy: API proxy.ApiProxystring `json:"apiProxy,omitempty"`// DeployStartTime: Time the API proxy was marked `deployed` in the control// plane in millisconds since epoch.DeployStartTimeint64 `json:"deployStartTime,omitempty,string"`// Environment: Environment.Environmentstring `json:"environment,omitempty"`// Errors: Errors reported for this deployment. Populated only when state ==// ERROR. **Note**: This field is displayed only when viewing deployment// status.Errors []*GoogleRpcStatus `json:"errors,omitempty"`// Instances: Status reported by each runtime instance. **Note**: This field is// displayed only when viewing deployment status.Instances []*GoogleCloudApigeeV1InstanceDeploymentStatus `json:"instances,omitempty"`// Pods: Status reported by runtime pods. **Note**: **This field is// deprecated**. Runtime versions 1.3 and above report instance level status// rather than pod status.Pods []*GoogleCloudApigeeV1PodStatus `json:"pods,omitempty"`// ProxyDeploymentType: Output only. The type of the deployment (standard or// extensible) Deployed proxy revision will be marked as extensible in// following 2 cases. 1. The deployed proxy revision uses extensible policies.// 2. If a environment supports flowhooks and flow hook is configured.//// Possible values:// "PROXY_DEPLOYMENT_TYPE_UNSPECIFIED" - Default value till public preview.// After public preview this value should not be returned.// "STANDARD" - Deployment will be of type Standard if only Standard proxies// are used// "EXTENSIBLE" - Proxy will be of type Extensible if deployments uses one or// more Extensible proxiesProxyDeploymentTypestring `json:"proxyDeploymentType,omitempty"`// Revision: API proxy revision.Revisionstring `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.// **Note**: This field is displayed only when viewing deployment status.RouteConflicts []*GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict `json:"routeConflicts,omitempty"`// ServiceAccount: The full resource name of Cloud IAM Service Account that// this deployment is using, eg, `projects/-/serviceAccounts/{email}`.ServiceAccountstring `json:"serviceAccount,omitempty"`// State: Current state of the deployment. **Note**: This field is displayed// only when viewing deployment status.//// 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.Statestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Deployment: Deployment represents a deployment of an APIproxy or shared flow.
func (GoogleCloudApigeeV1Deployment)MarshalJSON¶
func (sGoogleCloudApigeeV1Deployment) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeploymentChangeReport¶added inv0.30.0
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DeploymentChangeReport: Response forGenerateDeployChangeReport and GenerateUndeployChangeReport. This reportcontains any validation failures that would cause the deployment to berejected, as well changes and conflicts in routing that may occur due to thenew deployment. The existence of a routing warning does not necessarilyimply that the deployment request is bad, if the desired state of thedeployment request is to effect a routing change. The primary purposes ofthe routing messages are: 1) To inform users of routing changes that mayhave an effect on traffic currently being routed to other existingdeployments. 2) To warn users if some base path in the proxy will notreceive traffic due to an existing deployment having already claimed thatbase path. The presence of routing conflicts/changes will not causenon-dry-run DeployApiProxy/UndeployApiProxy requests to be rejected.
func (GoogleCloudApigeeV1DeploymentChangeReport)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1DeploymentChangeReport) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeploymentChangeReportRoutingChange¶added inv0.30.0
type GoogleCloudApigeeV1DeploymentChangeReportRoutingChange struct {// Description: Human-readable description of this routing change.Descriptionstring `json:"description,omitempty"`// EnvironmentGroup: Name of the environment group affected by this routing// change.EnvironmentGroupstring `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.ShouldSequenceRolloutbool `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DeploymentChangeReportRoutingChange: Describes apotential routing change that may occur as a result of some deploymentoperation.
func (GoogleCloudApigeeV1DeploymentChangeReportRoutingChange)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1DeploymentChangeReportRoutingChange) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict¶added inv0.30.0
type GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict struct {// ConflictingDeployment: Existing base path/deployment causing the conflict.ConflictingDeployment *GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment `json:"conflictingDeployment,omitempty"`// Description: Human-readable description of this conflict.Descriptionstring `json:"description,omitempty"`// EnvironmentGroup: Name of the environment group in which this conflict// exists.EnvironmentGroupstring `json:"environmentGroup,omitempty"`// ForceSendFields is a list of field names (e.g. "ConflictingDeployment") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict: Describes arouting conflict that may cause a deployment not to receive traffic at somebase path.
func (GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment¶added inv0.30.0
type GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment struct {// ApiProxy: Name of the deployed API proxy revision containing the base path.ApiProxystring `json:"apiProxy,omitempty"`// Basepath: Base path receiving traffic.Basepathstring `json:"basepath,omitempty"`// Environment: Name of the environment in which the proxy is deployed.Environmentstring `json:"environment,omitempty"`// Revision: Name of the deployed API proxy revision containing the base path.Revisionstring `json:"revision,omitempty"`// ForceSendFields is a list of field names (e.g. "ApiProxy") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment: Tuplerepresenting a base path and the deployment containing it.
func (GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeploymentConfig¶
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 "/".BasePathstring `json:"basePath,omitempty"`// DeploymentGroups: The list of deployment groups in which this proxy should// be deployed. Not currently populated for shared flows.DeploymentGroups []string `json:"deploymentGroups,omitempty"`// Endpoints: A mapping from basepaths to proxy endpoint names in this proxy.// Not populated for shared flows.Endpoints map[string]string `json:"endpoints,omitempty"`// Location: Location of the API proxy bundle as a URI.Locationstring `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}`Namestring `json:"name,omitempty"`// ProxyUid: Unique ID of the API proxy revision.ProxyUidstring `json:"proxyUid,omitempty"`// ServiceAccount: The service account identity associated with this// deployment. If non-empty, will be in the following format:// `projects/-/serviceAccounts/{account_email}`ServiceAccountstring `json:"serviceAccount,omitempty"`// Uid: Unique ID. The ID will only change if the deployment is deleted and// recreated.Uidstring `json:"uid,omitempty"`// ForceSendFields is a list of field names (e.g. "Attributes") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DeploymentConfig: NEXT ID: 11
func (GoogleCloudApigeeV1DeploymentConfig)MarshalJSON¶
func (sGoogleCloudApigeeV1DeploymentConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeploymentGroupConfig¶added inv0.106.0
type GoogleCloudApigeeV1DeploymentGroupConfig struct {// DeploymentGroupType: Type of the deployment group, which will be either// Standard or Extensible.//// Possible values:// "DEPLOYMENT_GROUP_TYPE_UNSPECIFIED" - Unspecified type// "STANDARD" - Standard type// "EXTENSIBLE" - Extensible TypeDeploymentGroupTypestring `json:"deploymentGroupType,omitempty"`// Name: Name of the deployment group in the following format:// `organizations/{org}/environments/{env}/deploymentGroups/{group}`.Namestring `json:"name,omitempty"`// RevisionId: Revision number which can be used by the runtime to detect if// the deployment group has changed between two versions.RevisionIdint64 `json:"revisionId,omitempty,string"`// Uid: Unique ID. The ID will only change if the deployment group is deleted// and recreated.Uidstring `json:"uid,omitempty"`// ForceSendFields is a list of field names (e.g. "DeploymentGroupType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DeploymentGroupType") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DeploymentGroupConfig: DeploymentGroupConfig represents adeployment group that should be present in a particular environment.
func (GoogleCloudApigeeV1DeploymentGroupConfig)MarshalJSON¶added inv0.106.0
func (sGoogleCloudApigeeV1DeploymentGroupConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Developer¶
type GoogleCloudApigeeV1Developer struct {// AccessType: Access type.AccessTypestring `json:"accessType,omitempty"`// AppFamily: Developer app family.AppFamilystring `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.CreatedAtint64 `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.DeveloperIdstring `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.Emailstring `json:"email,omitempty"`// FirstName: Required. First name of the developer.FirstNamestring `json:"firstName,omitempty"`// LastModifiedAt: Output only. Time at which the developer was last modified// in milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// LastName: Required. Last name of the developer.LastNamestring `json:"lastName,omitempty"`// OrganizationName: Output only. Name of the Apigee organization in which the// developer resides.OrganizationNamestring `json:"organizationName,omitempty"`// Status: Output only. Status of the developer. Valid values are `active` and// `inactive`.Statusstring `json:"status,omitempty"`// UserName: Required. User name of the developer. Not used by Apigee hybrid.UserNamestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1Developer)MarshalJSON¶
func (sGoogleCloudApigeeV1Developer) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeveloperApp¶
type GoogleCloudApigeeV1DeveloperApp struct {// ApiProducts: List of API products associated with the developer app.ApiProducts []string `json:"apiProducts,omitempty"`// AppFamily: Developer app family.AppFamilystring `json:"appFamily,omitempty"`// AppId: ID of the developer app. This ID is not user specified but is// automatically generated on app creation. appId is a UUID.AppIdstring `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.CallbackUrlstring `json:"callbackUrl,omitempty"`// CreatedAt: Output only. Time the developer app was created in milliseconds// since epoch.CreatedAtint64 `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.DeveloperIdstring `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.KeyExpiresInint64 `json:"keyExpiresIn,omitempty,string"`// LastModifiedAt: Output only. Time the developer app was modified in// milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: Name of the developer app.Namestring `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`.Statusstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1DeveloperApp)MarshalJSON¶
func (sGoogleCloudApigeeV1DeveloperApp) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeveloperAppKey¶
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.ConsumerKeystring `json:"consumerKey,omitempty"`// ConsumerSecret: Secret key.ConsumerSecretstring `json:"consumerSecret,omitempty"`// ExpiresAt: Time the developer app expires in milliseconds since epoch.ExpiresAtint64 `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.ExpiresInSecondsint64 `json:"expiresInSeconds,omitempty,string"`// IssuedAt: Time the developer app was created in milliseconds since epoch.IssuedAtint64 `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`.Statusstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1DeveloperAppKey)MarshalJSON¶
func (sGoogleCloudApigeeV1DeveloperAppKey) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeveloperBalance¶added inv0.57.0
type GoogleCloudApigeeV1DeveloperBalance struct {// Wallets: Output only. List of all wallets. Each individual wallet stores the// account balance for a particular currency.Wallets []*GoogleCloudApigeeV1DeveloperBalanceWallet `json:"wallets,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Wallets") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Wallets") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DeveloperBalance: Account balance for the developer.
func (GoogleCloudApigeeV1DeveloperBalance)MarshalJSON¶added inv0.57.0
func (sGoogleCloudApigeeV1DeveloperBalance) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeveloperBalanceWallet¶added inv0.57.0
type GoogleCloudApigeeV1DeveloperBalanceWallet struct {// Balance: Current remaining balance of the developer for a particular// currency.Balance *GoogleTypeMoney `json:"balance,omitempty"`// LastCreditTime: Output only. Time at which the developer last added credit// to the account in milliseconds since epoch.LastCreditTimeint64 `json:"lastCreditTime,omitempty,string"`// ForceSendFields is a list of field names (e.g. "Balance") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Balance") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DeveloperBalanceWallet: Wallet used to manage an accountbalance for a particular currency.
func (GoogleCloudApigeeV1DeveloperBalanceWallet)MarshalJSON¶added inv0.57.0
func (sGoogleCloudApigeeV1DeveloperBalanceWallet) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeveloperMonetizationConfig¶added inv0.57.0
type GoogleCloudApigeeV1DeveloperMonetizationConfig struct {// BillingType: Billing type.//// Possible values:// "BILLING_TYPE_UNSPECIFIED" - The default/unset value.// "PREPAID" - Developer pays in advance for the use of APIs and the charged// amount is deducted from their account balance.// "POSTPAID" - Developer does not maintain an account balance. The API// provider bills the developer for API usage.BillingTypestring `json:"billingType,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "BillingType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BillingType") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DeveloperMonetizationConfig: Monetization configurationfor the developer.
func (GoogleCloudApigeeV1DeveloperMonetizationConfig)MarshalJSON¶added inv0.57.0
func (sGoogleCloudApigeeV1DeveloperMonetizationConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DeveloperSubscription¶added inv0.45.0
type GoogleCloudApigeeV1DeveloperSubscription struct {// Apiproduct: Name of the API product for which the developer is purchasing a// subscription.Apiproductstring `json:"apiproduct,omitempty"`// CreatedAt: Output only. Time when the API product subscription was created// in milliseconds since epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// EndTime: Time when the API product subscription ends in milliseconds since// epoch.EndTimeint64 `json:"endTime,omitempty,string"`// LastModifiedAt: Output only. Time when the API product subscription was last// modified in milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: Output only. Name of the API product subscription.Namestring `json:"name,omitempty"`// StartTime: Time when the API product subscription starts in milliseconds// since epoch.StartTimeint64 `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DeveloperSubscription: Structure of aDeveloperSubscription.
func (GoogleCloudApigeeV1DeveloperSubscription)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1DeveloperSubscription) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DimensionMetric¶
type GoogleCloudApigeeV1DimensionMetric struct {// IndividualNames: Individual dimension names. E.g. ["dim1_name",// "dim2_name"].IndividualNames []string `json:"individualNames,omitempty"`// Metrics: List of metrics.Metrics []*GoogleCloudApigeeV1Metric `json:"metrics,omitempty"`// Name: Comma joined dimension names. E.g. "dim1_name,dim2_name". Deprecated.// If name already has comma before join, we may get wrong splits. Please use// individual_names.Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "IndividualNames") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "IndividualNames") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DimensionMetric: Encapsulates a metric grouped bydimension.
func (GoogleCloudApigeeV1DimensionMetric)MarshalJSON¶
func (sGoogleCloudApigeeV1DimensionMetric) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DisableSecurityActionRequest¶added inv0.144.0
type GoogleCloudApigeeV1DisableSecurityActionRequest struct {}GoogleCloudApigeeV1DisableSecurityActionRequest: Message to disable anenabled SecurityAction.
typeGoogleCloudApigeeV1DnsZone¶added inv0.227.0
type GoogleCloudApigeeV1DnsZone struct {// CreateTime: Output only. The time that this resource was created on the// server.CreateTimestring `json:"createTime,omitempty"`// Description: Required. Description of the resource. String of at most 1024// characters associated with this resource for the user's convenience.Descriptionstring `json:"description,omitempty"`// Domain: Required. The domain name for hosts in this private zone, for// instance "example.com.".Domainstring `json:"domain,omitempty"`// Name: Identifier. Unique name for the resource. Defined by the server// Format: "organizations/{organization}/dnsZones/{dns_zone}".Namestring `json:"name,omitempty"`// PeeringConfig: DNS PEERING zone configuration.PeeringConfig *GoogleCloudApigeeV1DnsZonePeeringConfig `json:"peeringConfig,omitempty"`// State: Output only. State of the DNS Peering. Values other than `ACTIVE`// mean 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.Statestring `json:"state,omitempty"`// UpdateTime: Output only. The time that this resource was updated on the// server.UpdateTimestring `json:"updateTime,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DnsZone: A DNS zone is a resource under an Apigeeorganization that is used to create a DNS peering with Apigee's network. DNSpeering will let Apigee instances resolve the hostnames created in a peerednetwork.
func (GoogleCloudApigeeV1DnsZone)MarshalJSON¶added inv0.227.0
func (sGoogleCloudApigeeV1DnsZone) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DnsZonePeeringConfig¶added inv0.227.0
type GoogleCloudApigeeV1DnsZonePeeringConfig struct {// TargetNetworkId: Required. The VPC network where the records for that// private DNS zone's namespace are available. Apigee will be performing DNS// peering with this VPC network.TargetNetworkIdstring `json:"targetNetworkId,omitempty"`// TargetProjectId: Required. The ID of the project that contains the producer// VPC network.TargetProjectIdstring `json:"targetProjectId,omitempty"`// ForceSendFields is a list of field names (e.g. "TargetNetworkId") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "TargetNetworkId") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DnsZonePeeringConfig: Fields for DNS PEERING zone.
func (GoogleCloudApigeeV1DnsZonePeeringConfig)MarshalJSON¶added inv0.227.0
func (sGoogleCloudApigeeV1DnsZonePeeringConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1DocumentationFile¶added inv0.168.0
type GoogleCloudApigeeV1DocumentationFile struct {// Contents: Required. The file contents. The max size is 4 MB.Contentsstring `json:"contents,omitempty"`// DisplayName: Required. A display name for the file, shown in the management// UI. Max length is 255 characters.DisplayNamestring `json:"displayName,omitempty"`// ForceSendFields is a list of field names (e.g. "Contents") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Contents") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1DocumentationFile: Documentation file contents for acatalog item.
func (GoogleCloudApigeeV1DocumentationFile)MarshalJSON¶added inv0.168.0
func (sGoogleCloudApigeeV1DocumentationFile) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1EnableSecurityActionRequest¶added inv0.144.0
type GoogleCloudApigeeV1EnableSecurityActionRequest struct {}GoogleCloudApigeeV1EnableSecurityActionRequest: Message to enable a disabledSecurityAction.
typeGoogleCloudApigeeV1EndpointAttachment¶added inv0.69.0
type GoogleCloudApigeeV1EndpointAttachment struct {// ConnectionState: Output only. State of the endpoint attachment connection to// the service attachment.//// Possible values:// "CONNECTION_STATE_UNSPECIFIED" - The connection state has not been set.// "UNAVAILABLE" - The connection state is unavailable at this time, possibly// because the endpoint attachment is currently being provisioned.// "PENDING" - The connection is pending acceptance by the PSC producer.// "ACCEPTED" - The connection has been accepted by the PSC producer.// "REJECTED" - The connection has been rejected by the PSC producer.// "CLOSED" - The connection has been closed by the PSC producer and will not// serve traffic going forward.// "FROZEN" - The connection has been frozen by the PSC producer and will not// serve traffic.// "NEEDS_ATTENTION" - The connection has been accepted by the PSC producer,// but it is not ready to serve the traffic due to producer side issues.ConnectionStatestring `json:"connectionState,omitempty"`// Host: Output only. Host that can be used in either the HTTP target endpoint// directly or as the host in target server.Hoststring `json:"host,omitempty"`// Location: Required. Location of the endpoint attachment.Locationstring `json:"location,omitempty"`// Name: Name of the endpoint attachment. Use the following structure in your// request: `organizations/{org}/endpointAttachments/{endpoint_attachment}`Namestring `json:"name,omitempty"`// ServiceAttachment: Format: projects/*/regions/*/serviceAttachments/*ServiceAttachmentstring `json:"serviceAttachment,omitempty"`// State: Output only. State of the endpoint attachment. Values other than// `ACTIVE` mean 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.Statestring `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. "ConnectionState") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ConnectionState") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1EndpointAttachment: Apigee endpoint attachment. For moreinformation, see [Southbound networking patterns](https://cloud.google.com/apigee/docs/api-platform/architecture/southbound-networking-patterns-endpoints).
func (GoogleCloudApigeeV1EndpointAttachment)MarshalJSON¶added inv0.69.0
func (sGoogleCloudApigeeV1EndpointAttachment) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1EndpointChainingRule¶added inv0.106.0
type GoogleCloudApigeeV1EndpointChainingRule struct {// DeploymentGroup: The deployment group to target for cross-shard chaining// calls to these proxies.DeploymentGroupstring `json:"deploymentGroup,omitempty"`// ProxyIds: List of proxy ids which may be found in the given deployment// group.ProxyIds []string `json:"proxyIds,omitempty"`// ForceSendFields is a list of field names (e.g. "DeploymentGroup") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DeploymentGroup") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1EndpointChainingRule: EndpointChainingRule specifies theproxies contained in a particular deployment group, so that other deploymentgroups can find them in chaining calls.
func (GoogleCloudApigeeV1EndpointChainingRule)MarshalJSON¶added inv0.106.0
func (sGoogleCloudApigeeV1EndpointChainingRule) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1EntityMetadata¶
type GoogleCloudApigeeV1EntityMetadata struct {// CreatedAt: Time at which the API proxy was created, in milliseconds since// epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// LastModifiedAt: Time at which the API proxy was most recently modified, in// milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// SubType: The type of entity describedSubTypestring `json:"subType,omitempty"`// ForceSendFields is a list of field names (e.g. "CreatedAt") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1EntityMetadata: Metadata common to many entities in thisAPI.
func (GoogleCloudApigeeV1EntityMetadata)MarshalJSON¶
func (sGoogleCloudApigeeV1EntityMetadata) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Environment¶
type GoogleCloudApigeeV1Environment struct {// ApiProxyType: Optional. API Proxy type supported by the environment. The// type can be set when creating the Environment and cannot be changed.//// Possible values:// "API_PROXY_TYPE_UNSPECIFIED" - API proxy type not specified.// "PROGRAMMABLE" - Programmable API Proxies enable you to develop APIs with// highly flexible behavior using bundled policy configuration and one or more// programming languages to describe complex sequential and/or conditional// flows of logic.// "CONFIGURABLE" - Configurable API Proxies enable you to develop efficient// APIs using simple configuration while complex execution control flow logic// is handled by Apigee. This type only works with the ARCHIVE deployment type// and cannot be combined with the PROXY deployment type.ApiProxyTypestring `json:"apiProxyType,omitempty"`// ClientIpResolutionConfig: Optional. The algorithm to resolve IP. This will// affect Analytics, API Security, and other features that use the client ip.// To remove a client ip resolution config, update the field to an empty value.// Example: '{ "clientIpResolutionConfig" = {} }' For more information, see://https://cloud.google.com/apigee/docs/api-platform/system-administration/client-ip-resolution.ClientIpResolutionConfig *GoogleCloudApigeeV1EnvironmentClientIPResolutionConfig `json:"clientIpResolutionConfig,omitempty"`// CreatedAt: Output only. Creation time of this environment as milliseconds// since epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// DeploymentType: Optional. Deployment type supported by the environment. The// deployment type can be set when creating the environment and cannot be// changed. When you enable archive deployment, you will be **prevented from// performing** a subset of actions// (/apigee/docs/api-platform/local-development/overview#prevented-actions)// within the environment, including: * Managing the deployment of API proxy or// shared flow revisions * Creating, updating, or deleting resource files *// Creating, updating, or deleting target servers//// Possible values:// "DEPLOYMENT_TYPE_UNSPECIFIED" - Deployment type not specified.// "PROXY" - Proxy deployment enables you to develop and deploy API proxies// using Apigee on Google Cloud. This cannot currently be combined with the// CONFIGURABLE API proxy type.// "ARCHIVE" - Archive deployment enables you to develop API proxies locally// then deploy an archive of your API proxy configuration to an environment in// Apigee on Google Cloud. You will be prevented from performing a [subset of// actions](/apigee/docs/api-platform/local-development/overview#prevented-actio// ns) within the environment.DeploymentTypestring `json:"deploymentType,omitempty"`// Description: Optional. Description of the environment.Descriptionstring `json:"description,omitempty"`// DisplayName: Optional. Display name for this environment.DisplayNamestring `json:"displayName,omitempty"`// ForwardProxyUri: Optional. URI of the forward proxy to be applied to the// runtime instances in this environment. Must be in the format of// {scheme}://{hostname}:{port}. Note that the only supported scheme is "http".// The port must be supplied. To remove a forward proxy setting, update the// field to an empty value. Note: At this time, PUT operations to add// forwardProxyUri to an existing environment fail if the environment has// nodeConfig set up. To successfully add the forwardProxyUri setting in this// case, include the NodeConfig details with the request.ForwardProxyUristring `json:"forwardProxyUri,omitempty"`HasAttachedFlowHooksbool `json:"hasAttachedFlowHooks,omitempty"`// LastModifiedAt: Output only. Last modification time of this environment as// milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: Required. Name of the environment. Values must match the regular// expression `^[.\\p{Alnum}-_]{1,255}$`Namestring `json:"name,omitempty"`// NodeConfig: Optional. NodeConfig of the environment.NodeConfig *GoogleCloudApigeeV1NodeConfig `json:"nodeConfig,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.Statestring `json:"state,omitempty"`// Type: Optional. EnvironmentType selected for the environment.//// Possible values:// "ENVIRONMENT_TYPE_UNSPECIFIED" - Environment type not specified.// "BASE" - This is the default type. Base environment has limited capacity// and capabilities and are usually used when you are getting started with// Apigee or while experimenting. Refer to Apigee's public documentation for// more details.// "INTERMEDIATE" - Intermediate environment supports API management features// and higher capacity than Base environment. Refer to Apigee's public// documentation for more details.// "COMPREHENSIVE" - Comprehensive environment supports advanced capabilites// and even higher capacity than Intermediate environment. Refer to Apigee's// public documentation for more details.Typestring `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. "ApiProxyType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApiProxyType") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1Environment)MarshalJSON¶
func (sGoogleCloudApigeeV1Environment) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1EnvironmentClientIPResolutionConfig¶added inv0.215.0
type GoogleCloudApigeeV1EnvironmentClientIPResolutionConfig struct {// HeaderIndexAlgorithm: Resolves the client ip based on a custom header.HeaderIndexAlgorithm *GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm `json:"headerIndexAlgorithm,omitempty"`// ForceSendFields is a list of field names (e.g. "HeaderIndexAlgorithm") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "HeaderIndexAlgorithm") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1EnvironmentClientIPResolutionConfig: Configuration forresolving the client ip.
func (GoogleCloudApigeeV1EnvironmentClientIPResolutionConfig)MarshalJSON¶added inv0.215.0
func (sGoogleCloudApigeeV1EnvironmentClientIPResolutionConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm¶added inv0.215.0
type GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm struct {// IpHeaderIndex: Required. The index of the ip in the header. Positive indices// 0, 1, 2, 3 chooses indices from the left (first ips) Negative indices -1,// -2, -3 chooses indices from the right (last ips)IpHeaderIndexint64 `json:"ipHeaderIndex,omitempty"`// IpHeaderName: Required. The name of the header to extract the client ip// from. We are currently only supporting the X-Forwarded-For header.IpHeaderNamestring `json:"ipHeaderName,omitempty"`// ForceSendFields is a list of field names (e.g. "IpHeaderIndex") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "IpHeaderIndex") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm:Resolves the client ip based on a custom header.
func (GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm)MarshalJSON¶added inv0.215.0
func (sGoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1EnvironmentConfig¶
type GoogleCloudApigeeV1EnvironmentConfig struct {// AddonsConfig: The latest runtime configurations for add-ons.AddonsConfig *GoogleCloudApigeeV1RuntimeAddonsConfig `json:"addonsConfig,omitempty"`// ArcConfigLocation: The location for the config blob of API Runtime Control,// aka Envoy Adapter, for op-based authentication as a URI, e.g. a Cloud// Storage URI. This is only used by Envoy-based gateways.ArcConfigLocationstring `json:"arcConfigLocation,omitempty"`// ClientIpResolutionConfig: The algorithm to resolve IP.ClientIpResolutionConfig *GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig `json:"clientIpResolutionConfig,omitempty"`// CreateTime: Time that the environment configuration was created.CreateTimestring `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"`// DeploymentGroups: List of deployment groups in the environment.DeploymentGroups []*GoogleCloudApigeeV1DeploymentGroupConfig `json:"deploymentGroups,omitempty"`// Deployments: List of deployments in the environment.Deployments []*GoogleCloudApigeeV1DeploymentConfig `json:"deployments,omitempty"`// EnvScopedRevisionId: Revision ID for environment-scoped resources (e.g.// target servers, keystores) in this config. This ID will increment any time a// resource not scoped to a deployment group changes.EnvScopedRevisionIdint64 `json:"envScopedRevisionId,omitempty,string"`// 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"`// ForwardProxyUri: The forward proxy's url to be used by the runtime. When// set, runtime will send requests to the target via the given forward proxy.// This is only used by programmable gateways.ForwardProxyUristring `json:"forwardProxyUri,omitempty"`// GatewayConfigLocation: The location for the gateway config blob as a URI,// e.g. a Cloud Storage URI. This is only used by Envoy-based gateways.GatewayConfigLocationstring `json:"gatewayConfigLocation,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}`Namestring `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.Providerstring `json:"provider,omitempty"`// PubsubTopic: Name of the PubSub topic for the environment.PubsubTopicstring `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.RevisionIdint64 `json:"revisionId,omitempty,string"`// SequenceNumber: DEPRECATED: Use revision_id.SequenceNumberint64 `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.Uidstring `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. "AddonsConfig") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1EnvironmentConfig)MarshalJSON¶
func (sGoogleCloudApigeeV1EnvironmentConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig¶added inv0.208.0
type GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig struct {// HeaderIndexAlgorithm: Resolves the client ip based on a custom header.HeaderIndexAlgorithm *GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm `json:"headerIndexAlgorithm,omitempty"`// ForceSendFields is a list of field names (e.g. "HeaderIndexAlgorithm") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "HeaderIndexAlgorithm") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig: Configurationfor resolving the client ip.
func (GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig)MarshalJSON¶added inv0.208.0
func (sGoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm¶added inv0.208.0
type GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm struct {// IpHeaderIndex: The index of the ip in the header. (By default, value is 0 if// missing)IpHeaderIndexint64 `json:"ipHeaderIndex,omitempty"`// IpHeaderName: The name of the header to extract the client ip from.IpHeaderNamestring `json:"ipHeaderName,omitempty"`// ForceSendFields is a list of field names (e.g. "IpHeaderIndex") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "IpHeaderIndex") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm: Resolves the client ip based on a custom header.
func (GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm)MarshalJSON¶added inv0.208.0
func (sGoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1EnvironmentGroup¶added inv0.30.0
type GoogleCloudApigeeV1EnvironmentGroup struct {// CreatedAt: Output only. The time at which the environment group was created// as milliseconds since epoch.CreatedAtint64 `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.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: ID of the environment group.Namestring `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.Statestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1EnvironmentGroup: EnvironmentGroup configuration. Anenvironment group is used to group one or more Apigee environments under asingle host name.
func (GoogleCloudApigeeV1EnvironmentGroup)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1EnvironmentGroup) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1EnvironmentGroupAttachment¶added inv0.30.0
type GoogleCloudApigeeV1EnvironmentGroupAttachment struct {// CreatedAt: Output only. The time at which the environment group attachment// was created as milliseconds since epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// Environment: Required. ID of the attached environment.Environmentstring `json:"environment,omitempty"`// EnvironmentGroupId: Output only. ID of the environment group.EnvironmentGroupIdstring `json:"environmentGroupId,omitempty"`// Name: ID of the environment group attachment.Namestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1EnvironmentGroupAttachment: EnvironmentGroupAttachment isa resource which defines an attachment of an environment to an environmentgroup.
func (GoogleCloudApigeeV1EnvironmentGroupAttachment)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1EnvironmentGroupAttachment) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1EnvironmentGroupConfig¶added inv0.30.0
type GoogleCloudApigeeV1EnvironmentGroupConfig struct {// EndpointChainingRules: A list of proxies in each deployment group for proxy// chaining calls.EndpointChainingRules []*GoogleCloudApigeeV1EndpointChainingRule `json:"endpointChainingRules,omitempty"`// Hostnames: Host names for the environment group.Hostnames []string `json:"hostnames,omitempty"`// Location: When this message appears in the top-level IngressConfig, this// field will be populated in lieu of the inlined routing_rules and hostnames// fields. Some URL for downloading the full EnvironmentGroupConfig for this// group.Locationstring `json:"location,omitempty"`// Name: Name of the environment group in the following format:// `organizations/{org}/envgroups/{envgroup}`.Namestring `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.RevisionIdint64 `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.Uidstring `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. "EndpointChainingRules") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EndpointChainingRules") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1EnvironmentGroupConfig: EnvironmentGroupConfig is arevisioned snapshot of an EnvironmentGroup and its associated routing rules.
func (GoogleCloudApigeeV1EnvironmentGroupConfig)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1EnvironmentGroupConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest¶added inv0.45.0
type GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest struct {}GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest: Request forExpireDeveloperSubscription.
typeGoogleCloudApigeeV1Export¶added inv0.30.0
type GoogleCloudApigeeV1Export struct {// Created: Output only. Time the export job was created.Createdstring `json:"created,omitempty"`// DatastoreName: Name of the datastore that is the destination of the export// job [datastore]DatastoreNamestring `json:"datastoreName,omitempty"`// Description: Description of the export job.Descriptionstring `json:"description,omitempty"`// Error: Output only. Error is set when export failsErrorstring `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.ExecutionTimestring `json:"executionTime,omitempty"`// Name: Display name of the export job.Namestring `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-0f30-46d6// -ae6f-318d0cb961bd`Selfstring `json:"self,omitempty"`// State: Output only. Status of the export job. Valid values include// `enqueued`, `running`, `completed`, and `failed`.Statestring `json:"state,omitempty"`// Updated: Output only. Time the export job was last updated.Updatedstring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Export: Details of an export job.
func (GoogleCloudApigeeV1Export)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1Export) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ExportRequest¶added inv0.30.0
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`).CsvDelimiterstring `json:"csvDelimiter,omitempty"`// DatastoreName: Required. Name of the preconfigured datastore.DatastoreNamestring `json:"datastoreName,omitempty"`// DateRange: Required. Date range of the data to export.DateRange *GoogleCloudApigeeV1DateRange `json:"dateRange,omitempty"`// Description: Optional. Description of the export job.Descriptionstring `json:"description,omitempty"`// Name: Required. Display name of the export job.Namestring `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.OutputFormatstring `json:"outputFormat,omitempty"`// ForceSendFields is a list of field names (e.g. "CsvDelimiter") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ExportRequest: Request body for [CreateExportRequest]
func (GoogleCloudApigeeV1ExportRequest)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1ExportRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1FlowHook¶
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`.ContinueOnErrorbool `json:"continueOnError,omitempty"`// Description: Description of the flow hook.Descriptionstring `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`.FlowHookPointstring `json:"flowHookPoint,omitempty"`// SharedFlow: Shared flow attached to this flow hook, or empty if there is// none attached.SharedFlowstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1FlowHook)MarshalJSON¶
func (sGoogleCloudApigeeV1FlowHook) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1FlowHookConfig¶
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).ContinueOnErrorbool `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`Namestring `json:"name,omitempty"`// SharedFlowName: Name of the shared flow to invoke in the following format:// `organizations/{org}/sharedflows/{sharedflow}`SharedFlowNamestring `json:"sharedFlowName,omitempty"`// ForceSendFields is a list of field names (e.g. "ContinueOnError") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1FlowHookConfig)MarshalJSON¶
func (sGoogleCloudApigeeV1FlowHookConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1GenerateDownloadUrlRequest¶added inv0.54.0
type GoogleCloudApigeeV1GenerateDownloadUrlRequest struct {}GoogleCloudApigeeV1GenerateDownloadUrlRequest: Request forGenerateDownloadUrl method.
typeGoogleCloudApigeeV1GenerateDownloadUrlResponse¶added inv0.54.0
type GoogleCloudApigeeV1GenerateDownloadUrlResponse struct {// DownloadUri: The Google Cloud Storage signed URL that can be used to// download the Archive zip file.DownloadUristring `json:"downloadUri,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DownloadUri") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DownloadUri") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1GenerateDownloadUrlResponse: Response forGenerateDownloadUrl method.
func (GoogleCloudApigeeV1GenerateDownloadUrlResponse)MarshalJSON¶added inv0.54.0
func (sGoogleCloudApigeeV1GenerateDownloadUrlResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1GenerateUploadUrlRequest¶added inv0.54.0
type GoogleCloudApigeeV1GenerateUploadUrlRequest struct {}GoogleCloudApigeeV1GenerateUploadUrlRequest: Request for GenerateUploadUrlmethod.
typeGoogleCloudApigeeV1GenerateUploadUrlResponse¶added inv0.54.0
type GoogleCloudApigeeV1GenerateUploadUrlResponse struct {// UploadUri: The Google Cloud Storage signed URL that can be used to upload a// new Archive zip file.UploadUristring `json:"uploadUri,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "UploadUri") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "UploadUri") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1GenerateUploadUrlResponse: Response for GenerateUploadUrlmethod.
func (GoogleCloudApigeeV1GenerateUploadUrlResponse)MarshalJSON¶added inv0.54.0
func (sGoogleCloudApigeeV1GenerateUploadUrlResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1GetAsyncQueryResultUrlResponse¶added inv0.71.0
type GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse struct {// Urls: The list of Signed URLs generated by the CreateAsyncQuery requestUrls []*GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo `json:"urls,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Urls") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Urls") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse: The response forGetAsyncQueryResultUrl
func (GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse)MarshalJSON¶added inv0.71.0
func (sGoogleCloudApigeeV1GetAsyncQueryResultUrlResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo¶added inv0.71.0
type GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo struct {// Md5: The MD5 Hash of the JSON dataMd5string `json:"md5,omitempty"`// SizeBytes: The size of the returned file in bytesSizeBytesint64 `json:"sizeBytes,omitempty,string"`// Uri: The signed URL of the JSON data. Will be of the form// `https://storage.googleapis.com/example-bucket/cat.jpeg?X-Goog-Algorithm=// GOOG4-RSA-SHA256&X-Goog-Credential=example%40example-project.iam.gserviceacco// unt// .com%2F20181026%2Fus-central1%2Fstorage%2Fgoog4_request&X-Goog-Date=20181026T// 18// 1309Z&X-Goog-Expires=900&X-Goog-SignedHeaders=host&X-Goog-Signature=247a2aa45// f16// 9edf4d187d54e7cc46e4731b1e6273242c4f4c39a1d2507a0e58706e25e3a85a7dbb891d62afa// 849// 6def8e260c1db863d9ace85ff0a184b894b117fe46d1225c82f2aa19efd52cf21d3e2022b3b86// 8dc// c1aca2741951ed5bf3bb25a34f5e9316a2841e8ff4c530b22ceaa1c5ce09c7cbb5732631510c2// 058// 0e61723f5594de3aea497f195456a2ff2bdd0d13bad47289d8611b6f9cfeef0c46c91a455b94e// 90a// 66924f722292d21e24d31dcfb38ce0c0f353ffa5a9756fc2a9f2b40bc2113206a81e324fc4fd6// 823// a29163fa845c8ae7eca1fcf6e5bb48b3200983c56c5ca81fffb151cca7402beddfc4a76b13344// 703 2ea7abedc098d2eb14a7`Uristring `json:"uri,omitempty"`// ForceSendFields is a list of field names (e.g. "Md5") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Md5") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo: A Signed URL andthe relevant metadata associated with it.
func (GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo)MarshalJSON¶added inv0.71.0
func (sGoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1GetSyncAuthorizationRequest¶
type GoogleCloudApigeeV1GetSyncAuthorizationRequest struct {}GoogleCloudApigeeV1GetSyncAuthorizationRequest: Request forGetSyncAuthorization.
typeGoogleCloudApigeeV1GraphQLOperation¶added inv0.43.0
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.Operationstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1GraphQLOperation: Represents the pairing of GraphQLoperation types and the GraphQL operation name.
func (GoogleCloudApigeeV1GraphQLOperation)MarshalJSON¶added inv0.43.0
func (sGoogleCloudApigeeV1GraphQLOperation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1GraphQLOperationConfig¶added inv0.43.0
type GoogleCloudApigeeV1GraphQLOperationConfig struct {// ApiSource: Required. Name of the API proxy endpoint or remote service with// which the GraphQL operation and quota are associated.ApiSourcestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1GraphQLOperationConfig: Binds the resources in a proxy orremote service with the GraphQL operation and its associated quotaenforcement.
func (GoogleCloudApigeeV1GraphQLOperationConfig)MarshalJSON¶added inv0.43.0
func (sGoogleCloudApigeeV1GraphQLOperationConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1GraphQLOperationGroup¶added inv0.43.0
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.OperationConfigTypestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1GraphQLOperationGroup: List of graphQL operationconfiguration details associated with Apigee API proxies or remote services.Remote services are non-Apigee proxies, such as Istio-Envoy.
func (GoogleCloudApigeeV1GraphQLOperationGroup)MarshalJSON¶added inv0.43.0
func (sGoogleCloudApigeeV1GraphQLOperationGroup) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1GraphqlDocumentation¶added inv0.168.0
type GoogleCloudApigeeV1GraphqlDocumentation struct {// EndpointUri: Required. The GraphQL endpoint URI to be queried by API// consumers. Max length is 2,083 characters.EndpointUristring `json:"endpointUri,omitempty"`// Schema: Required. The documentation file contents for the GraphQL schema.Schema *GoogleCloudApigeeV1DocumentationFile `json:"schema,omitempty"`// ForceSendFields is a list of field names (e.g. "EndpointUri") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EndpointUri") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1GraphqlDocumentation: GraphQL documentation for a catalogitem.
func (GoogleCloudApigeeV1GraphqlDocumentation)MarshalJSON¶added inv0.168.0
func (sGoogleCloudApigeeV1GraphqlDocumentation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1GrpcOperationConfig¶added inv0.132.0
type GoogleCloudApigeeV1GrpcOperationConfig struct {// ApiSource: Required. Name of the API proxy with which the gRPC operation and// quota are associated.ApiSourcestring `json:"apiSource,omitempty"`// Attributes: Custom attributes associated with the operation.Attributes []*GoogleCloudApigeeV1Attribute `json:"attributes,omitempty"`// Methods: List of unqualified gRPC method names for the proxy to which quota// will be applied. If this field is empty, the Quota will apply to all// operations on the gRPC service defined on the proxy. Example: Given a proxy// that is configured to serve com.petstore.PetService, the methods// com.petstore.PetService.ListPets and com.petstore.PetService.GetPet would be// specified here as simply ["ListPets", "GetPet"].Methods []string `json:"methods,omitempty"`// Quota: Quota parameters to be enforced for the methods and API source// combination. If none are specified, quota enforcement will not be done.Quota *GoogleCloudApigeeV1Quota `json:"quota,omitempty"`// Service: Required. gRPC Service name associated to be associated with the// API proxy, on which quota rules can be applied upon.Servicestring `json:"service,omitempty"`// ForceSendFields is a list of field names (e.g. "ApiSource") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1GrpcOperationConfig: Binds the resources in a proxy orremote service with the gRPC operation and its associated quota enforcement.
func (GoogleCloudApigeeV1GrpcOperationConfig)MarshalJSON¶added inv0.132.0
func (sGoogleCloudApigeeV1GrpcOperationConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1GrpcOperationGroup¶added inv0.132.0
type GoogleCloudApigeeV1GrpcOperationGroup struct {// OperationConfigs: Required. List of operation configurations for either// Apigee API proxies that are associated with this API product.OperationConfigs []*GoogleCloudApigeeV1GrpcOperationConfig `json:"operationConfigs,omitempty"`// ForceSendFields is a list of field names (e.g. "OperationConfigs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "OperationConfigs") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1GrpcOperationGroup: List of gRPC operation configurationdetails associated with Apigee API proxies.
func (GoogleCloudApigeeV1GrpcOperationGroup)MarshalJSON¶added inv0.132.0
func (sGoogleCloudApigeeV1GrpcOperationGroup) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1IngressConfig¶added inv0.30.0
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`.Namestring `json:"name,omitempty"`// RevisionCreateTime: Time at which the IngressConfig revision was created.RevisionCreateTimestring `json:"revisionCreateTime,omitempty"`// RevisionId: Revision id that defines the ordering on IngressConfig// resources. The higher the revision, the more recently the configuration was// deployed.RevisionIdint64 `json:"revisionId,omitempty,string"`// Uid: A unique id for the ingress config that will only change if the// organization is deleted and recreated.Uidstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1IngressConfig)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1IngressConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Instance¶added inv0.30.0
type GoogleCloudApigeeV1Instance struct {// AccessLoggingConfig: Optional. Access logging configuration enables the// access logging feature at the instance. Apigee customers can enable access// logging to ship the access logs to their own project's cloud logging.AccessLoggingConfig *GoogleCloudApigeeV1AccessLoggingConfig `json:"accessLoggingConfig,omitempty"`// ConsumerAcceptList: Optional. Customer accept list represents the list of// projects (id/number) on customer side that can privately connect to the// service attachment. It is an optional field which the customers can provide// during the instance creation. By default, the customer project associated// with the Apigee organization will be included to the list.ConsumerAcceptList []string `json:"consumerAcceptList,omitempty"`// CreatedAt: Output only. Time the instance was created in milliseconds since// epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// Description: Optional. Description of the instance.Descriptionstring `json:"description,omitempty"`// DiskEncryptionKeyName: Optional. Customer Managed Encryption Key (CMEK) used// for disk and volume encryption. If not specified, a Google-Managed// encryption key will be used. Use the following format:// `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`DiskEncryptionKeyNamestring `json:"diskEncryptionKeyName,omitempty"`// DisplayName: Optional. Display name for the instance.DisplayNamestring `json:"displayName,omitempty"`// Host: Output only. Internal hostname or IP address of the Apigee endpoint// used by clients to connect to the service.Hoststring `json:"host,omitempty"`// IpRange: Optional. Comma-separated list of CIDR blocks of length 22 and/or// 28 used to create the Apigee instance. Providing CIDR ranges is optional.// You can provide just /22 or /28 or both (or neither). Ranges you provide// should be freely available as part of a larger named range you have// allocated to the Service Networking peering. If this parameter is not// provided, Apigee automatically requests an available /22 and /28 CIDR block// from Service Networking. Use the /22 CIDR block for configuring your// firewall needs to allow traffic from Apigee. Input formats: `a.b.c.d/22` or// `e.f.g.h/28` or `a.b.c.d/22,e.f.g.h/28`IpRangestring `json:"ipRange,omitempty"`// IsVersionLocked: Output only. Indicates whether the instance is version// locked. If true, the instance will not be updated by automated runtime// rollouts. This is only supported for Apigee X instances.IsVersionLockedbool `json:"isVersionLocked,omitempty"`// LastModifiedAt: Output only. Time the instance was last modified in// milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Location: Required. Compute Engine location where the instance resides.Locationstring `json:"location,omitempty"`// MaintenanceUpdatePolicy: Optional. Apigee customers can set the preferred// window to perform maintenance on the instance (day of the week and time of// day).MaintenanceUpdatePolicy *GoogleCloudApigeeV1MaintenanceUpdatePolicy `json:"maintenanceUpdatePolicy,omitempty"`// Name: Required. Resource ID of the instance. Values must match the regular// expression `^a-z{0,30}[a-z\d]$`.Namestring `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_22" - `/22` CIDR range. Supported for evaluation only.// "SLASH_23" - `/23` CIDR range. Supported for evaluation only.PeeringCidrRangestring `json:"peeringCidrRange,omitempty"`// Port: Output only. Port number of the exposed Apigee endpoint.Portstring `json:"port,omitempty"`// RuntimeVersion: Output only. Version of the runtime system running in the// instance. The runtime system is the set of components that serve the API// Proxy traffic in your Environments.RuntimeVersionstring `json:"runtimeVersion,omitempty"`// ScheduledMaintenance: Output only. Time and date of the scheduled// maintenance for this instance. This field is only populated for instances// that have opted into Maintenance Window and if there is an upcoming// maintenance. Cleared once the maintenance is complete.ScheduledMaintenance *GoogleCloudApigeeV1ScheduledMaintenance `json:"scheduledMaintenance,omitempty"`// ServiceAttachment: Output only. Resource name of the service attachment// created for the instance in the format:// `projects/*/regions/*/serviceAttachments/*` Apigee customers can privately// forward traffic to this service attachment using the PSC endpoints.ServiceAttachmentstring `json:"serviceAttachment,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.Statestring `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. "AccessLoggingConfig") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AccessLoggingConfig") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Instance: Apigee runtime instance.
func (GoogleCloudApigeeV1Instance)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1Instance) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1InstanceAttachment¶added inv0.30.0
type GoogleCloudApigeeV1InstanceAttachment struct {// CreatedAt: Output only. Time the attachment was created in milliseconds// since epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// Environment: ID of the attached environment.Environmentstring `json:"environment,omitempty"`// Name: Output only. ID of the attachment.Namestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1InstanceAttachment: InstanceAttachment represents theinstallation of an environment onto an instance.
func (GoogleCloudApigeeV1InstanceAttachment)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1InstanceAttachment) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1InstanceDeploymentStatus¶added inv0.30.0
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.Instancestring `json:"instance,omitempty"`// ForceSendFields is a list of field names (e.g. "DeployedRevisions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1InstanceDeploymentStatus: The status of a deployment asreported by a single instance.
func (GoogleCloudApigeeV1InstanceDeploymentStatus)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1InstanceDeploymentStatus) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision¶added inv0.30.0
type GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision struct {// Percentage: Percentage of MP replicas reporting this revision.Percentageint64 `json:"percentage,omitempty"`// Revision: API proxy revision reported as deployed.Revisionstring `json:"revision,omitempty"`// ForceSendFields is a list of field names (e.g. "Percentage") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision: Revisionsdeployed in the MPs.
func (GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute¶added inv0.30.0
type GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute struct {// Basepath: Base path in the routing table.Basepathstring `json:"basepath,omitempty"`// Envgroup: Environment group where this route is installed.Envgroupstring `json:"envgroup,omitempty"`// Environment: Destination environment. This will be empty if the route is not// yet reported.Environmentstring `json:"environment,omitempty"`// Percentage: Percentage of ingress replicas reporting this route.Percentageint64 `json:"percentage,omitempty"`// ForceSendFields is a list of field names (e.g. "Basepath") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute: Route deployed inthe ingress routing table.
func (GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1IntegrationConfig¶added inv0.45.0
type GoogleCloudApigeeV1IntegrationConfig struct {// Enabled: Flag that specifies whether the Integration add-on is enabled.Enabledbool `json:"enabled,omitempty"`// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1IntegrationConfig: Configuration for the Integrationadd-on.
func (GoogleCloudApigeeV1IntegrationConfig)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1IntegrationConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1KeyAliasReference¶
type GoogleCloudApigeeV1KeyAliasReference struct {// AliasId: Alias ID. Must exist in the keystore referred to by the reference.AliasIdstring `json:"aliasId,omitempty"`// Reference: Reference name in the following format:// `organizations/{org}/environments/{env}/references/{reference}`Referencestring `json:"reference,omitempty"`// ForceSendFields is a list of field names (e.g. "AliasId") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1KeyAliasReference)MarshalJSON¶
func (sGoogleCloudApigeeV1KeyAliasReference) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1KeyValueEntry¶added inv0.83.0
type GoogleCloudApigeeV1KeyValueEntry struct {// Name: Resource URI that can be used to identify the scope of the key value// map entries.Namestring `json:"name,omitempty"`// Value: Required. Data or payload that is being retrieved and associated with// the unique key.Valuestring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1KeyValueEntry: Key value map pair where the valuerepresents the data associated with the corresponding key. **Note**:Supported for Apigee hybrid 1.8.x and higher.
func (GoogleCloudApigeeV1KeyValueEntry)MarshalJSON¶added inv0.83.0
func (sGoogleCloudApigeeV1KeyValueEntry) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1KeyValueMap¶
type GoogleCloudApigeeV1KeyValueMap struct {// Encrypted: Required. Flag that specifies whether entry values will be// encrypted. This field is retained for backward compatibility and the value// of encrypted will always be `true`. Apigee X and hybrid do not support// unencrypted key value maps.Encryptedbool `json:"encrypted,omitempty"`// Name: Required. ID of the key value map.Namestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1KeyValueMap: Collection of key/value string pairs.
func (GoogleCloudApigeeV1KeyValueMap)MarshalJSON¶
func (sGoogleCloudApigeeV1KeyValueMap) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Keystore¶
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}`.Namestring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Keystore: Datastore for Certificates and Aliases.
func (GoogleCloudApigeeV1Keystore)MarshalJSON¶
func (sGoogleCloudApigeeV1Keystore) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1KeystoreConfig¶
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}`Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "Aliases") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1KeystoreConfig)MarshalJSON¶
func (sGoogleCloudApigeeV1KeystoreConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListApiCategoriesResponse¶added inv0.33.0
type GoogleCloudApigeeV1ListApiCategoriesResponse struct {// Data: The API category resources.Data []*GoogleCloudApigeeV1ApiCategory `json:"data,omitempty"`// ErrorCode: Unique error code for the request, if any.ErrorCodestring `json:"errorCode,omitempty"`// Message: Description of the operation.Messagestring `json:"message,omitempty"`// RequestId: Unique ID of the request.RequestIdstring `json:"requestId,omitempty"`// Status: Status of the operation.Statusstring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListApiCategoriesResponse: The response for`ListApiCategoriesRequest`. Next ID: 6
func (GoogleCloudApigeeV1ListApiCategoriesResponse)MarshalJSON¶added inv0.33.0
func (sGoogleCloudApigeeV1ListApiCategoriesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListApiDebugSessionsResponse¶added inv0.220.0
type GoogleCloudApigeeV1ListApiDebugSessionsResponse struct {// NextPageToken: Page token that you can include in a// ListApiDebugSessionsRequest to retrieve the next page. If omitted, no// subsequent pages exist.NextPageTokenstring `json:"nextPageToken,omitempty"`// Sessions: Session info that includes debug session ID, environment ID, api// proxy revision ID and the first transaction creation timestamp.Sessions []*GoogleCloudApigeeV1ApiDebugSession `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListApiDebugSessionsResponse: Response forListApiDebugSessions.
func (GoogleCloudApigeeV1ListApiDebugSessionsResponse)MarshalJSON¶added inv0.220.0
func (sGoogleCloudApigeeV1ListApiDebugSessionsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListApiDocsResponse¶added inv0.168.0
type GoogleCloudApigeeV1ListApiDocsResponse struct {// Data: The catalog item resources.Data []*GoogleCloudApigeeV1ApiDoc `json:"data,omitempty"`// ErrorCode: Unique error code for the request, if any.ErrorCodestring `json:"errorCode,omitempty"`// Message: Description of the operation.Messagestring `json:"message,omitempty"`// NextPageToken: A token, which can be sent as `page_token` to retrieve the// next page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// RequestId: Unique ID of the request.RequestIdstring `json:"requestId,omitempty"`// Status: Status of the operation.Statusstring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ListApiDocsResponse)MarshalJSON¶added inv0.168.0
func (sGoogleCloudApigeeV1ListApiDocsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListApiProductsResponse¶
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ListApiProductsResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListApiProductsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListApiProxiesResponse¶
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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ListApiProxiesResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListApiProxiesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListAppGroupAppsResponse¶added inv0.130.0
type GoogleCloudApigeeV1ListAppGroupAppsResponse struct {// AppGroupApps: List of AppGroup apps and their credentials.AppGroupApps []*GoogleCloudApigeeV1AppGroupApp `json:"appGroupApps,omitempty"`// NextPageToken: Token that can be sent as `next_page_token` to retrieve the// next page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `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. "AppGroupApps") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AppGroupApps") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListAppGroupAppsResponse: Response for ListAppGroupApps
func (GoogleCloudApigeeV1ListAppGroupAppsResponse)MarshalJSON¶added inv0.130.0
func (sGoogleCloudApigeeV1ListAppGroupAppsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListAppGroupsResponse¶added inv0.130.0
type GoogleCloudApigeeV1ListAppGroupsResponse struct {// AppGroups: List of AppGroups.AppGroups []*GoogleCloudApigeeV1AppGroup `json:"appGroups,omitempty"`// NextPageToken: Token that can be sent as `next_page_token` to retrieve the// next page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// TotalSize: Total count of AppGroups.TotalSizeint64 `json:"totalSize,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AppGroups") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AppGroups") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListAppGroupsResponse: ListAppGroupsResponse contains the0 or more AppGroups, along with the optional page token and the total countof apps.
func (GoogleCloudApigeeV1ListAppGroupsResponse)MarshalJSON¶added inv0.130.0
func (sGoogleCloudApigeeV1ListAppGroupsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListAppsResponse¶
type GoogleCloudApigeeV1ListAppsResponse struct {App []*GoogleCloudApigeeV1App `json:"app,omitempty"`// NextPageToken: Token that can be sent as `next_page_token` to retrieve the// next page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// TotalSize: Total count of Apps.TotalSizeint64 `json:"totalSize,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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ListAppsResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListAppsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListArchiveDeploymentsResponse¶added inv0.54.0
type GoogleCloudApigeeV1ListArchiveDeploymentsResponse struct {// ArchiveDeployments: Archive Deployments in the specified environment.ArchiveDeployments []*GoogleCloudApigeeV1ArchiveDeployment `json:"archiveDeployments,omitempty"`// NextPageToken: Page token that you can include in a ListArchiveDeployments// request to retrieve the next page. If omitted, no subsequent pages exist.NextPageTokenstring `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. "ArchiveDeployments") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ArchiveDeployments") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListArchiveDeploymentsResponse: Response forListArchiveDeployments method.
func (GoogleCloudApigeeV1ListArchiveDeploymentsResponse)MarshalJSON¶added inv0.54.0
func (sGoogleCloudApigeeV1ListArchiveDeploymentsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListAsyncQueriesResponse¶
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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListAsyncQueriesResponse: The response forListAsyncQueries.
func (GoogleCloudApigeeV1ListAsyncQueriesResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListAsyncQueriesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListCustomReportsResponse¶
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListCustomReportsResponse: This message encapsulates alist of custom report definitions
func (GoogleCloudApigeeV1ListCustomReportsResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListCustomReportsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListDataCollectorsResponse¶added inv0.36.0
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.NextPageTokenstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListDataCollectorsResponse: Response forListDataCollectors.
func (GoogleCloudApigeeV1ListDataCollectorsResponse)MarshalJSON¶added inv0.36.0
func (sGoogleCloudApigeeV1ListDataCollectorsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListDatastoresResponse¶added inv0.30.0
type GoogleCloudApigeeV1ListDatastoresResponse struct {// Datastores: A list of datastoresDatastores []*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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListDatastoresResponse: The response for ListDatastores
func (GoogleCloudApigeeV1ListDatastoresResponse)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1ListDatastoresResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListDebugSessionsResponse¶
type GoogleCloudApigeeV1ListDebugSessionsResponse struct {// NextPageToken: Page token that you can include in a ListDebugSessionsRequest// to retrieve the next page. If omitted, no subsequent pages exist.NextPageTokenstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ListDebugSessionsResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListDebugSessionsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListDeploymentsResponse¶
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ListDeploymentsResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListDeploymentsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListDeveloperAppsResponse¶
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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ListDeveloperAppsResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListDeveloperAppsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListDeveloperSubscriptionsResponse¶added inv0.45.0
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.NextStartKeystring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse: Response forListDeveloperSubscriptions.
func (GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1ListDeveloperSubscriptionsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListDnsZonesResponse¶added inv0.227.0
type GoogleCloudApigeeV1ListDnsZonesResponse struct {// DnsZones: DNS zones in a given organization.DnsZones []*GoogleCloudApigeeV1DnsZone `json:"dnsZones,omitempty"`// NextPageToken: Page token that you can include in an `ListDnsZones` request// to retrieve the next page. If omitted, no subsequent pages exist.NextPageTokenstring `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. "DnsZones") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DnsZones") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListDnsZonesResponse: Response for list DNS zones.
func (GoogleCloudApigeeV1ListDnsZonesResponse)MarshalJSON¶added inv0.227.0
func (sGoogleCloudApigeeV1ListDnsZonesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListEndpointAttachmentsResponse¶added inv0.69.0
type GoogleCloudApigeeV1ListEndpointAttachmentsResponse struct {// EndpointAttachments: Endpoint attachments in the specified organization.EndpointAttachments []*GoogleCloudApigeeV1EndpointAttachment `json:"endpointAttachments,omitempty"`// NextPageToken: Page token that you can include in an// `ListEndpointAttachments` request to retrieve the next page. If omitted, no// subsequent pages exist.NextPageTokenstring `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. "EndpointAttachments") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EndpointAttachments") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListEndpointAttachmentsResponse: Response forListEndpointAttachments method.
func (GoogleCloudApigeeV1ListEndpointAttachmentsResponse)MarshalJSON¶added inv0.69.0
func (sGoogleCloudApigeeV1ListEndpointAttachmentsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse¶added inv0.30.0
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.NextPageTokenstring `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 or default values are omitted from API// requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields// for more details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse: Response forListEnvironmentGroupAttachments.
func (GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListEnvironmentGroupsResponse¶added inv0.30.0
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.NextPageTokenstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListEnvironmentGroupsResponse: Response forListEnvironmentGroups.
func (GoogleCloudApigeeV1ListEnvironmentGroupsResponse)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1ListEnvironmentGroupsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListEnvironmentResourcesResponse¶
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListEnvironmentResourcesResponse: Response forListEnvironmentResources
func (GoogleCloudApigeeV1ListEnvironmentResourcesResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListEnvironmentResourcesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListExportsResponse¶added inv0.30.0
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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListExportsResponse: The response for ListExports
func (GoogleCloudApigeeV1ListExportsResponse)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1ListExportsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListHybridIssuersResponse¶
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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ListHybridIssuersResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListHybridIssuersResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListInstanceAttachmentsResponse¶added inv0.30.0
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.NextPageTokenstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListInstanceAttachmentsResponse: Response forListInstanceAttachments.
func (GoogleCloudApigeeV1ListInstanceAttachmentsResponse)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1ListInstanceAttachmentsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListInstancesResponse¶added inv0.30.0
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.NextPageTokenstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListInstancesResponse: Response for ListInstances.
func (GoogleCloudApigeeV1ListInstancesResponse)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1ListInstancesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListKeyValueEntriesResponse¶added inv0.83.0
type GoogleCloudApigeeV1ListKeyValueEntriesResponse struct {// KeyValueEntries: One or more key value map keys and values.KeyValueEntries []*GoogleCloudApigeeV1KeyValueEntry `json:"keyValueEntries,omitempty"`// NextPageToken: Token that can be sent as `next_page_token` to retrieve the// next page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `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. "KeyValueEntries") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "KeyValueEntries") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListKeyValueEntriesResponse: The request structure forlisting key value map keys and its corresponding values.
func (GoogleCloudApigeeV1ListKeyValueEntriesResponse)MarshalJSON¶added inv0.83.0
func (sGoogleCloudApigeeV1ListKeyValueEntriesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListNatAddressesResponse¶added inv0.37.0
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.NextPageTokenstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListNatAddressesResponse: Response for ListNatAddresses.
func (GoogleCloudApigeeV1ListNatAddressesResponse)MarshalJSON¶added inv0.37.0
func (sGoogleCloudApigeeV1ListNatAddressesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListOfDevelopersResponse¶
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ListOfDevelopersResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListOfDevelopersResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListOrganizationsResponse¶
type GoogleCloudApigeeV1ListOrganizationsResponse struct {// Organizations: List of Apigee organizations and associated Google Cloud// 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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ListOrganizationsResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListOrganizationsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListRatePlansResponse¶added inv0.45.0
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.NextStartKeystring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListRatePlansResponse: Response for ListRatePlans.
func (GoogleCloudApigeeV1ListRatePlansResponse)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1ListRatePlansResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListSecurityActionsResponse¶added inv0.144.0
type GoogleCloudApigeeV1ListSecurityActionsResponse struct {// NextPageToken: A token, which can be sent as `page_token` to retrieve the// next page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// SecurityActions: The SecurityActions for the specified environment.SecurityActions []*GoogleCloudApigeeV1SecurityAction `json:"securityActions,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListSecurityActionsResponse: Contains a list ofSecurityActions in response to a ListSecurityActionRequest.
func (GoogleCloudApigeeV1ListSecurityActionsResponse)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1ListSecurityActionsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListSecurityFeedbackResponse¶added inv0.250.0
type GoogleCloudApigeeV1ListSecurityFeedbackResponse struct {// NextPageToken: A token that can be sent as `page_token` in// `ListSecurityFeedbackRequest` to retrieve the next page. If this field is// omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// SecurityFeedback: List of SecurityFeedback reports.SecurityFeedback []*GoogleCloudApigeeV1SecurityFeedback `json:"securityFeedback,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListSecurityFeedbackResponse: Response forListSecurityFeedback
func (GoogleCloudApigeeV1ListSecurityFeedbackResponse)MarshalJSON¶added inv0.250.0
func (sGoogleCloudApigeeV1ListSecurityFeedbackResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListSecurityIncidentsResponse¶added inv0.112.0
type GoogleCloudApigeeV1ListSecurityIncidentsResponse struct {// NextPageToken: A token that can be sent as `page_token` to retrieve the next// page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// SecurityIncidents: List of security incidents in the organizationSecurityIncidents []*GoogleCloudApigeeV1SecurityIncident `json:"securityIncidents,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListSecurityIncidentsResponse: Response forListSecurityIncidents.
func (GoogleCloudApigeeV1ListSecurityIncidentsResponse)MarshalJSON¶added inv0.112.0
func (sGoogleCloudApigeeV1ListSecurityIncidentsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse¶added inv0.227.0
type GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse struct {// NextPageToken: A token that can be sent as `page_token` to retrieve the next// page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// SecurityMonitoringConditions: List of security monitoring conditions in the// organization.SecurityMonitoringConditions []*GoogleCloudApigeeV1SecurityMonitoringCondition `json:"securityMonitoringConditions,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse: Response forListSecurityMonitoringConditions.
func (GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse)MarshalJSON¶added inv0.227.0
func (sGoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListSecurityProfileRevisionsResponse¶added inv0.86.0
type GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse struct {// NextPageToken: A token that can be sent as `page_token` to retrieve the next// page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// SecurityProfiles: List of security profile revisions. The revisions may be// attached or unattached to any environment.SecurityProfiles []*GoogleCloudApigeeV1SecurityProfile `json:"securityProfiles,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse: Response forListSecurityProfileRevisions.
func (GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1ListSecurityProfileRevisionsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListSecurityProfilesResponse¶added inv0.86.0
type GoogleCloudApigeeV1ListSecurityProfilesResponse struct {// NextPageToken: A token that can be sent as `page_token` to retrieve the next// page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// SecurityProfiles: List of security profiles in the organization. The// profiles may be attached or unattached to any environment. This will return// latest revision of each profile.SecurityProfiles []*GoogleCloudApigeeV1SecurityProfile `json:"securityProfiles,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListSecurityProfilesResponse: Response forListSecurityProfiles.
func (GoogleCloudApigeeV1ListSecurityProfilesResponse)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1ListSecurityProfilesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListSecurityProfilesV2Response¶added inv0.200.0
type GoogleCloudApigeeV1ListSecurityProfilesV2Response struct {// NextPageToken: A token that can be sent as `page_token` to retrieve the next// page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// SecurityProfilesV2: List of security profiles in the organization.SecurityProfilesV2 []*GoogleCloudApigeeV1SecurityProfileV2 `json:"securityProfilesV2,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListSecurityProfilesV2Response: Response forListSecurityProfilesV2.
func (GoogleCloudApigeeV1ListSecurityProfilesV2Response)MarshalJSON¶added inv0.200.0
func (sGoogleCloudApigeeV1ListSecurityProfilesV2Response) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListSecurityReportsResponse¶added inv0.86.0
type GoogleCloudApigeeV1ListSecurityReportsResponse struct {// NextPageToken: If the number of security reports exceeded the page size// requested, the token can be used to fetch the next page in a subsequent// call. If the response is the last page and there are no more reports to// return this field is left empty.NextPageTokenstring `json:"nextPageToken,omitempty"`// SecurityReports: The security reports belong to requested resource name.SecurityReports []*GoogleCloudApigeeV1SecurityReport `json:"securityReports,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListSecurityReportsResponse: The response forSecurityReports.
func (GoogleCloudApigeeV1ListSecurityReportsResponse)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1ListSecurityReportsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListSharedFlowsResponse¶
type GoogleCloudApigeeV1ListSharedFlowsResponse struct {SharedFlows []*GoogleCloudApigeeV1SharedFlow `json:"sharedFlows,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "SharedFlows") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "SharedFlows") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ListSharedFlowsResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1ListSharedFlowsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListSpacesResponse¶added inv0.225.0
type GoogleCloudApigeeV1ListSpacesResponse struct {// NextPageToken: A token that can be sent as `page_token` to retrieve the next// page. If this field is omitted, there are no subsequent pages.NextPageTokenstring `json:"nextPageToken,omitempty"`// Spaces: List of Apigee organization spaces.Spaces []*GoogleCloudApigeeV1Space `json:"spaces,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListSpacesResponse: A response to a ListSpaces requestcontaining the list of organization spaces and a page token for the nextpage.
func (GoogleCloudApigeeV1ListSpacesResponse)MarshalJSON¶added inv0.225.0
func (sGoogleCloudApigeeV1ListSpacesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ListTraceConfigOverridesResponse¶added inv0.41.0
type GoogleCloudApigeeV1ListTraceConfigOverridesResponse struct {// NextPageToken: Token value that can be passed as `page_token` to retrieve// the next page of content.NextPageTokenstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ListTraceConfigOverridesResponse: Response forListTraceConfigOverrides.
func (GoogleCloudApigeeV1ListTraceConfigOverridesResponse)MarshalJSON¶added inv0.41.0
func (sGoogleCloudApigeeV1ListTraceConfigOverridesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1MaintenanceUpdatePolicy¶added inv0.252.0
type GoogleCloudApigeeV1MaintenanceUpdatePolicy struct {// MaintenanceChannel: Optional. Maintenance channel to specify relative// scheduling for maintenance.//// Possible values:// "MAINTENANCE_CHANNEL_UNSPECIFIED" - Unspecified maintenance channel.// "WEEK1" - Receive 1 weeks notice before maintenance occurs// "WEEK2" - Receive 2 weeks notice before maintenance occursMaintenanceChannelstring `json:"maintenanceChannel,omitempty"`// MaintenanceWindows: Optional. Preferred windows to perform maintenance.// Currently limited to 1.MaintenanceWindows []*GoogleCloudApigeeV1MaintenanceUpdatePolicyMaintenanceWindow `json:"maintenanceWindows,omitempty"`// ForceSendFields is a list of field names (e.g. "MaintenanceChannel") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "MaintenanceChannel") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1MaintenanceUpdatePolicy: MaintenanceUpdatePolicyspecifies the preferred window to perform maintenance on the instance (dayof the week and time of day).
func (GoogleCloudApigeeV1MaintenanceUpdatePolicy)MarshalJSON¶added inv0.252.0
func (sGoogleCloudApigeeV1MaintenanceUpdatePolicy) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1MaintenanceUpdatePolicyMaintenanceWindow¶added inv0.252.0
type GoogleCloudApigeeV1MaintenanceUpdatePolicyMaintenanceWindow struct {// Day: Required. Preferred day of the week for maintenance, e.g. MONDAY,// TUESDAY, etc.//// Possible values:// "DAY_OF_WEEK_UNSPECIFIED" - The day of the week is unspecified.// "MONDAY" - Monday// "TUESDAY" - Tuesday// "WEDNESDAY" - Wednesday// "THURSDAY" - Thursday// "FRIDAY" - Friday// "SATURDAY" - Saturday// "SUNDAY" - SundayDaystring `json:"day,omitempty"`// StartTime: Required. The start time (UTC) of the maintenance window.StartTime *GoogleTypeTimeOfDay `json:"startTime,omitempty"`// ForceSendFields is a list of field names (e.g. "Day") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Day") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1MaintenanceUpdatePolicyMaintenanceWindow:MaintenanceWindow specifies the preferred day of the week and time of day toperform maintenance.
func (GoogleCloudApigeeV1MaintenanceUpdatePolicyMaintenanceWindow)MarshalJSON¶added inv0.252.0
func (sGoogleCloudApigeeV1MaintenanceUpdatePolicyMaintenanceWindow) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Metadata¶
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. For example: “` "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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Metadata: Encapsulates additional information about queryexecution.
func (GoogleCloudApigeeV1Metadata)MarshalJSON¶
func (sGoogleCloudApigeeV1Metadata) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Metric¶
type GoogleCloudApigeeV1Metric struct {// Name: Metric name.Namestring `json:"name,omitempty"`// Values: List of metric values. Possible value formats include:// "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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Metric: Encapsulates the metric data point. For 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 (sGoogleCloudApigeeV1Metric) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1MetricAggregation¶added inv0.93.0
type GoogleCloudApigeeV1MetricAggregation struct {// Aggregation: Aggregation function associated with the metric.//// Possible values:// "AGGREGATION_FUNCTION_UNSPECIFIED" - Unspecified Aggregation function.// "AVG" - Average.// "SUM" - Summation.// "MIN" - Min.// "MAX" - Max.// "COUNT_DISTINCT" - Count distinctAggregationstring `json:"aggregation,omitempty"`// Name: Name of the metricNamestring `json:"name,omitempty"`// Order: Ordering for this aggregation in the result. For time series this is// ignored since the ordering of points depends only on the timestamp, not the// values.//// Possible values:// "ORDER_UNSPECIFIED" - Unspecified order. Default is Descending.// "ASCENDING" - Ascending sort order.// "DESCENDING" - Descending sort order.Orderstring `json:"order,omitempty"`// ForceSendFields is a list of field names (e.g. "Aggregation") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Aggregation") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1MetricAggregation: The optionally aggregated metric toquery with its ordering.
func (GoogleCloudApigeeV1MetricAggregation)MarshalJSON¶added inv0.93.0
func (sGoogleCloudApigeeV1MetricAggregation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1MonetizationConfig¶added inv0.45.0
type GoogleCloudApigeeV1MonetizationConfig struct {// Enabled: Flag that specifies whether the Monetization add-on is enabled.Enabledbool `json:"enabled,omitempty"`// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1MonetizationConfig: Configuration for the Monetizationadd-on.
func (GoogleCloudApigeeV1MonetizationConfig)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1MonetizationConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1MoveApiProductRequest¶added inv0.225.0
type GoogleCloudApigeeV1MoveApiProductRequest struct {// Space: Optional. Resource ID of the space to move the API product to. If// unspecified, the API product will be moved to the organization level.Spacestring `json:"space,omitempty"`// ForceSendFields is a list of field names (e.g. "Space") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Space") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1MoveApiProductRequest: Moves API product to a differentspace.
func (GoogleCloudApigeeV1MoveApiProductRequest)MarshalJSON¶added inv0.225.0
func (sGoogleCloudApigeeV1MoveApiProductRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1MoveApiProxyRequest¶added inv0.225.0
type GoogleCloudApigeeV1MoveApiProxyRequest struct {// Space: Optional. Resource ID of the space to move the proxy to. If// unspecified, the proxy will be moved to the organization level.Spacestring `json:"space,omitempty"`// ForceSendFields is a list of field names (e.g. "Space") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Space") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1MoveApiProxyRequest: Moves an API Proxy to a differentSpace.
func (GoogleCloudApigeeV1MoveApiProxyRequest)MarshalJSON¶added inv0.225.0
func (sGoogleCloudApigeeV1MoveApiProxyRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1MoveSharedFlowRequest¶added inv0.225.0
type GoogleCloudApigeeV1MoveSharedFlowRequest struct {// Space: Optional. Resource ID of the space to move the shared flow to. If// unspecified, the shared flow will be moved to the organization level.Spacestring `json:"space,omitempty"`// ForceSendFields is a list of field names (e.g. "Space") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Space") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1MoveSharedFlowRequest: Moves a Shared Flow to a differentspace.
func (GoogleCloudApigeeV1MoveSharedFlowRequest)MarshalJSON¶added inv0.225.0
func (sGoogleCloudApigeeV1MoveSharedFlowRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1NatAddress¶added inv0.37.0
type GoogleCloudApigeeV1NatAddress struct {// IpAddress: Output only. The static IPV4 address.IpAddressstring `json:"ipAddress,omitempty"`// Name: Required. Resource ID of the NAT address.Namestring `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.Statestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1NatAddress: Apigee NAT(network address translation)address. A NAT address is a static external IP address used for Internetegress traffic.
func (GoogleCloudApigeeV1NatAddress)MarshalJSON¶added inv0.37.0
func (sGoogleCloudApigeeV1NatAddress) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1NodeConfig¶added inv0.93.0
type GoogleCloudApigeeV1NodeConfig struct {// CurrentAggregateNodeCount: Output only. The current total number of gateway// nodes that each environment currently has across all instances.CurrentAggregateNodeCountint64 `json:"currentAggregateNodeCount,omitempty,string"`// MaxNodeCount: Optional. The maximum total number of gateway nodes that the// is reserved for all instances that has the specified environment. If not// specified, the default is determined by the recommended maximum number of// nodes for that gateway.MaxNodeCountint64 `json:"maxNodeCount,omitempty,string"`// MinNodeCount: Optional. The minimum total number of gateway nodes that the// is reserved for all instances that has the specified environment. If not// specified, the default is determined by the recommended minimum number of// nodes for that gateway.MinNodeCountint64 `json:"minNodeCount,omitempty,string"`// ForceSendFields is a list of field names (e.g. "CurrentAggregateNodeCount")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CurrentAggregateNodeCount") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1NodeConfig: NodeConfig for setting the min/max number ofnodes associated with the environment.
func (GoogleCloudApigeeV1NodeConfig)MarshalJSON¶added inv0.93.0
func (sGoogleCloudApigeeV1NodeConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1OASDocumentation¶added inv0.168.0
type GoogleCloudApigeeV1OASDocumentation struct {// Format: Output only. The format of the input specification file contents.//// Possible values:// "FORMAT_UNSPECIFIED" - The format is not available.// "YAML" - YAML format.// "JSON" - JSON format.Formatstring `json:"format,omitempty"`// Spec: Required. The documentation file contents for the OpenAPI// Specification. JSON and YAML file formats are supported.Spec *GoogleCloudApigeeV1DocumentationFile `json:"spec,omitempty"`// ForceSendFields is a list of field names (e.g. "Format") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Format") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1OASDocumentation: OpenAPI Specification documentation fora catalog item.
func (GoogleCloudApigeeV1OASDocumentation)MarshalJSON¶added inv0.168.0
func (sGoogleCloudApigeeV1OASDocumentation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Operation¶added inv0.32.0
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.Resourcestring `json:"resource,omitempty"`// ForceSendFields is a list of field names (e.g. "Methods") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Operation: Represents the pairing of REST resource pathand the actions (verbs) allowed on the resource path.
func (GoogleCloudApigeeV1Operation)MarshalJSON¶added inv0.32.0
func (sGoogleCloudApigeeV1Operation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1OperationConfig¶added inv0.31.0
type GoogleCloudApigeeV1OperationConfig struct {// ApiSource: Required. Name of the API proxy or remote service with which the// resources, methods, and quota are associated.ApiSourcestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1OperationConfig: Binds the resources in an API proxy orremote service with the allowed REST methods and associated quotaenforcement.
func (GoogleCloudApigeeV1OperationConfig)MarshalJSON¶added inv0.31.0
func (sGoogleCloudApigeeV1OperationConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1OperationGroup¶added inv0.31.0
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.OperationConfigTypestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1OperationGroup: List of operation configuration detailsassociated with Apigee API proxies or remote services. Remote services arenon-Apigee proxies, such as Istio-Envoy.
func (GoogleCloudApigeeV1OperationGroup)MarshalJSON¶added inv0.31.0
func (sGoogleCloudApigeeV1OperationGroup) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1OperationMetadata¶
type GoogleCloudApigeeV1OperationMetadata struct {// Possible values:// "OPERATION_TYPE_UNSPECIFIED"// "INSERT"// "DELETE"// "UPDATE"OperationTypestring `json:"operationType,omitempty"`// Progress: Progress of the operation.Progress *GoogleCloudApigeeV1OperationMetadataProgress `json:"progress,omitempty"`// Possible values:// "STATE_UNSPECIFIED"// "NOT_STARTED"// "IN_PROGRESS"// "FINISHED"Statestring `json:"state,omitempty"`// TargetResourceName: Name of the resource for which the operation is// operating on.TargetResourceNamestring `json:"targetResourceName,omitempty"`// Warnings: Warnings encountered while executing the operation.Warnings []string `json:"warnings,omitempty"`// ForceSendFields is a list of field names (e.g. "OperationType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1OperationMetadata: Metadata describing an Operation.
func (GoogleCloudApigeeV1OperationMetadata)MarshalJSON¶
func (sGoogleCloudApigeeV1OperationMetadata) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1OperationMetadataProgress¶added inv0.45.0
type GoogleCloudApigeeV1OperationMetadataProgress struct {// Description: Description of the operation's progress.Descriptionstring `json:"description,omitempty"`// Details: The additional details of the progress.Detailsgoogleapi.RawMessage `json:"details,omitempty"`// PercentDone: The percentage of the operation progress.PercentDoneint64 `json:"percentDone,omitempty"`// State: State of the operation.//// Possible values:// "STATE_UNSPECIFIED"// "NOT_STARTED"// "IN_PROGRESS"// "FINISHED"Statestring `json:"state,omitempty"`// ForceSendFields is a list of field names (e.g. "Description") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1OperationMetadataProgress: Information about operationprogress.
func (GoogleCloudApigeeV1OperationMetadataProgress)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1OperationMetadataProgress) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1OptimizedStats¶
type GoogleCloudApigeeV1OptimizedStats struct {// Response: Wraps the `stats` response for JavaScript Optimized Scenario with// a response key. For example: “`{ "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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1OptimizedStats: Encapsulates a response format forJavaScript Optimized Scenario.
func (GoogleCloudApigeeV1OptimizedStats)MarshalJSON¶
func (sGoogleCloudApigeeV1OptimizedStats) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1OptimizedStatsNode¶
type GoogleCloudApigeeV1OptimizedStatsNode struct {// Data: List of data values.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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1OptimizedStatsNode: Encapsulates a data node asrepresented 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 adimension is present in the query or not the data node type can be a simplemetric value or dimension identifier with list of metrics.
func (GoogleCloudApigeeV1OptimizedStatsNode)MarshalJSON¶
func (sGoogleCloudApigeeV1OptimizedStatsNode) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1OptimizedStatsResponse¶
type GoogleCloudApigeeV1OptimizedStatsResponse struct {// TimeUnit: List of time unit values. Time unit refers to an epoch timestamp// value.TimeUnitgoogleapi.Int64s `json:"TimeUnit,omitempty"`// MetaData: Metadata information about the query executed.MetaData *GoogleCloudApigeeV1Metadata `json:"metaData,omitempty"`// ResultTruncated: Boolean flag that indicates whether the results were// truncated based on the limit parameter.ResultTruncatedbool `json:"resultTruncated,omitempty"`// Stats: `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1OptimizedStatsResponse: Encapsulates a response formatfor JavaScript Optimized Scenario.
func (GoogleCloudApigeeV1OptimizedStatsResponse)MarshalJSON¶
func (sGoogleCloudApigeeV1OptimizedStatsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Organization¶
type GoogleCloudApigeeV1Organization struct {// AddonsConfig: Optional. Addon configurations of the Apigee organization.AddonsConfig *GoogleCloudApigeeV1AddonsConfig `json:"addonsConfig,omitempty"`// AnalyticsRegion: Required. DEPRECATED: This field will eventually be// deprecated and replaced with a differently-named field. Primary Google Cloud// 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).AnalyticsRegionstring `json:"analyticsRegion,omitempty"`// ApiConsumerDataEncryptionKeyName: Optional. Cloud KMS key name used for// encrypting API consumer data. If not specified or BillingType (#BillingType)// is `EVALUATION`, a Google-Managed encryption key will be used. Format:// `projects/*/locations/*/keyRings/*/cryptoKeys/*`ApiConsumerDataEncryptionKeyNamestring `json:"apiConsumerDataEncryptionKeyName,omitempty"`// ApiConsumerDataLocation: Optional. This field is needed only for customers// using non-default data residency regions. Apigee stores some control plane// data only in single region. This field determines which single region Apigee// should use. For example: "us-west1" when control plane is in US or// "europe-west2" when control plane is in EU.ApiConsumerDataLocationstring `json:"apiConsumerDataLocation,omitempty"`// ApigeeProjectId: Output only. Apigee Project ID associated with the// organization. Use this project to allowlist Apigee in the Service Attachment// when using private service connect with Apigee.ApigeeProjectIdstring `json:"apigeeProjectId,omitempty"`// Attributes: Not used by Apigee.Attributes []string `json:"attributes,omitempty"`// AuthorizedNetwork: Optional. 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`. When changing// authorizedNetwork, you must reconfigure VPC peering. After VPC peering with// previous network is deleted, run the following command// (https://cloud.google.com/sdk/gcloud/reference/services/vpc-peerings/delete):// `gcloud services vpc-peerings delete --network=NETWORK`, where `NETWORK` is// the name of the previous network. This will delete the previous Service// Networking. Otherwise, you will get the following error: `The resource// 'projects/...-tp' is already linked to another shared VPC host// 'projects/...-tp`. 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.AuthorizedNetworkstring `json:"authorizedNetwork,omitempty"`// BillingType: Optional. 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.// "PAYG" - Access to Apigee using a Pay-As-You-Go plan.BillingTypestring `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`.CaCertificatestring `json:"caCertificate,omitempty"`// ControlPlaneEncryptionKeyName: Optional. Cloud KMS key name used for// encrypting control plane data that is stored in a multi region. Only used// for the data residency region "US" or "EU". If not specified or BillingType// (#BillingType) is `EVALUATION`, a Google-Managed encryption key will be// used. Format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`ControlPlaneEncryptionKeyNamestring `json:"controlPlaneEncryptionKeyName,omitempty"`// CreatedAt: Output only. Time that the Apigee organization was created in// milliseconds since epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// CustomerName: Not used by Apigee.CustomerNamestring `json:"customerName,omitempty"`// Description: Optional. Description of the Apigee organization.Descriptionstring `json:"description,omitempty"`// DisableVpcPeering: Optional. Flag that specifies whether the VPC Peering// through Private Google Access should be disabled between the consumer// network and Apigee. Valid only when RuntimeType is set to CLOUD. Required if// an authorizedNetwork on the consumer project is not provided, in which case// the flag should be set to true. The value must be set before the creation of// any Apigee runtime instance and can be updated only when there are no// runtime instances. **Note:** Apigee will be deprecating the vpc peering// model that requires you to provide 'authorizedNetwork', by making the// non-peering model as the default way of provisioning Apigee organization in// future. So, this will be a temporary flag to enable the transition. Not// supported for Apigee hybrid.DisableVpcPeeringbool `json:"disableVpcPeering,omitempty"`// DisplayName: Optional. Display name for the Apigee organization. Unused, but// reserved for future use.DisplayNamestring `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.ExpiresAtint64 `json:"expiresAt,omitempty,string"`// LastModifiedAt: Output only. Time that the Apigee organization was last// modified in milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: Output only. Name of the Apigee organization.Namestring `json:"name,omitempty"`// NetworkEgressRestricted: Optional. Flag that specifies if internet egress is// restricted for VPC Service Controls. Valid only when runtime_type is `CLOUD`// and disable_vpc_peering is `true`.NetworkEgressRestrictedbool `json:"networkEgressRestricted,omitempty"`// PortalDisabled: Optional. Configuration for the Portals settings.PortalDisabledbool `json:"portalDisabled,omitempty"`// ProjectId: Output only. Project ID associated with the Apigee organization.ProjectIdstring `json:"projectId,omitempty"`// Properties: Optional. Properties defined in the Apigee organization profile.Properties *GoogleCloudApigeeV1Properties `json:"properties,omitempty"`// RuntimeDatabaseEncryptionKeyName: Optional. 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. If not specified or// 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.RuntimeDatabaseEncryptionKeyNamestring `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.RuntimeTypestring `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.Statestring `json:"state,omitempty"`// SubscriptionPlan: Output only. Subscription plan that the customer has// purchased. Output only.//// Possible values:// "SUBSCRIPTION_PLAN_UNSPECIFIED" - Subscription plan not specified.// "SUBSCRIPTION_2021" - Traditional subscription plan.// "SUBSCRIPTION_2024" - New subscription plan that provides standard proxy// and scaled proxy implementation.SubscriptionPlanstring `json:"subscriptionPlan,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.SubscriptionTypestring `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.Typestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1Organization)MarshalJSON¶
func (sGoogleCloudApigeeV1Organization) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1OrganizationProjectMapping¶
type GoogleCloudApigeeV1OrganizationProjectMapping struct {// Location: Output only. The Google Cloud region where control plane data is// located. For more information, see//https://cloud.google.com/about/locations/.Locationstring `json:"location,omitempty"`// Organization: Name of the Apigee organization.Organizationstring `json:"organization,omitempty"`// ProjectId: Google Cloud project associated with the Apigee organizationProjectIdstring `json:"projectId,omitempty"`// ProjectIds: DEPRECATED: Use `project_id`. An Apigee Organization is mapped// to a single project.ProjectIds []string `json:"projectIds,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Location") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1OrganizationProjectMapping)MarshalJSON¶
func (sGoogleCloudApigeeV1OrganizationProjectMapping) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1PodStatus¶
type GoogleCloudApigeeV1PodStatus struct {// AppVersion: Version of the application running in the pod.AppVersionstring `json:"appVersion,omitempty"`// DeploymentStatus: Status of the deployment. Valid values include: -// `deployed`: Successful. - `error` : Failed. - `pending` : Pod has not yet// reported on the deployment.DeploymentStatusstring `json:"deploymentStatus,omitempty"`// DeploymentStatusTime: Time the deployment status was reported in// milliseconds since epoch.DeploymentStatusTimeint64 `json:"deploymentStatusTime,omitempty,string"`// DeploymentTime: Time the proxy was deployed in milliseconds since epoch.DeploymentTimeint64 `json:"deploymentTime,omitempty,string"`// PodName: Name of the pod which is reporting the status.PodNamestring `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.PodStatusstring `json:"podStatus,omitempty"`// PodStatusTime: Time the pod status was reported in milliseconds since epoch.PodStatusTimeint64 `json:"podStatusTime,omitempty,string"`// StatusCode: Code associated with the deployment status.StatusCodestring `json:"statusCode,omitempty"`// StatusCodeDetails: Human-readable message associated with the status code.StatusCodeDetailsstring `json:"statusCodeDetails,omitempty"`// ForceSendFields is a list of field names (e.g. "AppVersion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1PodStatus)MarshalJSON¶
func (sGoogleCloudApigeeV1PodStatus) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Point¶
type GoogleCloudApigeeV1Point struct {// Id: Name of a step in the transaction.Idstring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Point: Point is a group of information collected byruntime plane at critical points of the message flow of the processed APIrequest. This is a list of supported point IDs, categorized to three majorbuckets. For each category, debug points that we are currently supportingare listed below: - Flow status debug points: StateChange FlowInfo ConditionExecution DebugMask Error - Flow control debug points: FlowCallout PausedResumed FlowReturn BreakFlow Error - Runtime debug points: ScriptExecutorFlowCalloutStepDefinition CustomTarget StepDefinition Oauth2ServicePointRaiseFault NodeJS The detail information of the given debug point is storedin a list of results.
func (GoogleCloudApigeeV1Point)MarshalJSON¶
func (sGoogleCloudApigeeV1Point) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ProfileConfig¶added inv0.126.0
type GoogleCloudApigeeV1ProfileConfig struct {// Categories: List of categories of profile config.Categories []*GoogleCloudApigeeV1ProfileConfigCategory `json:"categories,omitempty"`// ForceSendFields is a list of field names (e.g. "Categories") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Categories") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ProfileConfig: ProfileConfig defines a set of categoriesand policies which will be used to compute security score.
func (GoogleCloudApigeeV1ProfileConfig)MarshalJSON¶added inv0.126.0
func (sGoogleCloudApigeeV1ProfileConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ProfileConfigAbuse¶added inv0.126.0
type GoogleCloudApigeeV1ProfileConfigAbuse struct {}GoogleCloudApigeeV1ProfileConfigAbuse: Checks for abuse, which includes anyrequests sent to the API for purposes other than what it is intended for,such as high volumes of requests, data scraping, and abuse related toauthorization.
typeGoogleCloudApigeeV1ProfileConfigAuthorization¶added inv0.126.0
type GoogleCloudApigeeV1ProfileConfigAuthorization struct {}GoogleCloudApigeeV1ProfileConfigAuthorization: By default, followingpolicies will be included: - JWS - JWT - OAuth - BasicAuth - APIKey
typeGoogleCloudApigeeV1ProfileConfigCORS¶added inv0.126.0
type GoogleCloudApigeeV1ProfileConfigCORS struct {}GoogleCloudApigeeV1ProfileConfigCORS: Checks to see if you have CORS policyin place.
typeGoogleCloudApigeeV1ProfileConfigCategory¶added inv0.126.0
type GoogleCloudApigeeV1ProfileConfigCategory struct {// Abuse: Checks for abuse, which includes any requests sent to the API for// purposes other than what it is intended for, such as high volumes of// requests, data scraping, and abuse related to authorization.Abuse *GoogleCloudApigeeV1ProfileConfigAbuse `json:"abuse,omitempty"`// Authorization: Checks to see if you have an authorization policy in place.Authorization *GoogleCloudApigeeV1ProfileConfigAuthorization `json:"authorization,omitempty"`// Cors: Checks to see if you have CORS policy in place.Cors *GoogleCloudApigeeV1ProfileConfigCORS `json:"cors,omitempty"`// Mediation: Checks to see if you have a mediation policy in place.Mediation *GoogleCloudApigeeV1ProfileConfigMediation `json:"mediation,omitempty"`// Mtls: Checks to see if you have configured mTLS for the target server.Mtls *GoogleCloudApigeeV1ProfileConfigMTLS `json:"mtls,omitempty"`// Threat: Checks to see if you have a threat protection policy in place.Threat *GoogleCloudApigeeV1ProfileConfigThreat `json:"threat,omitempty"`// ForceSendFields is a list of field names (e.g. "Abuse") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Abuse") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ProfileConfigCategory: Advanced API Security providessecurity profile that scores the following categories.
func (GoogleCloudApigeeV1ProfileConfigCategory)MarshalJSON¶added inv0.126.0
func (sGoogleCloudApigeeV1ProfileConfigCategory) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ProfileConfigMTLS¶added inv0.126.0
type GoogleCloudApigeeV1ProfileConfigMTLS struct {}GoogleCloudApigeeV1ProfileConfigMTLS: Checks to see if you have configuredmTLS for the target server.
typeGoogleCloudApigeeV1ProfileConfigMediation¶added inv0.126.0
type GoogleCloudApigeeV1ProfileConfigMediation struct {}GoogleCloudApigeeV1ProfileConfigMediation: By default, following policieswill be included: - OASValidation - SOAPMessageValidation
typeGoogleCloudApigeeV1ProfileConfigThreat¶added inv0.126.0
type GoogleCloudApigeeV1ProfileConfigThreat struct {}GoogleCloudApigeeV1ProfileConfigThreat: By default, following policies willbe included: - XMLThreatProtection - JSONThreatProtection
typeGoogleCloudApigeeV1Properties¶
type GoogleCloudApigeeV1Properties struct {// Property: List of all properties in the objectProperty []*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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Properties: Message for compatibility with legacy Edgespecification for Java Properties object in JSON.
func (GoogleCloudApigeeV1Properties)MarshalJSON¶
func (sGoogleCloudApigeeV1Properties) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Property¶
type GoogleCloudApigeeV1Property struct {// Name: The property keyNamestring `json:"name,omitempty"`// Value: The property valueValuestring `json:"value,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Property: A single property entry in the Propertiesmessage.
func (GoogleCloudApigeeV1Property)MarshalJSON¶
func (sGoogleCloudApigeeV1Property) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ProvisionOrganizationRequest¶added inv0.33.0
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`.AnalyticsRegionstring `json:"analyticsRegion,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).// 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`AuthorizedNetworkstring `json:"authorizedNetwork,omitempty"`// DisableVpcPeering: Optional. Flag that specifies whether the VPC Peering// through Private Google Access should be disabled between the consumer// network and Apigee. Required if an authorizedNetwork on the consumer project// is not provided, in which case the flag should be set to true. The value// must be set before the creation of any Apigee runtime instance and can be// updated only when there are no runtime instances. **Note:** Apigee will be// deprecating the vpc peering model that requires you to provide// 'authorizedNetwork', by making the non-peering model as the default way of// provisioning Apigee organization in future. So, this will be a temporary// flag to enable the transition. Not supported for Apigee hybrid.DisableVpcPeeringbool `json:"disableVpcPeering,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.RuntimeLocationstring `json:"runtimeLocation,omitempty"`// ForceSendFields is a list of field names (e.g. "AnalyticsRegion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ProvisionOrganizationRequest: Request forProvisionOrganization.
func (GoogleCloudApigeeV1ProvisionOrganizationRequest)MarshalJSON¶added inv0.33.0
func (sGoogleCloudApigeeV1ProvisionOrganizationRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Query¶
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`).CsvDelimiterstring `json:"csvDelimiter,omitempty"`// Dimensions: A list of dimensions.//https://docs.apigee.com/api-platform/analytics/analytics-reference#dimensionsDimensions []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.EnvgroupHostnamestring `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-syntaxFilterstring `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.GroupByTimeUnitstring `json:"groupByTimeUnit,omitempty"`// Limit: Maximum number of rows that can be returned in the result.Limitint64 `json:"limit,omitempty"`// Metrics: A list of Metrics.Metrics []*GoogleCloudApigeeV1QueryMetric `json:"metrics,omitempty"`// Name: Asynchronous Query Name.Namestring `json:"name,omitempty"`// OutputFormat: Valid values include: `csv` or `json`. Defaults to `json`.// Note: Configure the delimiter for CSV output using the csvDelimiter// property.OutputFormatstring `json:"outputFormat,omitempty"`// ReportDefinitionId: Asynchronous Report ID.ReportDefinitionIdstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1Query)MarshalJSON¶
func (sGoogleCloudApigeeV1Query) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1QueryMetadata¶
type GoogleCloudApigeeV1QueryMetadata struct {// Dimensions: Dimensions of the AsyncQuery.Dimensions []string `json:"dimensions,omitempty"`// EndTimestamp: End timestamp of the query range.EndTimestampstring `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.OutputFormatstring `json:"outputFormat,omitempty"`// StartTimestamp: Start timestamp of the query range.StartTimestampstring `json:"startTimestamp,omitempty"`// TimeUnit: Query GroupBy time unit.TimeUnitstring `json:"timeUnit,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1QueryMetadata)MarshalJSON¶
func (sGoogleCloudApigeeV1QueryMetadata) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1QueryMetric¶
type GoogleCloudApigeeV1QueryMetric struct {// Alias: Alias for the metric. Alias will be used to replace metric name in// query results.Aliasstring `json:"alias,omitempty"`// Function: Aggregation function: avg, min, max, or sum.Functionstring `json:"function,omitempty"`// Name: Required. Metric name.Namestring `json:"name,omitempty"`// Operator: One of `+`, `-`, `/`, `%`, `*`.Operatorstring `json:"operator,omitempty"`// Value: Operand value should be provided when operator is set.Valuestring `json:"value,omitempty"`// ForceSendFields is a list of field names (e.g. "Alias") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1QueryMetric: More info about Metric:https://docs.apigee.com/api-platform/analytics/analytics-reference#metrics
func (GoogleCloudApigeeV1QueryMetric)MarshalJSON¶
func (sGoogleCloudApigeeV1QueryMetric) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1QueryTabularStatsRequest¶added inv0.93.0
type GoogleCloudApigeeV1QueryTabularStatsRequest struct {// Dimensions: Required. List of dimension names to group the aggregations by.Dimensions []string `json:"dimensions,omitempty"`// Filter: Filter further on specific dimension values. Follows the same// grammar as custom report's filter expressions. Example, apiproxy eq// 'foobar'.//https://cloud.google.com/apigee/docs/api-platform/analytics/analytics-reference#filtersFilterstring `json:"filter,omitempty"`// Metrics: Required. List of metrics and their aggregations.Metrics []*GoogleCloudApigeeV1MetricAggregation `json:"metrics,omitempty"`// PageSize: Page size represents the number of rows.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: Identifies a sequence of rows.PageTokenstring `json:"pageToken,omitempty"`// TimeRange: Time range for the stats.TimeRange *GoogleTypeInterval `json:"timeRange,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1QueryTabularStatsRequest: Request payload representingthe query to be run for fetching security statistics as rows.
func (GoogleCloudApigeeV1QueryTabularStatsRequest)MarshalJSON¶added inv0.93.0
func (sGoogleCloudApigeeV1QueryTabularStatsRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1QueryTabularStatsResponse¶added inv0.93.0
type GoogleCloudApigeeV1QueryTabularStatsResponse struct {// Columns: Column names corresponding to the same order as the inner values in// the stats field.Columns []string `json:"columns,omitempty"`// NextPageToken: Next page token.NextPageTokenstring `json:"nextPageToken,omitempty"`// Values: Resultant rows from the executed query.Values [][]interface{} `json:"values,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Columns") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Columns") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1QueryTabularStatsResponse: Encapsulates two kinds ofstats that are results of the dimensions and aggregations requested. -Tabular rows. - Time series data. Example of tabular rows, Representssecurity stats results as a row of flat values.
func (GoogleCloudApigeeV1QueryTabularStatsResponse)MarshalJSON¶added inv0.93.0
func (sGoogleCloudApigeeV1QueryTabularStatsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1QueryTimeSeriesStatsRequest¶added inv0.93.0
type GoogleCloudApigeeV1QueryTimeSeriesStatsRequest struct {// Dimensions: List of dimension names to group the aggregations by. If no// dimensions are passed, a single trend line representing the requested metric// aggregations grouped by environment is returned.Dimensions []string `json:"dimensions,omitempty"`// Filter: Filter further on specific dimension values. Follows the same// grammar as custom report's filter expressions. Example, apiproxy eq// 'foobar'.//https://cloud.google.com/apigee/docs/api-platform/analytics/analytics-reference#filtersFilterstring `json:"filter,omitempty"`// Metrics: Required. List of metrics and their aggregations.Metrics []*GoogleCloudApigeeV1MetricAggregation `json:"metrics,omitempty"`// PageSize: Page size represents the number of time series sequences, one per// unique set of dimensions and their values.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: Page token stands for a specific collection of time series// sequences.PageTokenstring `json:"pageToken,omitempty"`// TimeRange: Required. Time range for the stats.TimeRange *GoogleTypeInterval `json:"timeRange,omitempty"`// TimestampOrder: Order the sequences in increasing or decreasing order of// timestamps. Default is descending order of timestamps (latest first).//// Possible values:// "ORDER_UNSPECIFIED" - Unspecified order. Default is Descending.// "ASCENDING" - Ascending sort order.// "DESCENDING" - Descending sort order.TimestampOrderstring `json:"timestampOrder,omitempty"`// WindowSize: Time buckets to group the stats by.//// Possible values:// "WINDOW_SIZE_UNSPECIFIED" - Unspecified window size. Default is 1 hour.// "MINUTE" - 1 Minute window// "HOUR" - 1 Hour window// "DAY" - 1 Day window// "MONTH" - 1 Month windowWindowSizestring `json:"windowSize,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1QueryTimeSeriesStatsRequest: QueryTimeSeriesStatsRequestrepresents a query that returns a collection of time series sequencesgrouped by their values.
func (GoogleCloudApigeeV1QueryTimeSeriesStatsRequest)MarshalJSON¶added inv0.93.0
func (sGoogleCloudApigeeV1QueryTimeSeriesStatsRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1QueryTimeSeriesStatsResponse¶added inv0.93.0
type GoogleCloudApigeeV1QueryTimeSeriesStatsResponse struct {// Columns: Column names corresponding to the same order as the inner values in// the stats field.Columns []string `json:"columns,omitempty"`// NextPageToken: Next page token.NextPageTokenstring `json:"nextPageToken,omitempty"`// Values: Results of the query returned as a JSON array.Values []*GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence `json:"values,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Columns") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Columns") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1QueryTimeSeriesStatsResponse: Represents security statsresult as a collection of time series sequences.
func (GoogleCloudApigeeV1QueryTimeSeriesStatsResponse)MarshalJSON¶added inv0.93.0
func (sGoogleCloudApigeeV1QueryTimeSeriesStatsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence¶added inv0.93.0
type GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence struct {// Dimensions: Map of dimensions and their values that uniquely identifies a// time series sequence.Dimensions map[string]string `json:"dimensions,omitempty"`// Points: List of points. First value of each inner list is a timestamp.Points [][]interface{} `json:"points,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence: A sequence of timeseries.
func (GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence)MarshalJSON¶added inv0.93.0
func (sGoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Quota¶added inv0.31.0
type GoogleCloudApigeeV1Quota struct {// Interval: Required. Time interval over which the number of request messages// is calculated.Intervalstring `json:"interval,omitempty"`// Limit: Required. Upper limit allowed for the time interval and time unit// specified. Requests exceeding this limit will be rejected.Limitstring `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.TimeUnitstring `json:"timeUnit,omitempty"`// ForceSendFields is a list of field names (e.g. "Interval") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Quota: Quota contains the essential parameters neededthat can be applied on the resources, methods, API source combinationassociated with this API product. While Quota is optional, setting itprevents requests from exceeding the provisioned parameters.
func (GoogleCloudApigeeV1Quota)MarshalJSON¶added inv0.31.0
func (sGoogleCloudApigeeV1Quota) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1RatePlan¶added inv0.45.0
type GoogleCloudApigeeV1RatePlan struct {// Apiproduct: Name of the API product that the rate plan is associated with.Apiproductstring `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.BillingPeriodstring `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 `BANDED` and the ranges are defined as follows: “`// { "start": 1, "end": 100, "fee": 2 }, { "start": 101, "end": 200, "fee":// 1.50 }, { "start": 201, "end": 0, "fee": 1 }, } “` Then the following fees// would be charged based on the total number of API calls (assuming the// currency selected is `USD`): * 50 calls cost 50 x $2 = $100 * 150 calls cost// 100 x $2 + 50 x $1.5 = $275 * 250 calls cost 100 x $2 + 100 x $1.5 + 50 x $1// = $400 * 500 calls cost 100 x $2 + 100 x $1.5 + 300 x $1 = $650ConsumptionPricingRates []*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 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.// "TIERED" - **Note**: Not supported by Apigee at this time.// "STAIRSTEP" - **Note**: Not supported by Apigee at this time.ConsumptionPricingTypestring `json:"consumptionPricingType,omitempty"`// CreatedAt: Output only. Time that the rate plan was created in milliseconds// since epoch.CreatedAtint64 `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.CurrencyCodestring `json:"currencyCode,omitempty"`// Description: Description of the rate plan.Descriptionstring `json:"description,omitempty"`// DisplayName: Display name of the rate plan.DisplayNamestring `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.EndTimeint64 `json:"endTime,omitempty,string"`// FixedFeeFrequency: Frequency at which the fixed fee is charged.FixedFeeFrequencyint64 `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.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: Output only. Name of the rate plan.Namestring `json:"name,omitempty"`// PaymentFundingModel: DEPRECATED: This field is no longer supported and will// eventually be removed when Apigee Hybrid 1.5/1.6 is no longer supported.// Instead, use the `billingType` field inside `DeveloperMonetizationConfig`// resource. 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.PaymentFundingModelstring `json:"paymentFundingModel,omitempty"`// RevenueShareRates: Details of the revenue sharing model.RevenueShareRates []*GoogleCloudApigeeV1RevenueShareRange `json:"revenueShareRates,omitempty"`// RevenueShareType: Method used to calculate the revenue that is shared 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.RevenueShareTypestring `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.StartTimeint64 `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`).Statestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1RatePlan: Rate plan details.
func (GoogleCloudApigeeV1RatePlan)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1RatePlan) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1RateRange¶added inv0.45.0
type GoogleCloudApigeeV1RateRange struct {// End: Ending value of the range. Set to 0 or `null` for the last range of// values.Endint64 `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.Startint64 `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1RateRange: API call volume range and the fees chargedwhen the total number of API calls is within the range.
func (GoogleCloudApigeeV1RateRange)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1RateRange) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Reference¶
type GoogleCloudApigeeV1Reference struct {// Description: Optional. A human-readable description of this reference.Descriptionstring `json:"description,omitempty"`// Name: Required. The resource id of this reference. Values must match the// regular expression [\w\s\-.]+.Namestring `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.Refersstring `json:"refers,omitempty"`// ResourceType: The type of resource referred to by this reference. Valid// values are 'KeyStore' or 'TrustStore'.ResourceTypestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Reference: A Reference configuration. References mustrefer to a keystore that also exists in the parent environment.
func (GoogleCloudApigeeV1Reference)MarshalJSON¶
func (sGoogleCloudApigeeV1Reference) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ReferenceConfig¶
type GoogleCloudApigeeV1ReferenceConfig struct {// Name: Name of the reference in the following format:// `organizations/{org}/environments/{env}/references/{reference}`Namestring `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.ResourceNamestring `json:"resourceName,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ReferenceConfig)MarshalJSON¶
func (sGoogleCloudApigeeV1ReferenceConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ReportInstanceStatusRequest¶added inv0.30.0
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.InstanceUidstring `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.ReportTimestring `json:"reportTime,omitempty"`// Resources: Status for config resourcesResources []*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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ReportInstanceStatusRequest: Request forReportInstanceStatus.
func (GoogleCloudApigeeV1ReportInstanceStatusRequest)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1ReportInstanceStatusRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ReportInstanceStatusResponse¶added inv0.30.0
type GoogleCloudApigeeV1ReportInstanceStatusResponse struct {// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`}GoogleCloudApigeeV1ReportInstanceStatusResponse: Placeholder for futureenhancements to status reporting protocol
typeGoogleCloudApigeeV1ReportProperty¶
type GoogleCloudApigeeV1ReportProperty struct {// Property: name of the propertyPropertystring `json:"property,omitempty"`// Value: property valuesValue []*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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ReportProperty)MarshalJSON¶
func (sGoogleCloudApigeeV1ReportProperty) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ResourceConfig¶
type GoogleCloudApigeeV1ResourceConfig struct {// Location: Location of the resource as a URI.Locationstring `json:"location,omitempty"`// Name: Resource name in the following format:// `organizations/{org}/environments/{env}/resourcefiles/{type}/{file}/revisions// /{rev}` Only environment-scoped resource files are supported.Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "Location") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ResourceConfig)MarshalJSON¶
func (sGoogleCloudApigeeV1ResourceConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ResourceFile¶
type GoogleCloudApigeeV1ResourceFile struct {// Name: ID of the resource file.Namestring `json:"name,omitempty"`// Type: Resource file type. {{ resource_file_type }}Typestring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ResourceFile: Metadata about a resource file.
func (GoogleCloudApigeeV1ResourceFile)MarshalJSON¶
func (sGoogleCloudApigeeV1ResourceFile) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ResourceFiles¶
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ResourceFiles: List of resource files.
func (GoogleCloudApigeeV1ResourceFiles)MarshalJSON¶
func (sGoogleCloudApigeeV1ResourceFiles) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ResourceStatus¶added inv0.30.0
type GoogleCloudApigeeV1ResourceStatus struct {// Resource: The resource name. Currently only two resources are supported:// EnvironmentGroup - organizations/{org}/envgroups/{envgroup}// EnvironmentConfig -// organizations/{org}/environments/{environment}/deployedConfigResourcestring `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.TotalReplicasint64 `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.Uidstring `json:"uid,omitempty"`// ForceSendFields is a list of field names (e.g. "Resource") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ResourceStatus: The status of a resource loaded in theruntime.
func (GoogleCloudApigeeV1ResourceStatus)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1ResourceStatus) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Result¶
type GoogleCloudApigeeV1Result struct {// ActionResult: Type of the action result. Can be one of the five: DebugInfo,// RequestMessage, ResponseMessage, ErrorMessage, VariableAccessActionResultstring `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\"}}}"Contentstring `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 phraseReasonPhrasestring `json:"reasonPhrase,omitempty"`// StatusCode: HTTP response codeStatusCodestring `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"Timestampstring `json:"timestamp,omitempty"`// URI: The relative path of the api proxy. for example, "uRI" : "/iloveapis"URIstring `json:"uRI,omitempty"`// Verb: HTTP method verbVerbstring `json:"verb,omitempty"`// ForceSendFields is a list of field names (e.g. "ActionResult") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Result: Result is short for "action result", could bedifferent types identified by "action_result" field. Supported types: 1.DebugInfo : generic debug info collected by runtime recorded as a list ofproperties. For example, the contents could be virtual host info, statechange result, or execution metadata. Required fields : properties,timestamp 2. RequestMessage: information of a http request. Containsheaders, 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. Containsdetail error message, reason phrase and status code. Required fields :content, headers, reasonPhrase, statusCode 5. VariableAccess: a list ofvariable access actions, can be Get, Set and Remove. Required fields :accessList
func (GoogleCloudApigeeV1Result)MarshalJSON¶
func (sGoogleCloudApigeeV1Result) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1RevenueShareRange¶added inv0.45.0
type GoogleCloudApigeeV1RevenueShareRange struct {// End: Ending value of the range. Set to 0 or `null` for the last range of// values.Endint64 `json:"end,omitempty,string"`// SharePercentage: Percentage of the revenue to be shared with the 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.SharePercentagefloat64 `json:"sharePercentage,omitempty"`// Start: Starting value of the range. Set to 0 or `null` for the initial range// of values.Startint64 `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1RevenueShareRange: API call volume range and thepercentage of revenue to share with the developer when the total number ofAPI calls is within the range.
func (GoogleCloudApigeeV1RevenueShareRange)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1RevenueShareRange) MarshalJSON() ([]byte,error)
func (*GoogleCloudApigeeV1RevenueShareRange)UnmarshalJSON¶added inv0.45.0
func (s *GoogleCloudApigeeV1RevenueShareRange) UnmarshalJSON(data []byte)error
typeGoogleCloudApigeeV1RevisionStatus¶added inv0.30.0
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.JsonSpecstring `json:"jsonSpec,omitempty"`// Replicas: The number of replicas that have successfully loaded this// revision.Replicasint64 `json:"replicas,omitempty"`// RevisionId: The revision of the resource.RevisionIdstring `json:"revisionId,omitempty"`// ForceSendFields is a list of field names (e.g. "Errors") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1RevisionStatus: The status of a specific resourcerevision.
func (GoogleCloudApigeeV1RevisionStatus)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1RevisionStatus) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1RoutingRule¶added inv0.30.0
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.Basepathstring `json:"basepath,omitempty"`// DeploymentGroup: Name of a deployment group in an environment bound to the// environment group in the following format:// `organizations/{org}/environment/{env}/deploymentGroups/{group}` Only one of// environment or deployment_group will be set.DeploymentGroupstring `json:"deploymentGroup,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.EnvGroupRevisionint64 `json:"envGroupRevision,omitempty,string"`// Environment: Name of an environment bound to the environment group in the// following format: `organizations/{org}/environments/{env}`. Only one of// environment or deployment_group will be set.Environmentstring `json:"environment,omitempty"`// OtherTargets: Conflicting targets, which will be resource names specifying// either deployment groups or environments.OtherTargets []string `json:"otherTargets,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.Receiverstring `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.UpdateTimestring `json:"updateTime,omitempty"`// ForceSendFields is a list of field names (e.g. "Basepath") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1RoutingRule)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1RoutingRule) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1RuntimeAddonsConfig¶added inv0.144.0
type GoogleCloudApigeeV1RuntimeAddonsConfig struct {// AnalyticsConfig: Runtime configuration for Analytics add-on.AnalyticsConfig *GoogleCloudApigeeV1RuntimeAnalyticsConfig `json:"analyticsConfig,omitempty"`// ApiSecurityConfig: Runtime configuration for API Security add-on.ApiSecurityConfig *GoogleCloudApigeeV1RuntimeApiSecurityConfig `json:"apiSecurityConfig,omitempty"`// Name: Name of the addons config in the format:// `organizations/{org}/environments/{env}/addonsConfig`Namestring `json:"name,omitempty"`// RevisionId: Revision number used by the runtime to detect config changes.RevisionIdstring `json:"revisionId,omitempty"`// Uid: UID is to detect if config is recreated after deletion. The add-on// config will only be deleted when the environment itself gets deleted, thus// it will always be the same as the UID of EnvironmentConfig.Uidstring `json:"uid,omitempty"`// ForceSendFields is a list of field names (e.g. "AnalyticsConfig") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AnalyticsConfig") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1RuntimeAddonsConfig: RuntimeAddonsConfig defines theruntime configurations for add-ons in an environment.
func (GoogleCloudApigeeV1RuntimeAddonsConfig)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1RuntimeAddonsConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1RuntimeAnalyticsConfig¶added inv0.144.0
type GoogleCloudApigeeV1RuntimeAnalyticsConfig struct {// BillingPipelineEnabled: If Runtime should send billing data to AX or not.BillingPipelineEnabledbool `json:"billingPipelineEnabled,omitempty"`// Enabled: If the Analytics is enabled or not.Enabledbool `json:"enabled,omitempty"`// ForceSendFields is a list of field names (e.g. "BillingPipelineEnabled") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BillingPipelineEnabled") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1RuntimeAnalyticsConfig: Runtime configuration for theAnalytics add-on.
func (GoogleCloudApigeeV1RuntimeAnalyticsConfig)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1RuntimeAnalyticsConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1RuntimeApiSecurityConfig¶added inv0.144.0
type GoogleCloudApigeeV1RuntimeApiSecurityConfig struct {// Enabled: If the API Security is enabled or not.Enabledbool `json:"enabled,omitempty"`// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1RuntimeApiSecurityConfig: Runtime configuration for theAPI Security add-on.
func (GoogleCloudApigeeV1RuntimeApiSecurityConfig)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1RuntimeApiSecurityConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1RuntimeConfig¶added inv0.50.0
type GoogleCloudApigeeV1RuntimeConfig struct {// AnalyticsBucket: Cloud Storage bucket used for uploading Analytics records.AnalyticsBucketstring `json:"analyticsBucket,omitempty"`// Name: Name of the resource in the following format:// `organizations/{org}/runtimeConfig`.Namestring `json:"name,omitempty"`// TenantProjectId: Output only. Tenant project ID associated with the Apigee// organization. The tenant project is used to host Google-managed resources// that are dedicated to this Apigee organization. Clients have limited access// to resources within the tenant project used to support Apigee runtime// instances. Access to the tenant project is managed using// SetSyncAuthorization. It can be empty if the tenant project hasn't been// created yet.TenantProjectIdstring `json:"tenantProjectId,omitempty"`// TraceBucket: Cloud Storage bucket used for uploading Trace records.TraceBucketstring `json:"traceBucket,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AnalyticsBucket") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AnalyticsBucket") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1RuntimeConfig: Runtime configuration for theorganization. Response for GetRuntimeConfig.
func (GoogleCloudApigeeV1RuntimeConfig)MarshalJSON¶added inv0.50.0
func (sGoogleCloudApigeeV1RuntimeConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1RuntimeTraceConfig¶added inv0.33.0
type GoogleCloudApigeeV1RuntimeTraceConfig struct {// Endpoint: Endpoint of the exporter.Endpointstring `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 exporterExporterstring `json:"exporter,omitempty"`// Name: Name of the trace config in the following format:// `organizations/{org}/environment/{env}/traceConfig`Namestring `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.RevisionCreateTimestring `json:"revisionCreateTime,omitempty"`// RevisionId: Revision number which can be used by the runtime to detect if// the trace config has changed between two versions.RevisionIdstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1RuntimeTraceConfig: NEXT ID: 8 RuntimeTraceConfig definesthe configurations for distributed trace in an environment.
func (GoogleCloudApigeeV1RuntimeTraceConfig)MarshalJSON¶added inv0.33.0
func (sGoogleCloudApigeeV1RuntimeTraceConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1RuntimeTraceConfigOverride¶added inv0.33.0
type GoogleCloudApigeeV1RuntimeTraceConfigOverride struct {// ApiProxy: Name of the API proxy that will have its trace configuration// overridden following format: `organizations/{org}/apis/{api}`ApiProxystring `json:"apiProxy,omitempty"`// Name: Name of the trace config override in the following format:// `organizations/{org}/environment/{env}/traceConfig/overrides/{override}`Namestring `json:"name,omitempty"`// RevisionCreateTime: The timestamp that the revision was created or updated.RevisionCreateTimestring `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.RevisionIdstring `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.Uidstring `json:"uid,omitempty"`// ForceSendFields is a list of field names (e.g. "ApiProxy") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1RuntimeTraceConfigOverride: NEXT ID: 7 Traceconfiguration override for a specific API proxy in an environment.
func (GoogleCloudApigeeV1RuntimeTraceConfigOverride)MarshalJSON¶added inv0.33.0
func (sGoogleCloudApigeeV1RuntimeTraceConfigOverride) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1RuntimeTraceSamplingConfig¶added inv0.33.0
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.Samplerstring `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.SamplingRatefloat64 `json:"samplingRate,omitempty"`// ForceSendFields is a list of field names (e.g. "Sampler") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1RuntimeTraceSamplingConfig: NEXT ID: 3RuntimeTraceSamplingConfig represents the detail settings of distributedtracing. Only the fields that are defined in the distributed traceconfiguration can be overridden using the distribute trace configurationoverride APIs.
func (GoogleCloudApigeeV1RuntimeTraceSamplingConfig)MarshalJSON¶added inv0.33.0
func (sGoogleCloudApigeeV1RuntimeTraceSamplingConfig) MarshalJSON() ([]byte,error)
func (*GoogleCloudApigeeV1RuntimeTraceSamplingConfig)UnmarshalJSON¶added inv0.33.0
func (s *GoogleCloudApigeeV1RuntimeTraceSamplingConfig) UnmarshalJSON(data []byte)error
typeGoogleCloudApigeeV1ScheduledMaintenance¶added inv0.252.0
type GoogleCloudApigeeV1ScheduledMaintenance struct {// StartTime: Output only. The start time (UTC) of the scheduled maintenance.StartTimestring `json:"startTime,omitempty"`// ForceSendFields is a list of field names (e.g. "StartTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "StartTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ScheduledMaintenance: Scheduled maintenance informationfor an instance.
func (GoogleCloudApigeeV1ScheduledMaintenance)MarshalJSON¶added inv0.252.0
func (sGoogleCloudApigeeV1ScheduledMaintenance) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Schema¶
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Schema: Response for Schema call
func (GoogleCloudApigeeV1Schema)MarshalJSON¶
func (sGoogleCloudApigeeV1Schema) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SchemaSchemaElement¶
type GoogleCloudApigeeV1SchemaSchemaElement struct {// Name: Name of the field.Namestring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SchemaSchemaElement: Message type for the schema element
func (GoogleCloudApigeeV1SchemaSchemaElement)MarshalJSON¶
func (sGoogleCloudApigeeV1SchemaSchemaElement) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SchemaSchemaProperty¶
type GoogleCloudApigeeV1SchemaSchemaProperty struct {// CreateTime: Time the field was created in RFC3339 string form. For example:// `2016-02-26T10:23:09.592Z`.CreateTimestring `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.Customstring `json:"custom,omitempty"`// Type: Data type of the field.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SchemaSchemaProperty: Properties for the schema field.
func (GoogleCloudApigeeV1SchemaSchemaProperty)MarshalJSON¶
func (sGoogleCloudApigeeV1SchemaSchemaProperty) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Score¶added inv0.86.0
type GoogleCloudApigeeV1Score struct {// Component: Component containing score, recommendations and actions.Component *GoogleCloudApigeeV1ScoreComponent `json:"component,omitempty"`// Subcomponents: List of all the drilldown score components.Subcomponents []*GoogleCloudApigeeV1ScoreComponent `json:"subcomponents,omitempty"`// TimeRange: Start and end time for the score.TimeRange *GoogleTypeInterval `json:"timeRange,omitempty"`// ForceSendFields is a list of field names (e.g. "Component") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Component") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Score: Represents Security Score.
func (GoogleCloudApigeeV1Score)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1Score) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ScoreComponent¶added inv0.86.0
type GoogleCloudApigeeV1ScoreComponent struct {// CalculateTime: Time when score was calculated.CalculateTimestring `json:"calculateTime,omitempty"`// DataCaptureTime: Time in the requested time period when data was last// captured to compute the score.DataCaptureTimestring `json:"dataCaptureTime,omitempty"`// DrilldownPaths: List of paths for next components.DrilldownPaths []string `json:"drilldownPaths,omitempty"`// Recommendations: List of recommendations to improve API security.Recommendations []*GoogleCloudApigeeV1ScoreComponentRecommendation `json:"recommendations,omitempty"`// Score: Score for the component.Scoreint64 `json:"score,omitempty"`// ScorePath: Path of the component. Example:// /org@myorg/envgroup@myenvgroup/proxies/proxy@myproxyScorePathstring `json:"scorePath,omitempty"`// ForceSendFields is a list of field names (e.g. "CalculateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CalculateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ScoreComponent: Component is an individual securityelement that is scored.
func (GoogleCloudApigeeV1ScoreComponent)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1ScoreComponent) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ScoreComponentRecommendation¶added inv0.86.0
type GoogleCloudApigeeV1ScoreComponentRecommendation struct {// Actions: Actions for the recommendation to improve the security score.Actions []*GoogleCloudApigeeV1ScoreComponentRecommendationAction `json:"actions,omitempty"`// Description: Description of the recommendation.Descriptionstring `json:"description,omitempty"`// Impact: Potential impact of this recommendation on the overall score. This// denotes how important this recommendation is to improve the score.Impactint64 `json:"impact,omitempty"`// Title: Title represents recommendation title.Titlestring `json:"title,omitempty"`// ForceSendFields is a list of field names (e.g. "Actions") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Actions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ScoreComponentRecommendation: Recommendation based onsecurity concerns and score.
func (GoogleCloudApigeeV1ScoreComponentRecommendation)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1ScoreComponentRecommendation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ScoreComponentRecommendationAction¶added inv0.86.0
type GoogleCloudApigeeV1ScoreComponentRecommendationAction struct {// ActionContext: Action context for the action.ActionContext *GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext `json:"actionContext,omitempty"`// Description: Description of the action.Descriptionstring `json:"description,omitempty"`// ForceSendFields is a list of field names (e.g. "ActionContext") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ActionContext") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ScoreComponentRecommendationAction: Action to improvesecurity score.
func (GoogleCloudApigeeV1ScoreComponentRecommendationAction)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1ScoreComponentRecommendationAction) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext¶added inv0.86.0
type GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext struct {// DocumentationLink: Documentation link for the action.DocumentationLinkstring `json:"documentationLink,omitempty"`// ForceSendFields is a list of field names (e.g. "DocumentationLink") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DocumentationLink") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext: Actioncontext are all the relevant details for the action.
func (GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityAction¶added inv0.144.0
type GoogleCloudApigeeV1SecurityAction struct {// Allow: Allow a request through if it matches this SecurityAction.Allow *GoogleCloudApigeeV1SecurityActionAllow `json:"allow,omitempty"`// ApiProxies: Optional. If unset, this would apply to all proxies in the// environment. If set, this action is enforced only if at least one proxy in// the repeated list is deployed at the time of enforcement. If set, several// restrictions are enforced on SecurityActions. There can be at most 100// enabled actions with proxies set in an env. Several other restrictions apply// on conditions and are detailed later.ApiProxies []string `json:"apiProxies,omitempty"`// ConditionConfig: Required. A valid SecurityAction must contain at least one// condition.ConditionConfig *GoogleCloudApigeeV1SecurityActionConditionConfig `json:"conditionConfig,omitempty"`// CreateTime: Output only. The create time for this SecurityAction.CreateTimestring `json:"createTime,omitempty"`// Deny: Deny a request through if it matches this SecurityAction.Deny *GoogleCloudApigeeV1SecurityActionDeny `json:"deny,omitempty"`// Description: Optional. An optional user provided description of the// SecurityAction.Descriptionstring `json:"description,omitempty"`// ExpireTime: The expiration for this SecurityAction.ExpireTimestring `json:"expireTime,omitempty"`// Flag: Flag a request through if it matches this SecurityAction.Flag *GoogleCloudApigeeV1SecurityActionFlag `json:"flag,omitempty"`// Name: Immutable. This field is ignored during creation as per AIP-133.// Please set the `security_action_id` field in the CreateSecurityActionRequest// when creating a new SecurityAction. Format:// organizations/{org}/environments/{env}/securityActions/{security_action}Namestring `json:"name,omitempty"`// State: Required. Only an ENABLED SecurityAction is enforced. An ENABLED// SecurityAction past its expiration time will not be enforced.//// Possible values:// "STATE_UNSPECIFIED" - The default value. This only exists for forward// compatibility. A create request with this value will be rejected.// "ENABLED" - An ENABLED SecurityAction is actively enforced if the// `expiration_time` is in the future.// "DISABLED" - A disabled SecurityAction is never enforced.Statestring `json:"state,omitempty"`// Ttl: Input only. The TTL for this SecurityAction.Ttlstring `json:"ttl,omitempty"`// UpdateTime: Output only. The update time for this SecurityAction. This// reflects when this SecurityAction changed states.UpdateTimestring `json:"updateTime,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Allow") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Allow") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityAction: A SecurityAction is rule that can beenforced at an environment level. The result is one of: - A denied API call- An explicitly allowed API call - A flagged API call (HTTP headers addedbefore the target receives it) At least one condition is required to createa SecurityAction.
func (GoogleCloudApigeeV1SecurityAction)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1SecurityAction) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityActionAllow¶added inv0.144.0
type GoogleCloudApigeeV1SecurityActionAllow struct {}GoogleCloudApigeeV1SecurityActionAllow: Message that should be set in caseof an Allow Action. This does not have any fields.
typeGoogleCloudApigeeV1SecurityActionConditionConfig¶added inv0.144.0
type GoogleCloudApigeeV1SecurityActionConditionConfig struct {// AccessTokens: Optional. A list of access_tokens. Limit 1000 per action.AccessTokens []string `json:"accessTokens,omitempty"`// ApiKeys: Optional. A list of API keys. Limit 1000 per action.ApiKeys []string `json:"apiKeys,omitempty"`// ApiProducts: Optional. A list of API Products. Limit 1000 per action.ApiProducts []string `json:"apiProducts,omitempty"`// Asns: Optional. A list of ASN numbers to act on, e.g. 23.//https://en.wikipedia.org/wiki/Autonomous_system_(Internet) This uses int64// instead of uint32 because ofhttps://linter.aip.dev/141/forbidden-types.Asnsgoogleapi.Int64s `json:"asns,omitempty"`// BotReasons: Optional. A list of Bot Reasons. Current options: Flooder, Brute// Guessor, Static Content Scraper, OAuth Abuser, Robot Abuser, TorListRule,// Advanced Anomaly Detection, Advanced API Scraper, Search Engine Crawlers,// Public Clouds, Public Cloud AWS, Public Cloud Azure, and Public Cloud// Google.BotReasons []string `json:"botReasons,omitempty"`// DeveloperApps: Optional. A list of developer apps. Limit 1000 per action.DeveloperApps []string `json:"developerApps,omitempty"`// Developers: Optional. A list of developers. Limit 1000 per action.Developers []string `json:"developers,omitempty"`// HttpMethods: Optional. Act only on particular HTTP methods. E.g. A read-only// API can block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST,// PUT, DELETE, CONNECT, OPTIONS, TRACE and PATCH.HttpMethods []string `json:"httpMethods,omitempty"`// IpAddressRanges: Optional. A list of IP addresses. This could be either IPv4// or IPv6. Limited to 100 per action.IpAddressRanges []string `json:"ipAddressRanges,omitempty"`// RegionCodes: Optional. A list of countries/region codes to act on, e.g. US.// This followshttps://en.wikipedia.org/wiki/ISO_3166-1_alpha-2.RegionCodes []string `json:"regionCodes,omitempty"`// UserAgents: Optional. A list of user agents to deny. We look for exact// matches. Limit 50 per action.UserAgents []string `json:"userAgents,omitempty"`// ForceSendFields is a list of field names (e.g. "AccessTokens") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AccessTokens") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityActionConditionConfig: The following are a listof conditions. A valid SecurityAction must contain at least one condition.Within a condition, each element is ORed. Across conditions elements areANDed. For example if a SecurityAction has the following: ip_address_ranges:["ip1", "ip2"] and bot_reasons: ["Flooder", "Robot Abuser"] then this isinterpreted as: enforce the action if the incoming request has((ip_address_ranges = "ip1" OR ip_address_ranges = "ip2") AND(bot_reasons="Flooder" OR bot_reasons="Robot Abuser")). Conditions otherthan ip_address_ranges and bot_reasons cannot be ANDed.
func (GoogleCloudApigeeV1SecurityActionConditionConfig)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1SecurityActionConditionConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityActionDeny¶added inv0.144.0
type GoogleCloudApigeeV1SecurityActionDeny struct {// ResponseCode: Optional. The HTTP response code if the Action = DENY.ResponseCodeint64 `json:"responseCode,omitempty"`// ForceSendFields is a list of field names (e.g. "ResponseCode") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ResponseCode") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityActionDeny: Message that should be set in case ofa Deny Action.
func (GoogleCloudApigeeV1SecurityActionDeny)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1SecurityActionDeny) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityActionFlag¶added inv0.144.0
type GoogleCloudApigeeV1SecurityActionFlag struct {// Headers: Optional. A list of HTTP headers to be sent to the target in case// of a FLAG SecurityAction. Limit 5 headers per SecurityAction. At least one// is mandatory.Headers []*GoogleCloudApigeeV1SecurityActionHttpHeader `json:"headers,omitempty"`// ForceSendFields is a list of field names (e.g. "Headers") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Headers") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityActionFlag: The message that should be set in thecase of a Flag action.
func (GoogleCloudApigeeV1SecurityActionFlag)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1SecurityActionFlag) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityActionHttpHeader¶added inv0.144.0
type GoogleCloudApigeeV1SecurityActionHttpHeader struct {// Name: The header name to be sent to the target.Namestring `json:"name,omitempty"`// Value: The header value to be sent to the target.Valuestring `json:"value,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityActionHttpHeader: An HTTP header.
func (GoogleCloudApigeeV1SecurityActionHttpHeader)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1SecurityActionHttpHeader) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityActionsConfig¶added inv0.144.0
type GoogleCloudApigeeV1SecurityActionsConfig struct {// Enabled: The flag that controls whether this feature is enabled. This is// `unset` by default. When this flag is `false`, even if individual rules are// enabled, no SecurityActions will be enforced.Enabledbool `json:"enabled,omitempty"`// Name: This is a singleton resource, the name will always be set by// SecurityActions and any user input will be ignored. The name is always:// `organizations/{org}/environments/{env}/security_actions_config`Namestring `json:"name,omitempty"`// UpdateTime: Output only. The update time for configuration.UpdateTimestring `json:"updateTime,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityActionsConfig: SecurityActionsConfig reflects thecurrent state of the SecurityActions feature. This is a singleton resource:https://google.aip.dev/156
func (GoogleCloudApigeeV1SecurityActionsConfig)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1SecurityActionsConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityAssessmentResult¶added inv0.173.0
type GoogleCloudApigeeV1SecurityAssessmentResult struct {// CreateTime: The time of the assessment of this resource. This could lag// behind `assessment_time` due to caching within the backend.CreateTimestring `json:"createTime,omitempty"`// Error: The error status if scoring fails.Error *GoogleRpcStatus `json:"error,omitempty"`// Resource: The assessed resource.Resource *GoogleCloudApigeeV1SecurityAssessmentResultResource `json:"resource,omitempty"`// ScoringResult: The result of the assessment.ScoringResult *GoogleCloudApigeeV1SecurityAssessmentResultScoringResult `json:"scoringResult,omitempty"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityAssessmentResult: The security assessment resultfor one resource.
func (GoogleCloudApigeeV1SecurityAssessmentResult)MarshalJSON¶added inv0.173.0
func (sGoogleCloudApigeeV1SecurityAssessmentResult) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityAssessmentResultResource¶added inv0.173.0
type GoogleCloudApigeeV1SecurityAssessmentResultResource struct {// ApiHubDeploymentDetails: Output only. Additional details for the API Hub// deployment.ApiHubDeploymentDetails *GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails `json:"apiHubDeploymentDetails,omitempty"`// Name: Required. Name of this resource. For an Apigee API Proxy, this should// be the id of the API proxy. For an API Hub Deployment, this should be the id// of the deployment.Namestring `json:"name,omitempty"`// ResourceRevisionId: The revision id for the resource. In case of Apigee,// this is proxy revision id.ResourceRevisionIdstring `json:"resourceRevisionId,omitempty"`// Type: Required. Type of this resource.//// Possible values:// "RESOURCE_TYPE_UNSPECIFIED" - ResourceType not specified.// "API_PROXY" - Resource is an Apigee Proxy.// "API_HUB_DEPLOYMENT" - Resource is an API Hub deployment.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "ApiHubDeploymentDetails") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApiHubDeploymentDetails") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityAssessmentResultResource: Resource for which weare computing security assessment.
func (GoogleCloudApigeeV1SecurityAssessmentResultResource)MarshalJSON¶added inv0.173.0
func (sGoogleCloudApigeeV1SecurityAssessmentResultResource) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails¶added inv0.257.0
type GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails struct {// DisplayName: The display name of the API Hub deployment.DisplayNamestring `json:"displayName,omitempty"`// Gateway: The gateway for the API Hub deployment. Format:// `projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance// }`Gatewaystring `json:"gateway,omitempty"`// GatewayType: The gateway type for the API Hub deployment.//// Possible values:// "API_HUB_GATEWAY_TYPE_UNSPECIFIED" - Gateway type is not specified.// "APIGEE_X" - Gateway is Apigee X for API Hub.// "APIGEE_HYBRID" - Gateway is Apigee Hybrid for API Hub.// "APIGEE_EDGE" - Gateway is Apigee Edge for API Hub.// "APIGEE_OPDK" - Gateway is Apigee OPDK for API Hub.GatewayTypestring `json:"gatewayType,omitempty"`// ResourceUri: The resource uri for the API Hub deployment.ResourceUristring `json:"resourceUri,omitempty"`// SourceProject: The source project for the API Hub deployment.SourceProjectstring `json:"sourceProject,omitempty"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails:Additional details if the resource is an API Hub deployment.
func (GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails)MarshalJSON¶added inv0.257.0
func (sGoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityAssessmentResultScoringResult¶added inv0.173.0
type GoogleCloudApigeeV1SecurityAssessmentResultScoringResult struct {// AssessmentRecommendations: The recommendations of the assessment. The key is// the "name" of the assessment (not display_name), and the value are the// recommendations.AssessmentRecommendations map[string]GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation `json:"assessmentRecommendations,omitempty"`// DataUpdateTime: The time when resource data was last fetched for this// resource. This time may be different than when the resource was actually// updated due to lag in data collection.DataUpdateTimestring `json:"dataUpdateTime,omitempty"`// FailedAssessmentPerWeight: The number of failed assessments grouped by its// weight. Keys are one of the following: "MAJOR", "MODERATE", "MINOR".FailedAssessmentPerWeight map[string]int64 `json:"failedAssessmentPerWeight,omitempty"`// Score: The security score of the assessment.Scoreint64 `json:"score,omitempty"`// Possible values:// "SEVERITY_UNSPECIFIED" - Severity is not defined.// "LOW" - Severity is low.// "MEDIUM" - Severity is medium.// "HIGH" - Severity is high.// "MINIMAL" - Severity is minimalSeveritystring `json:"severity,omitempty"`// ForceSendFields is a list of field names (e.g. "AssessmentRecommendations")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AssessmentRecommendations") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityAssessmentResultScoringResult: The result of theassessment.
func (GoogleCloudApigeeV1SecurityAssessmentResultScoringResult)MarshalJSON¶added inv0.173.0
func (sGoogleCloudApigeeV1SecurityAssessmentResultScoringResult) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation¶added inv0.173.0
type GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation struct {// DisplayName: The display name of the assessment.DisplayNamestring `json:"displayName,omitempty"`// Recommendations: The recommended steps of the assessment.Recommendations []*GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation `json:"recommendations,omitempty"`// ScoreImpact: Score impact indicates the impact on the overall score if the// assessment were to pass.ScoreImpactint64 `json:"scoreImpact,omitempty"`// Verdict: Verdict indicates the assessment result.//// Possible values:// "VERDICT_UNSPECIFIED" - The verdict is unspecified.// "PASS" - The assessment has passed.// "FAIL" - The assessment has failed.// "NOT_APPLICABLE" - The verdict is not applicable.Verdictstring `json:"verdict,omitempty"`// Weight: The weight of the assessment which was set in the profile.//// Possible values:// "WEIGHT_UNSPECIFIED" - The weight is unspecified.// "MINOR" - The weight is minor.// "MODERATE" - The weight is moderate.// "MAJOR" - The weight is major.Weightstring `json:"weight,omitempty"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation: The message format of a recommendation from the assessment.
func (GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation)MarshalJSON¶added inv0.173.0
func (sGoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation¶added inv0.173.0
type GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation struct {// Description: The description of the recommendation.Descriptionstring `json:"description,omitempty"`// Link: The link for the recommendation.Link *GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink `json:"link,omitempty"`// ForceSendFields is a list of field names (e.g. "Description") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation: The format of the assessment recommendation.
func (GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation)MarshalJSON¶added inv0.173.0
func (sGoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink¶added inv0.173.0
type GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink struct {// Text: The text of the url. (ie: "Learn more")Textstring `json:"text,omitempty"`// Uri: The link itself.Uristring `json:"uri,omitempty"`// ForceSendFields is a list of field names (e.g. "Text") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Text") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink: The format for a link in the recommendation.
func (GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink)MarshalJSON¶added inv0.173.0
func (sGoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityFeedback¶added inv0.250.0
type GoogleCloudApigeeV1SecurityFeedback struct {// Comment: Optional. Optional text the user can provide for additional,// unstructured context.Commentstring `json:"comment,omitempty"`// CreateTime: Output only. The time when this specific feedback id was// created.CreateTimestring `json:"createTime,omitempty"`// DisplayName: Optional. The display name of the feedback.DisplayNamestring `json:"displayName,omitempty"`// FeedbackContexts: Required. One or more attribute/value pairs for// constraining the feedback.FeedbackContexts []*GoogleCloudApigeeV1SecurityFeedbackFeedbackContext `json:"feedbackContexts,omitempty"`// FeedbackType: Required. The type of feedback being submitted.//// Possible values:// "FEEDBACK_TYPE_UNSPECIFIED" - Unspecified feedback type.// "EXCLUDED_DETECTION" - Feedback identifying attributes to be excluded from// detections.FeedbackTypestring `json:"feedbackType,omitempty"`// Name: Output only. Identifier. The feedback name is intended to be a// system-generated uuid.Namestring `json:"name,omitempty"`// Reason: Optional. The reason for the feedback.//// Possible values:// "REASON_UNSPECIFIED" - Unspecified reason.// "INTERNAL_SYSTEM" - The feedback is created for an internal system.// "NON_RISK_CLIENT" - The feedback is created for a non-risk client.// "NAT" - The feedback is created for to label NAT.// "PENETRATION_TEST" - The feedback is created for a penetration test.// "OTHER" - The feedback is created for other reasons.Reasonstring `json:"reason,omitempty"`// UpdateTime: Output only. The time when this specific feedback id was// updated.UpdateTimestring `json:"updateTime,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Comment") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Comment") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityFeedback: Represents a feedback report from anAdvanced API Security customer.
func (GoogleCloudApigeeV1SecurityFeedback)MarshalJSON¶added inv0.250.0
func (sGoogleCloudApigeeV1SecurityFeedback) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityFeedbackFeedbackContext¶added inv0.250.0
type GoogleCloudApigeeV1SecurityFeedbackFeedbackContext struct {// Attribute: Required. The attribute the user is providing feedback about.//// Possible values:// "ATTRIBUTE_UNSPECIFIED" - Unspecified attribute.// "ATTRIBUTE_ENVIRONMENTS" - Values will be a list of environments.// "ATTRIBUTE_IP_ADDRESS_RANGES" - Values will be a list of IP addresses.// This could be either IPv4 or IPv6.Attributestring `json:"attribute,omitempty"`// Values: Required. The values of the attribute the user is providing feedback// about.Values []string `json:"values,omitempty"`// ForceSendFields is a list of field names (e.g. "Attribute") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityFeedbackFeedbackContext: FeedbackContext capturesthe intent of the submitted feedback.
func (GoogleCloudApigeeV1SecurityFeedbackFeedbackContext)MarshalJSON¶added inv0.250.0
func (sGoogleCloudApigeeV1SecurityFeedbackFeedbackContext) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityIncident¶added inv0.112.0
type GoogleCloudApigeeV1SecurityIncident struct {// DetectionTypes: Output only. Detection types which are part of the incident.// Examples: Flooder, OAuth Abuser, Static Content Scraper, Anomaly Detection.DetectionTypes []string `json:"detectionTypes,omitempty"`// DisplayName: Optional. Display name of the security incident.DisplayNamestring `json:"displayName,omitempty"`// FirstDetectedTime: Output only. The time when events associated with the// incident were first detected.FirstDetectedTimestring `json:"firstDetectedTime,omitempty"`// LastDetectedTime: Output only. The time when events associated with the// incident were last detected.LastDetectedTimestring `json:"lastDetectedTime,omitempty"`// LastObservabilityChangeTime: Output only. The time when the incident// observability was last changed.LastObservabilityChangeTimestring `json:"lastObservabilityChangeTime,omitempty"`// Name: Immutable. Name of the security incident resource. Format:// organizations/{org}/environments/{environment}/securityIncidents/{incident}// Example:// organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-11// 11Namestring `json:"name,omitempty"`// Observability: Optional. Indicates if the user archived this incident.//// Possible values:// "OBSERVABILITY_UNSPECIFIED" - The incident observability is unspecified.// "ACTIVE" - The incident is currently active. Can change to this status// from archived.// "ARCHIVED" - The incident is currently archived and was archived by the// customer.Observabilitystring `json:"observability,omitempty"`// RiskLevel: Output only. Risk level of the incident.//// Possible values:// "RISK_LEVEL_UNSPECIFIED" - Risk Level Unspecified.// "LOW" - Risk level of the incident is low.// "MODERATE" - Risk level of the incident is moderate.// "SEVERE" - Risk level of the incident is severe.RiskLevelstring `json:"riskLevel,omitempty"`// TrafficCount: Total traffic detected as part of the incident.TrafficCountint64 `json:"trafficCount,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. "DetectionTypes") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DetectionTypes") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityIncident: Represents an SecurityIncidentresource.
func (GoogleCloudApigeeV1SecurityIncident)MarshalJSON¶added inv0.112.0
func (sGoogleCloudApigeeV1SecurityIncident) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityMonitoringCondition¶added inv0.227.0
type GoogleCloudApigeeV1SecurityMonitoringCondition struct {// CreateTime: Output only. The time of the security monitoring condition// creation.CreateTimestring `json:"createTime,omitempty"`// Include: Include only these resources.Include *GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray `json:"include,omitempty"`// IncludeAllResources: Include all resources under the scope.IncludeAllResources *GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll `json:"includeAllResources,omitempty"`// Name: Identifier. Name of the security monitoring condition resource.// Format:// organizations/{org}/securityMonitoringConditions/{security_monitoring_conditi// on}Namestring `json:"name,omitempty"`// Profile: Required. ID of security profile of the security monitoring// condition.Profilestring `json:"profile,omitempty"`// Scope: Optional. Scope of the security monitoring condition. For Apigee, the// environment is the scope of the resources.Scopestring `json:"scope,omitempty"`// TotalDeployedResources: Output only. Total number of deployed resources// within scope.TotalDeployedResourcesint64 `json:"totalDeployedResources,omitempty"`// TotalMonitoredResources: Output only. Total number of monitored resources// within this condition.TotalMonitoredResourcesint64 `json:"totalMonitoredResources,omitempty"`// UpdateTime: Output only. The time of the security monitoring condition// update.UpdateTimestring `json:"updateTime,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityMonitoringCondition: Security monitoringcondition for risk assessment version 2.
func (GoogleCloudApigeeV1SecurityMonitoringCondition)MarshalJSON¶added inv0.227.0
func (sGoogleCloudApigeeV1SecurityMonitoringCondition) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityProfile¶added inv0.86.0
type GoogleCloudApigeeV1SecurityProfile struct {// Description: Description of the security profile.Descriptionstring `json:"description,omitempty"`// DisplayName: DEPRECATED: DO NOT USE Display name of the security profile.DisplayNamestring `json:"displayName,omitempty"`// Environments: List of environments attached to security profile.Environments []*GoogleCloudApigeeV1SecurityProfileEnvironment `json:"environments,omitempty"`// MaxScore: Output only. Maximum security score that can be generated by this// profile.MaxScoreint64 `json:"maxScore,omitempty"`// MinScore: Output only. Minimum security score that can be generated by this// profile.MinScoreint64 `json:"minScore,omitempty"`// Name: Immutable. Name of the security profile resource. Format:// organizations/{org}/securityProfiles/{profile}Namestring `json:"name,omitempty"`// ProfileConfig: Required. Customized profile configuration that computes the// security score.ProfileConfig *GoogleCloudApigeeV1ProfileConfig `json:"profileConfig,omitempty"`// RevisionCreateTime: Output only. The time when revision was created.RevisionCreateTimestring `json:"revisionCreateTime,omitempty"`// RevisionId: Output only. Revision ID of the security profile.RevisionIdint64 `json:"revisionId,omitempty,string"`// RevisionPublishTime: Output only. DEPRECATED: DO NOT USE The time when// revision was published. Once published, the security profile revision cannot// be updated further and can be attached to environments.RevisionPublishTimestring `json:"revisionPublishTime,omitempty"`// RevisionUpdateTime: Output only. The time when revision was updated.RevisionUpdateTimestring `json:"revisionUpdateTime,omitempty"`// ScoringConfigs: List of profile scoring configs in this revision.ScoringConfigs []*GoogleCloudApigeeV1SecurityProfileScoringConfig `json:"scoringConfigs,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityProfile: Represents a SecurityProfile resource.
func (GoogleCloudApigeeV1SecurityProfile)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1SecurityProfile) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityProfileEnvironment¶added inv0.86.0
type GoogleCloudApigeeV1SecurityProfileEnvironment struct {// AttachTime: Output only. Time at which environment was attached to the// security profile.AttachTimestring `json:"attachTime,omitempty"`// Environment: Output only. Name of the environment.Environmentstring `json:"environment,omitempty"`// ForceSendFields is a list of field names (e.g. "AttachTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AttachTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityProfileEnvironment: Environment information ofattached environments. Scoring an environment is enabled only if it isattached to a security profile.
func (GoogleCloudApigeeV1SecurityProfileEnvironment)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1SecurityProfileEnvironment) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityProfileEnvironmentAssociation¶added inv0.86.0
type GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation struct {// AttachTime: Output only. The time when environment was attached to the// security profile.AttachTimestring `json:"attachTime,omitempty"`// Name: Immutable. Name of the environment that the profile is attached to.Namestring `json:"name,omitempty"`// SecurityProfileRevisionId: DEPRECATED: DO NOT USE Revision ID of the// security profile.SecurityProfileRevisionIdint64 `json:"securityProfileRevisionId,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. "AttachTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AttachTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation: Represents aSecurityProfileEnvironmentAssociation resource.
func (GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1SecurityProfileEnvironmentAssociation) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityProfileScoringConfig¶added inv0.86.0
type GoogleCloudApigeeV1SecurityProfileScoringConfig struct {// Description: Description of the config.Descriptionstring `json:"description,omitempty"`// ScorePath: Path of the component config used for scoring.ScorePathstring `json:"scorePath,omitempty"`// Title: Title of the config.Titlestring `json:"title,omitempty"`// ForceSendFields is a list of field names (e.g. "Description") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityProfileScoringConfig: Security configurations tomanage scoring.
func (GoogleCloudApigeeV1SecurityProfileScoringConfig)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1SecurityProfileScoringConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityProfileV2¶added inv0.200.0
type GoogleCloudApigeeV1SecurityProfileV2 struct {// CreateTime: Output only. The time of the security profile creation.CreateTimestring `json:"createTime,omitempty"`// Description: Optional. The description of the security profile.Descriptionstring `json:"description,omitempty"`// GoogleDefined: Output only. Whether the security profile is google defined.GoogleDefinedbool `json:"googleDefined,omitempty"`// Name: Identifier. Name of the security profile v2 resource. Format:// organizations/{org}/securityProfilesV2/{profile}Namestring `json:"name,omitempty"`// ProfileAssessmentConfigs: Required. The configuration for each assessment in// this profile. Key is the name/id of the assessment.ProfileAssessmentConfigs map[string]GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig `json:"profileAssessmentConfigs,omitempty"`// RiskAssessmentType: Optional. The risk assessment type of the security// profile. Defaults to ADVANCED_API_SECURITY.//// Possible values:// "RISK_ASSESSMENT_TYPE_UNSPECIFIED" - Risk assessment type is not// specified.// "APIGEE" - Risk assessment type is Apigee.// "API_HUB" - Risk assessment type is API Hub.RiskAssessmentTypestring `json:"riskAssessmentType,omitempty"`// UpdateTime: Output only. The time of the security profile update.UpdateTimestring `json:"updateTime,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityProfileV2: Security profile for risk assessmentversion 2.
func (GoogleCloudApigeeV1SecurityProfileV2)MarshalJSON¶added inv0.200.0
func (sGoogleCloudApigeeV1SecurityProfileV2) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig¶added inv0.200.0
type GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig struct {// Include: Include only these Gateway Types.Include *GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray `json:"include,omitempty"`// Weight: The weight of the assessment.//// Possible values:// "WEIGHT_UNSPECIFIED" - The weight is unspecified.// "MINOR" - The weight is minor.// "MODERATE" - The weight is moderate.// "MAJOR" - The weight is major.Weightstring `json:"weight,omitempty"`// ForceSendFields is a list of field names (e.g. "Include") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Include") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig: Theconfiguration definition for a specific assessment.
func (GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig)MarshalJSON¶added inv0.200.0
func (sGoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray¶added inv0.257.0
type GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray struct {// GatewayTypes: Required. The array of API Hub Gateway Types.//// Possible values:// "API_HUB_GATEWAY_TYPE_UNSPECIFIED" - Gateway type is not specified.// "APIGEE_X" - Gateway is Apigee X for API Hub.// "APIGEE_HYBRID" - Gateway is Apigee Hybrid for API Hub.// "APIGEE_EDGE" - Gateway is Apigee Edge for API Hub.// "APIGEE_OPDK" - Gateway is Apigee OPDK for API Hub.GatewayTypes []string `json:"gatewayTypes,omitempty"`// ForceSendFields is a list of field names (e.g. "GatewayTypes") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "GatewayTypes") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray: Message for the array of API Hub Gateway Types.
func (GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray)MarshalJSON¶added inv0.257.0
func (sGoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityReport¶added inv0.86.0
type GoogleCloudApigeeV1SecurityReport struct {// Created: Creation time of the query.Createdstring `json:"created,omitempty"`// DisplayName: Display Name specified by the user.DisplayNamestring `json:"displayName,omitempty"`// EnvgroupHostname: Hostname is available only when query is executed at host// level.EnvgroupHostnamestring `json:"envgroupHostname,omitempty"`// Error: Error is set when query fails.Errorstring `json:"error,omitempty"`// ExecutionTime: ExecutionTime is available only after the query is completed.ExecutionTimestring `json:"executionTime,omitempty"`// QueryParams: Contains information like metrics, dimenstions etc of the// Security Report.QueryParams *GoogleCloudApigeeV1SecurityReportMetadata `json:"queryParams,omitempty"`// ReportDefinitionId: Report Definition ID.ReportDefinitionIdstring `json:"reportDefinitionId,omitempty"`// Result: Result is available only after the query is completed.Result *GoogleCloudApigeeV1SecurityReportResultMetadata `json:"result,omitempty"`// ResultFileSize: ResultFileSize is available only after the query is// completed.ResultFileSizestring `json:"resultFileSize,omitempty"`// ResultRows: ResultRows is available only after the query is completed.ResultRowsint64 `json:"resultRows,omitempty,string"`// Self: Self link of the query. Example:// `/organizations/myorg/environments/myenv/securityReports/9cfc0d85-0f30-46d6-a// e6f-318d0cb961bd` or following format if query is running at host level:// `/organizations/myorg/hostSecurityReports/9cfc0d85-0f30-46d6-ae6f-318d0cb961b// d`Selfstring `json:"self,omitempty"`// State: Query state could be "enqueued", "running", "completed", "expired"// and "failed".Statestring `json:"state,omitempty"`// Updated: Output only. Last updated timestamp for the query.Updatedstring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityReport: SecurityReport saves all the informationabout the created security report.
func (GoogleCloudApigeeV1SecurityReport)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1SecurityReport) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityReportMetadata¶added inv0.86.0
type GoogleCloudApigeeV1SecurityReportMetadata struct {// Dimensions: Dimensions of the SecurityReport.Dimensions []string `json:"dimensions,omitempty"`// EndTimestamp: End timestamp of the query range.EndTimestampstring `json:"endTimestamp,omitempty"`// Metrics: Metrics of the SecurityReport. Example:// ["name:bot_count,func:sum,alias:sum_bot_count"]Metrics []string `json:"metrics,omitempty"`// MimeType: MIME type / Output format.MimeTypestring `json:"mimeType,omitempty"`// StartTimestamp: Start timestamp of the query range.StartTimestampstring `json:"startTimestamp,omitempty"`// TimeUnit: Query GroupBy time unit. Example: "seconds", "minute", "hour"TimeUnitstring `json:"timeUnit,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityReportMetadata: Metadata for the security report.
func (GoogleCloudApigeeV1SecurityReportMetadata)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1SecurityReportMetadata) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityReportQuery¶added inv0.86.0
type GoogleCloudApigeeV1SecurityReportQuery 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`).CsvDelimiterstring `json:"csvDelimiter,omitempty"`// Dimensions: A list of dimensions.//https://docs.apigee.com/api-platform/analytics/analytics-reference#dimensionsDimensions []string `json:"dimensions,omitempty"`// DisplayName: Security Report display name which users can specify.DisplayNamestring `json:"displayName,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// CreateHostSecurityReport where analytics data will be grouped by// organization and hostname.EnvgroupHostnamestring `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-syntaxFilterstring `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.GroupByTimeUnitstring `json:"groupByTimeUnit,omitempty"`// Limit: Maximum number of rows that can be returned in the result.Limitint64 `json:"limit,omitempty"`// Metrics: A list of Metrics.Metrics []*GoogleCloudApigeeV1SecurityReportQueryMetric `json:"metrics,omitempty"`// MimeType: Valid values include: `csv` or `json`. Defaults to `json`. Note:// Configure the delimiter for CSV output using the csvDelimiter property.MimeTypestring `json:"mimeType,omitempty"`// ReportDefinitionId: Report Definition ID.ReportDefinitionIdstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityReportQuery: Body structure when user makes arequest to create a security report.
func (GoogleCloudApigeeV1SecurityReportQuery)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1SecurityReportQuery) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityReportQueryMetric¶added inv0.86.0
type GoogleCloudApigeeV1SecurityReportQueryMetric struct {// AggregationFunction: Aggregation function: avg, min, max, or sum.AggregationFunctionstring `json:"aggregationFunction,omitempty"`// Alias: Alias for the metric. Alias will be used to replace metric name in// query results.Aliasstring `json:"alias,omitempty"`// Name: Required. Metric name.Namestring `json:"name,omitempty"`// Operator: One of `+`, `-`, `/`, `%`, `*`.Operatorstring `json:"operator,omitempty"`// Value: Operand value should be provided when operator is set.Valuestring `json:"value,omitempty"`// ForceSendFields is a list of field names (e.g. "AggregationFunction") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AggregationFunction") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityReportQueryMetric: Metric of the Query
func (GoogleCloudApigeeV1SecurityReportQueryMetric)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1SecurityReportQueryMetric) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityReportResultMetadata¶added inv0.86.0
type GoogleCloudApigeeV1SecurityReportResultMetadata struct {// Expires: Output only. Expire_time is set to 7 days after report creation.// Query result will be unaccessable after this time. Example:// "2021-05-04T13:38:52-07:00"Expiresstring `json:"expires,omitempty"`// Self: Self link of the query results. Example:// `/organizations/myorg/environments/myenv/securityReports/9cfc0d85-0f30-46d6-a// e6f-318d0cb961bd/result` or following format if query is running at host// level:// `/organizations/myorg/hostSecurityReports/9cfc0d85-0f30-46d6-ae6f-318d0cb961b// d/result`Selfstring `json:"self,omitempty"`// ForceSendFields is a list of field names (e.g. "Expires") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityReportResultMetadata: Contains informations aboutthe security report results.
func (GoogleCloudApigeeV1SecurityReportResultMetadata)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1SecurityReportResultMetadata) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecurityReportResultView¶added inv0.86.0
type GoogleCloudApigeeV1SecurityReportResultView struct {// Code: Error code when there is a failure.Codeint64 `json:"code,omitempty"`// Error: Error message when there is a failure.Errorstring `json:"error,omitempty"`// Metadata: Metadata contains information like metrics, dimenstions etc of the// security report.Metadata *GoogleCloudApigeeV1SecurityReportMetadata `json:"metadata,omitempty"`// Rows: Rows of security report 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.Statestring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecurityReportResultView: The response for securityreport result view APIs.
func (GoogleCloudApigeeV1SecurityReportResultView)MarshalJSON¶added inv0.86.0
func (sGoogleCloudApigeeV1SecurityReportResultView) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SecuritySettings¶added inv0.155.0
type GoogleCloudApigeeV1SecuritySettings struct {// MlRetrainingFeedbackEnabled: Optional. If true the user consents to the use// of ML models for Abuse detection.MlRetrainingFeedbackEnabledbool `json:"mlRetrainingFeedbackEnabled,omitempty"`// Name: Identifier. Full resource name is always// `organizations/{org}/securitySettings`.Namestring `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.// "MlRetrainingFeedbackEnabled") to unconditionally include in API requests.// By default, fields with empty or default values are omitted from API// requests. Seehttps://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields// for more details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "MlRetrainingFeedbackEnabled") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SecuritySettings: SecuritySettings reflects the currentstate of the SecuritySettings feature.
func (GoogleCloudApigeeV1SecuritySettings)MarshalJSON¶added inv0.155.0
func (sGoogleCloudApigeeV1SecuritySettings) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1ServiceIssuersMapping¶
type GoogleCloudApigeeV1ServiceIssuersMapping struct {// EmailIds: List of trusted issuer email ids.EmailIds []string `json:"emailIds,omitempty"`// Service: String indicating the Apigee service name.Servicestring `json:"service,omitempty"`// ForceSendFields is a list of field names (e.g. "EmailIds") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1ServiceIssuersMapping)MarshalJSON¶
func (sGoogleCloudApigeeV1ServiceIssuersMapping) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Session¶added inv0.23.0
type GoogleCloudApigeeV1Session struct {// Id: The debug session ID.Idstring `json:"id,omitempty"`// TimestampMs: The first transaction creation timestamp in millisecond,// recorded by UAP.TimestampMsint64 `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Session: Session carries the debug session id and itscreation time.
func (GoogleCloudApigeeV1Session)MarshalJSON¶added inv0.23.0
func (sGoogleCloudApigeeV1Session) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SetAddonEnablementRequest¶added inv0.144.0
type GoogleCloudApigeeV1SetAddonEnablementRequest struct {// AnalyticsEnabled: If the Analytics should be enabled in the environment.AnalyticsEnabledbool `json:"analyticsEnabled,omitempty"`// ApiSecurityEnabled: If the API Security should be enabled in the// environment.ApiSecurityEnabledbool `json:"apiSecurityEnabled,omitempty"`// ForceSendFields is a list of field names (e.g. "AnalyticsEnabled") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AnalyticsEnabled") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SetAddonEnablementRequest: Request forSetAddonEnablement.
func (GoogleCloudApigeeV1SetAddonEnablementRequest)MarshalJSON¶added inv0.144.0
func (sGoogleCloudApigeeV1SetAddonEnablementRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SetAddonsRequest¶added inv0.45.0
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SetAddonsRequest: Request for SetAddons.
func (GoogleCloudApigeeV1SetAddonsRequest)MarshalJSON¶added inv0.45.0
func (sGoogleCloudApigeeV1SetAddonsRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SharedFlow¶
type GoogleCloudApigeeV1SharedFlow struct {// LatestRevisionId: The id of the most recently created revision for this// shared flow.LatestRevisionIdstring `json:"latestRevisionId,omitempty"`// MetaData: Metadata describing the shared flow.MetaData *GoogleCloudApigeeV1EntityMetadata `json:"metaData,omitempty"`// Name: The ID of the shared flow.Namestring `json:"name,omitempty"`// Revision: A list of revisions of this shared flow.Revision []string `json:"revision,omitempty"`// Space: Optional. The ID of the space associated with this shared flow. Any// IAM policies applied to the space will control access to this shared flow.// To learn how Spaces can be used to manage resources, read the Apigee Spaces// Overview// (https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).Spacestring `json:"space,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SharedFlow: The metadata describing a shared flow
func (GoogleCloudApigeeV1SharedFlow)MarshalJSON¶
func (sGoogleCloudApigeeV1SharedFlow) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SharedFlowRevision¶
type GoogleCloudApigeeV1SharedFlowRevision struct {// ConfigurationVersion: The version of the configuration schema to 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: A textual description of the shared flow revision.ContextInfostring `json:"contextInfo,omitempty"`// CreatedAt: Time at which this shared flow revision was created, in// milliseconds since epoch.CreatedAtint64 `json:"createdAt,omitempty,string"`// Description: Description of the shared flow revision.Descriptionstring `json:"description,omitempty"`// DisplayName: The human readable name of this shared flow.DisplayNamestring `json:"displayName,omitempty"`// EntityMetaDataAsProperties: A Key-Value map of metadata about this shared// flow revision.EntityMetaDataAsProperties map[string]string `json:"entityMetaDataAsProperties,omitempty"`// LastModifiedAt: Time at which this shared flow revision was most recently// modified, in milliseconds since epoch.LastModifiedAtint64 `json:"lastModifiedAt,omitempty,string"`// Name: The resource ID of the parent shared flow.Namestring `json:"name,omitempty"`// Policies: A list of policy names included in this shared flow revision.Policies []string `json:"policies,omitempty"`// ResourceFiles: The resource files included in this shared flow revision.ResourceFiles *GoogleCloudApigeeV1ResourceFiles `json:"resourceFiles,omitempty"`// Resources: A list of the resources included in this shared flow revision// formatted as "{type}://{name}".Resources []string `json:"resources,omitempty"`// Revision: The resource ID of this revision.Revisionstring `json:"revision,omitempty"`// SharedFlows: A list of the shared flow names included in this shared flow// revision.SharedFlows []string `json:"sharedFlows,omitempty"`// Type: The string "Application"Typestring `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. "ConfigurationVersion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ConfigurationVersion") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1SharedFlowRevision: The metadata describing a shared flowrevision.
func (GoogleCloudApigeeV1SharedFlowRevision)MarshalJSON¶
func (sGoogleCloudApigeeV1SharedFlowRevision) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Space¶added inv0.225.0
type GoogleCloudApigeeV1Space struct {// CreateTime: Output only. Create timestamp of the space.CreateTimestring `json:"createTime,omitempty"`// DisplayName: Optional. Display name of the space.DisplayNamestring `json:"displayName,omitempty"`// Name: Output only. Identifier. Id of the space. This field is used as the// resource name, and must follow AIP-122 (https://google.aip.dev/122)// guidelines.Namestring `json:"name,omitempty"`// UpdateTime: Output only. Last modified timestamp of the space.UpdateTimestring `json:"updateTime,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Space: Organization space resource.
func (GoogleCloudApigeeV1Space)MarshalJSON¶added inv0.225.0
func (sGoogleCloudApigeeV1Space) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Stats¶
type GoogleCloudApigeeV1Stats struct {// Environments: List of query results on the environment level.Environments []*GoogleCloudApigeeV1StatsEnvironmentStats `json:"environments,omitempty"`// Hosts: List of query results grouped by host.Hosts []*GoogleCloudApigeeV1StatsHostStats `json:"hosts,omitempty"`// MetaData: 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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Stats: Encapsulates a `stats` response.
func (GoogleCloudApigeeV1Stats)MarshalJSON¶
func (sGoogleCloudApigeeV1Stats) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1StatsEnvironmentStats¶
type GoogleCloudApigeeV1StatsEnvironmentStats struct {// Dimensions: 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 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" } ]“` List of metric// values.Metrics []*GoogleCloudApigeeV1Metric `json:"metrics,omitempty"`// Name: Name of the environment.Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1StatsEnvironmentStats: Encapsulates the environmentwrapper: ``` "environments": [ { "metrics": [ { "name":"sum(message_count)", "values": [ "2.52056245E8" ] } ], "name": "prod" }]```
func (GoogleCloudApigeeV1StatsEnvironmentStats)MarshalJSON¶
func (sGoogleCloudApigeeV1StatsEnvironmentStats) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1StatsHostStats¶added inv0.36.0
type GoogleCloudApigeeV1StatsHostStats struct {// Dimensions: 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 the top-level metrics are 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" } ]“` List of metric values.Metrics []*GoogleCloudApigeeV1Metric `json:"metrics,omitempty"`// Name: Hostname used in query.Namestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "Dimensions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1StatsHostStats: Encapsulates the hostname wrapper: ```"hosts": [ { "metrics": [ { "name": "sum(message_count)", "values": ["2.52056245E8" ] } ], "name": "example.com" } ]```
func (GoogleCloudApigeeV1StatsHostStats)MarshalJSON¶added inv0.36.0
func (sGoogleCloudApigeeV1StatsHostStats) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1Subscription¶
type GoogleCloudApigeeV1Subscription struct {// Name: Full name of the Pub/Sub subcription. Use the following structure in// your request: `subscription "projects/foo/subscription/bar"Namestring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1Subscription: Pub/Sub subscription of an environment.
func (GoogleCloudApigeeV1Subscription)MarshalJSON¶
func (sGoogleCloudApigeeV1Subscription) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1SyncAuthorization¶
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.Etagstring `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.gserviceaccount.co// m` 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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1SyncAuthorization)MarshalJSON¶
func (sGoogleCloudApigeeV1SyncAuthorization) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1TargetServer¶
type GoogleCloudApigeeV1TargetServer struct {// Description: Optional. A human-readable description of this TargetServer.Descriptionstring `json:"description,omitempty"`// Host: Required. The host name this target connects to. Value must be a valid// hostname as described by RFC-1123.Hoststring `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.IsEnabledbool `json:"isEnabled,omitempty"`// Name: Required. The resource id of this target server. Values must match the// regular expressionNamestring `json:"name,omitempty"`// Port: Required. The port number this target connects to on the given host.// Value must be between 1 and 65535, inclusive.Portint64 `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.// "HTTP2" - The TargetSever uses HTTP2.// "GRPC_TARGET" - The TargetServer uses GRPC.// "GRPC" - GRPC TargetServer to be used in ExternalCallout Policy. Prefer to// use EXTERNAL_CALLOUT instead. TODO(b/266125112) deprecate once EXTERNAL// _CALLOUT generally available.// "EXTERNAL_CALLOUT" - The TargetServer is to be used in the ExternalCallout// PolicyProtocolstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1TargetServer: TargetServer configuration. TargetServersare used to decouple a proxy TargetEndpoint HTTPTargetConnections fromconcrete URLs for backend services.
func (GoogleCloudApigeeV1TargetServer)MarshalJSON¶
func (sGoogleCloudApigeeV1TargetServer) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1TargetServerConfig¶
type GoogleCloudApigeeV1TargetServerConfig struct {// Enabled: Whether the target server is enabled. An empty/omitted value for// this field should be interpreted as true.Enabledbool `json:"enabled,omitempty"`// Host: Host name of the target server.Hoststring `json:"host,omitempty"`// Name: Target server revision name in the following format:// `organizations/{org}/environments/{env}/targetservers/{targetserver}/revision// s/{rev}`Namestring `json:"name,omitempty"`// Port: Port number for the target server.Portint64 `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.// "HTTP2" - The TargetSever uses HTTP2.// "GRPC_TARGET" - The TargetServer uses GRPC.// "GRPC" - GRPC TargetServer to be used in ExternalCallout Policy. Prefer to// use EXTERNAL_CALLOUT instead. TODO(b/266125112) deprecate once EXTERNAL// _CALLOUT generally available.// "EXTERNAL_CALLOUT" - The TargetServer is to be used in the ExternalCallout// PolicyProtocolstring `json:"protocol,omitempty"`// TlsInfo: TLS settings for the target server.TlsInfo *GoogleCloudApigeeV1TlsInfoConfig `json:"tlsInfo,omitempty"`// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1TargetServerConfig)MarshalJSON¶
func (sGoogleCloudApigeeV1TargetServerConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1TestDatastoreResponse¶added inv0.30.0
type GoogleCloudApigeeV1TestDatastoreResponse struct {// Error: Output only. Error message of test connection failureErrorstring `json:"error,omitempty"`// State: Output only. It could be `completed` or `failed`Statestring `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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1TestDatastoreResponse: The response for TestDatastore
func (GoogleCloudApigeeV1TestDatastoreResponse)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1TestDatastoreResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1TlsInfo¶
type GoogleCloudApigeeV1TlsInfo struct {// Ciphers: The SSL/TLS cipher suites to be used. For programmable proxies, it// must be one of the cipher suite names listed in://http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites.// For configurable proxies, it must follow the configuration specified in://https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration.// This setting has no effect for configurable proxies when negotiating TLS// 1.3.Ciphers []string `json:"ciphers,omitempty"`// ClientAuthEnabled: Optional. Enables two-way TLS.ClientAuthEnabledbool `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.Enabledbool `json:"enabled,omitempty"`// Enforce: TLS is strictly enforced.Enforcebool `json:"enforce,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.IgnoreValidationErrorsbool `json:"ignoreValidationErrors,omitempty"`// KeyAlias: Required if `client_auth_enabled` is true. The resource ID for the// alias containing the private key and cert.KeyAliasstring `json:"keyAlias,omitempty"`// KeyStore: Required if `client_auth_enabled` is true. The resource ID of the// keystore.KeyStorestring `json:"keyStore,omitempty"`// Protocols: The TLS versioins to be used.Protocols []string `json:"protocols,omitempty"`// TrustStore: The resource ID of the truststore.TrustStorestring `json:"trustStore,omitempty"`// ForceSendFields is a list of field names (e.g. "Ciphers") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1TlsInfo: TLS configuration information for virtual hostsand TargetServers.
func (GoogleCloudApigeeV1TlsInfo)MarshalJSON¶
func (sGoogleCloudApigeeV1TlsInfo) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1TlsInfoCommonName¶
type GoogleCloudApigeeV1TlsInfoCommonName struct {// Value: The TLS Common Name string of the certificate.Valuestring `json:"value,omitempty"`// WildcardMatch: Indicates whether the cert should be matched against as a// wildcard cert.WildcardMatchbool `json:"wildcardMatch,omitempty"`// ForceSendFields is a list of field names (e.g. "Value") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1TlsInfoCommonName)MarshalJSON¶
func (sGoogleCloudApigeeV1TlsInfoCommonName) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1TlsInfoConfig¶
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.ClientAuthEnabledbool `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.Enabledbool `json:"enabled,omitempty"`// Enforce: Flag that enforces TLS settingsEnforcebool `json:"enforce,omitempty"`// IgnoreValidationErrors: Flag that specifies whether to ignore TLS// certificate validation errors. Set to `true` to ignore errors.IgnoreValidationErrorsbool `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}`KeyAliasstring `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}`TrustStorestring `json:"trustStore,omitempty"`// ForceSendFields is a list of field names (e.g. "Ciphers") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudApigeeV1TlsInfoConfig)MarshalJSON¶
func (sGoogleCloudApigeeV1TlsInfoConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1TraceConfig¶added inv0.41.0
type GoogleCloudApigeeV1TraceConfig struct {// Endpoint: Required. Endpoint of the exporter.Endpointstring `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 exporterExporterstring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1TraceConfig: TraceConfig defines the configurations in anenvironment of distributed trace.
func (GoogleCloudApigeeV1TraceConfig)MarshalJSON¶added inv0.41.0
func (sGoogleCloudApigeeV1TraceConfig) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1TraceConfigOverride¶added inv0.41.0
type GoogleCloudApigeeV1TraceConfigOverride struct {// ApiProxy: ID of the API proxy that will have its trace configuration// overridden.ApiProxystring `json:"apiProxy,omitempty"`// Name: ID of the trace configuration override specified as a system-generated// UUID.Namestring `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1TraceConfigOverride: A representation of a configurationoverride.
func (GoogleCloudApigeeV1TraceConfigOverride)MarshalJSON¶added inv0.41.0
func (sGoogleCloudApigeeV1TraceConfigOverride) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1TraceSamplingConfig¶added inv0.41.0
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.Samplerstring `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.SamplingRatefloat64 `json:"samplingRate,omitempty"`// ForceSendFields is a list of field names (e.g. "Sampler") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1TraceSamplingConfig: TraceSamplingConfig represents thedetail settings of distributed tracing. Only the fields that are defined inthe distributed trace configuration can be overridden using the distributetrace configuration override APIs.
func (GoogleCloudApigeeV1TraceSamplingConfig)MarshalJSON¶added inv0.41.0
func (sGoogleCloudApigeeV1TraceSamplingConfig) MarshalJSON() ([]byte,error)
func (*GoogleCloudApigeeV1TraceSamplingConfig)UnmarshalJSON¶added inv0.41.0
func (s *GoogleCloudApigeeV1TraceSamplingConfig) UnmarshalJSON(data []byte)error
typeGoogleCloudApigeeV1UpdateAppGroupAppKeyRequest¶added inv0.130.0
type GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest struct {// Action: Approve or revoke the consumer key by setting this value to// `approve` or `revoke` respectively. The `Content-Type` header, if set, must// be set to `application/octet-stream`, with empty body.Actionstring `json:"action,omitempty"`// ApiProducts: The list of API products that will be associated with the// credential. This list will be appended to the existing list of associated// API Products for this App Key. Duplicates will be ignored.ApiProducts []string `json:"apiProducts,omitempty"`// AppGroupAppKey: Note that only Scopes and Attributes of the AppGroupAppKey// can be amended. Scopes and Attributes mentioned in the request will be// inserted and the existing scopes and attributes will be removed.AppGroupAppKey *GoogleCloudApigeeV1AppGroupAppKey `json:"appGroupAppKey,omitempty"`// ForceSendFields is a list of field names (e.g. "Action") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Action") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest: Request forUpdateAppGroupAppKey
func (GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest)MarshalJSON¶added inv0.130.0
func (sGoogleCloudApigeeV1UpdateAppGroupAppKeyRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1UpdateError¶added inv0.30.0
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 ErrorCodestring `json:"code,omitempty"`// Message: User-friendly error message.Messagestring `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.Resourcestring `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.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Code") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1UpdateError: Details on why a resource update failed inthe runtime.
func (GoogleCloudApigeeV1UpdateError)MarshalJSON¶added inv0.30.0
func (sGoogleCloudApigeeV1UpdateError) MarshalJSON() ([]byte,error)
typeGoogleCloudApigeeV1UpdateSecurityIncidentRequest¶added inv0.153.0
type GoogleCloudApigeeV1UpdateSecurityIncidentRequest struct {// SecurityIncident: Required. The security incident to update. Must contain// all existing populated fields of the current incident.SecurityIncident *GoogleCloudApigeeV1SecurityIncident `json:"securityIncident,omitempty"`// UpdateMask: Required. The list of fields to update. Allowed fields are:// LINT.IfChange(allowed_update_fields_comment) - observability// LINT.ThenChange()UpdateMaskstring `json:"updateMask,omitempty"`// ForceSendFields is a list of field names (e.g. "SecurityIncident") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "SecurityIncident") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudApigeeV1UpdateSecurityIncidentRequest: Request forUpdateSecurityIncident.
func (GoogleCloudApigeeV1UpdateSecurityIncidentRequest)MarshalJSON¶added inv0.153.0
func (sGoogleCloudApigeeV1UpdateSecurityIncidentRequest) MarshalJSON() ([]byte,error)
typeGoogleIamV1AuditConfig¶
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.Servicestring `json:"service,omitempty"`// ForceSendFields is a list of field names (e.g. "AuditLogConfigs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleIamV1AuditConfig: Specifies the audit configuration for a service. Theconfiguration determines which permission types are logged, and whatidentities, if any, are exempted from logging. An AuditConfig must have oneor more AuditLogConfigs. If there are AuditConfigs for both `allServices`and a specific service, the union of the two AuditConfigs is used for thatservice: the log_types specified in each AuditConfig are enabled, and theexempted_members in each AuditLogConfig are exempted. Example Policy withmultiple 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" ] } ] } ] } Forsampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READlogging. It also exempts `jose@example.com` from DATA_READ logging, and`aliya@example.com` from DATA_WRITE logging.
func (GoogleIamV1AuditConfig)MarshalJSON¶
func (sGoogleIamV1AuditConfig) MarshalJSON() ([]byte,error)
typeGoogleIamV1AuditLogConfig¶
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 listLogTypestring `json:"logType,omitempty"`// ForceSendFields is a list of field names (e.g. "ExemptedMembers") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleIamV1AuditLogConfig: Provides the configuration for logging a type ofpermissions. 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, whileexempting jose@example.com from DATA_READ logging.
func (GoogleIamV1AuditLogConfig)MarshalJSON¶
func (sGoogleIamV1AuditLogConfig) MarshalJSON() ([]byte,error)
typeGoogleIamV1Binding¶
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 principals 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 principals requesting access for a Google Cloud// 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. Does not include identities that come from external identity// providers (IdPs) through identity federation. * `user:{emailid}`: An email// address that represents a specific Google account. For example,// `alice@example.com` . * `serviceAccount:{emailid}`: An email address that// represents a Google service account. For example,// `my-other-app@appspot.gserviceaccount.com`. *// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An// identifier for a Kubernetes service account// (https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts).// For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. *// `group:{emailid}`: An email address that represents a Google group. For// example, `admins@example.com`. * `domain:{domain}`: The G Suite domain// (primary) that represents all the users of that domain. For example,// `google.com` or `example.com`. *// `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/sub// ject/{subject_attribute_value}`: A single identity in a workforce identity// pool. *// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/// group/{group_id}`: All workforce identities in a group. *// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/// attribute.{attribute_name}/{attribute_value}`: All workforce identities with// a specific attribute value. *// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/// *`: All identities in a workforce identity pool. *// `principal://iam.googleapis.com/projects/{project_number}/locations/global/wo// rkloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single// identity in a workload identity pool. *// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global// /workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool// group. *// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global// /workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}// `: All identities in a workload identity pool with a certain attribute. *// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global// /workloadIdentityPools/{pool_id}/*`: All identities in a workload identity// pool. * `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. *// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool// _id}/subject/{subject_attribute_value}`: Deleted single identity in a// workforce identity pool. For example,// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-po// ol-id/subject/my-subject-attribute-value`.Members []string `json:"members,omitempty"`// Role: Role that is assigned to the list of `members`, or principals. For// example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview// of the IAM roles and permissions, see the IAM documentation// (https://cloud.google.com/iam/docs/roles-overview). For a list of the// available pre-defined roles, see here// (https://cloud.google.com/iam/docs/understanding-roles).Rolestring `json:"role,omitempty"`// ForceSendFields is a list of field names (e.g. "Condition") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleIamV1Binding: Associates `members`, or principals, with a `role`.
func (GoogleIamV1Binding)MarshalJSON¶
func (sGoogleIamV1Binding) MarshalJSON() ([]byte,error)
typeGoogleIamV1Policy¶
type GoogleIamV1Policy struct {// AuditConfigs: Specifies cloud audit logging configuration for this policy.AuditConfigs []*GoogleIamV1AuditConfig `json:"auditConfigs,omitempty"`// Bindings: Associates a list of `members`, or principals, with 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// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals;// up to 250 of these principals can be Google groups. Each occurrence of a// principal counts towards these limits. For example, if the `bindings` grant// 50 different roles to `user:alice@example.com`, and not to any other// principal, then you can add another 1,450 principals to the `bindings` in// the `Policy`.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.Etagstring `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).Versionint64 `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleIamV1Policy: An Identity and Access Management (IAM) policy, whichspecifies access controls for Google Cloud resources. A `Policy` is acollection of `bindings`. A `binding` binds one or more `members`, orprincipals, to a single `role`. Principals can be user accounts, serviceaccounts, Google groups, and domains (such as G Suite). A `role` is a namedlist of permissions; each `role` can be an IAM predefined role or auser-created custom role. For some types of Google Cloud resources, a`binding` can also specify a `condition`, which is a logical expression thatallows access to a resource only if the expression evaluates to `true`. Acondition can add constraints based on attributes of the request, theresource, or both. To learn which resources support conditions in their IAMpolicies, see the IAM documentation(https://cloud.google.com/iam/help/conditions/resource-policies). **JSONexample:** ``` { "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.comrole: roles/resourcemanager.organizationAdmin - members: -user:eve@example.com role: roles/resourcemanager.organizationViewercondition: title: expirable access description: Does not grant access afterSep 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 (sGoogleIamV1Policy) MarshalJSON() ([]byte,error)
typeGoogleIamV1SetIamPolicyRequest¶
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 Google Cloud 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"UpdateMaskstring `json:"updateMask,omitempty"`// ForceSendFields is a list of field names (e.g. "Policy") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleIamV1SetIamPolicyRequest: Request message for `SetIamPolicy` method.
func (GoogleIamV1SetIamPolicyRequest)MarshalJSON¶
func (sGoogleIamV1SetIamPolicyRequest) MarshalJSON() ([]byte,error)
typeGoogleIamV1TestIamPermissionsRequest¶
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleIamV1TestIamPermissionsRequest: Request message for`TestIamPermissions` method.
func (GoogleIamV1TestIamPermissionsRequest)MarshalJSON¶
func (sGoogleIamV1TestIamPermissionsRequest) MarshalJSON() ([]byte,error)
typeGoogleIamV1TestIamPermissionsResponse¶
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleIamV1TestIamPermissionsResponse: Response message for`TestIamPermissions` method.
func (GoogleIamV1TestIamPermissionsResponse)MarshalJSON¶
func (sGoogleIamV1TestIamPermissionsResponse) MarshalJSON() ([]byte,error)
typeGoogleLongrunningListOperationsResponse¶
type GoogleLongrunningListOperationsResponse struct {// NextPageToken: The standard List next-page token.NextPageTokenstring `json:"nextPageToken,omitempty"`// Operations: A list of operations that matches the specified filter in the// request.Operations []*GoogleLongrunningOperation `json:"operations,omitempty"`// Unreachable: Unordered list. Unreachable resources. Populated when the// request sets `ListOperationsRequest.return_partial_success` and reads across// collections e.g. when attempting to list all resources across all supported// locations.Unreachable []string `json:"unreachable,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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleLongrunningListOperationsResponse: The response message forOperations.ListOperations.
func (GoogleLongrunningListOperationsResponse)MarshalJSON¶
func (sGoogleLongrunningListOperationsResponse) MarshalJSON() ([]byte,error)
typeGoogleLongrunningOperation¶
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.Donebool `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.Metadatagoogleapi.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}`.Namestring `json:"name,omitempty"`// Response: The normal, successful response of the operation. 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`.Responsegoogleapi.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 or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleLongrunningOperation: This resource represents a long-runningoperation that is the result of a network API call.
func (GoogleLongrunningOperation)MarshalJSON¶
func (sGoogleLongrunningOperation) MarshalJSON() ([]byte,error)
typeGoogleProtobufEmpty¶
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 avoiddefining duplicated empty messages in your APIs. A typical example is to useit as the request or the response type of an API method. For instance:service Foo { rpc Bar(google.protobuf.Empty) returns(google.protobuf.Empty); }
typeGoogleRpcPreconditionFailure¶added inv0.30.0
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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleRpcPreconditionFailure: Describes what preconditions have failed. Forexample, if an RPC failed because it required the Terms of Service to beacknowledged, it could list the terms of service violation in thePreconditionFailure message.
func (GoogleRpcPreconditionFailure)MarshalJSON¶added inv0.30.0
func (sGoogleRpcPreconditionFailure) MarshalJSON() ([]byte,error)
typeGoogleRpcPreconditionFailureViolation¶added inv0.30.0
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".Descriptionstring `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.Subjectstring `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".Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Description") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleRpcPreconditionFailureViolation: A message type used to describe asingle precondition failure.
func (GoogleRpcPreconditionFailureViolation)MarshalJSON¶added inv0.30.0
func (sGoogleRpcPreconditionFailureViolation) MarshalJSON() ([]byte,error)
typeGoogleRpcStatus¶
type GoogleRpcStatus struct {// Code: The status code, which should be an enum value of google.rpc.Code.Codeint64 `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.Messagestring `json:"message,omitempty"`// ForceSendFields is a list of field names (e.g. "Code") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleRpcStatus: The `Status` type defines a logical error model that issuitable for different programming environments, including REST APIs and RPCAPIs. It is used by gRPC (https://github.com/grpc). Each `Status` messagecontains 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 theAPI Design Guide (https://cloud.google.com/apis/design/errors).
func (GoogleRpcStatus)MarshalJSON¶
func (sGoogleRpcStatus) MarshalJSON() ([]byte,error)
typeGoogleTypeExpr¶
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.Descriptionstring `json:"description,omitempty"`// Expression: Textual representation of an expression in Common Expression// Language syntax.Expressionstring `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.Locationstring `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.Titlestring `json:"title,omitempty"`// ForceSendFields is a list of field names (e.g. "Description") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleTypeExpr: Represents a textual expression in the Common ExpressionLanguage (CEL) syntax. CEL is a C-like expression language. The syntax andsemantics of CEL are documented athttps://github.com/google/cel-spec.Example (Comparison): title: "Summary size limit" description: "Determinesif 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 messagereceived at ' + string(document.create_time)" The exact variables andfunctions that may be referenced within an expression are determined by theservice that evaluates it. See the service documentation for additionalinformation.
func (GoogleTypeExpr)MarshalJSON¶
func (sGoogleTypeExpr) MarshalJSON() ([]byte,error)
typeGoogleTypeInterval¶added inv0.86.0
type GoogleTypeInterval struct {// EndTime: Optional. Exclusive end of the interval. If specified, a Timestamp// matching this interval will have to be before the end.EndTimestring `json:"endTime,omitempty"`// StartTime: Optional. Inclusive start of the interval. If specified, a// Timestamp matching this interval will have to be the same or after the// start.StartTimestring `json:"startTime,omitempty"`// ForceSendFields is a list of field names (e.g. "EndTime") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EndTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleTypeInterval: Represents a time interval, encoded as a Timestamp start(inclusive) and a Timestamp end (exclusive). The start must be less than orequal to the end. When the start equals the end, the interval is empty(matches no time). When both start and end are unspecified, the intervalmatches any time.
func (GoogleTypeInterval)MarshalJSON¶added inv0.86.0
func (sGoogleTypeInterval) MarshalJSON() ([]byte,error)
typeGoogleTypeMoney¶added inv0.45.0
type GoogleTypeMoney struct {// CurrencyCode: The three-letter currency code defined in ISO 4217.CurrencyCodestring `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.Nanosint64 `json:"nanos,omitempty"`// Units: The whole units of the amount. For example if `currencyCode` is// "USD", then 1 unit is one US dollar.Unitsint64 `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 or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.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. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleTypeMoney: Represents an amount of money with its currency type.
func (GoogleTypeMoney)MarshalJSON¶added inv0.45.0
func (sGoogleTypeMoney) MarshalJSON() ([]byte,error)
typeGoogleTypeTimeOfDay¶added inv0.252.0
type GoogleTypeTimeOfDay struct {// Hours: Hours of a day in 24 hour format. Must be greater than or equal to 0// and typically must be less than or equal to 23. An API may choose to allow// the value "24:00:00" for scenarios like business closing time.Hoursint64 `json:"hours,omitempty"`// Minutes: Minutes of an hour. Must be greater than or equal to 0 and less// than or equal to 59.Minutesint64 `json:"minutes,omitempty"`// Nanos: Fractions of seconds, in nanoseconds. Must be greater than or equal// to 0 and less than or equal to 999,999,999.Nanosint64 `json:"nanos,omitempty"`// Seconds: Seconds of a minute. Must be greater than or equal to 0 and// typically must be less than or equal to 59. An API may allow the value 60 if// it allows leap-seconds.Secondsint64 `json:"seconds,omitempty"`// ForceSendFields is a list of field names (e.g. "Hours") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Hours") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleTypeTimeOfDay: Represents a time of day. The date and time zone areeither not significant or are specified elsewhere. An API may choose toallow leap seconds. Related types are google.type.Date and`google.protobuf.Timestamp`.
func (GoogleTypeTimeOfDay)MarshalJSON¶added inv0.252.0
func (sGoogleTypeTimeOfDay) MarshalJSON() ([]byte,error)
typeHybridIssuersListCall¶
type HybridIssuersListCall struct {// contains filtered or unexported fields}func (*HybridIssuersListCall)Context¶
func (c *HybridIssuersListCall) Context(ctxcontext.Context) *HybridIssuersListCall
Context sets the context to be used in this call's Do method.
func (*HybridIssuersListCall)Do¶
func (c *HybridIssuersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListHybridIssuersResponse,error)
Do executes the "apigee.hybrid.issuers.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListHybridIssuersResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*HybridIssuersListCall)Fields¶
func (c *HybridIssuersListCall) Fields(s ...googleapi.Field) *HybridIssuersListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*HybridIssuersListCall)Header¶
func (c *HybridIssuersListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*HybridIssuersListCall)IfNoneMatch¶
func (c *HybridIssuersListCall) IfNoneMatch(entityTagstring) *HybridIssuersListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeHybridIssuersService¶
type HybridIssuersService struct {// contains filtered or unexported fields}funcNewHybridIssuersService¶
func NewHybridIssuersService(s *Service) *HybridIssuersService
func (*HybridIssuersService)List¶
func (r *HybridIssuersService) List(namestring) *HybridIssuersListCall
List: Lists hybrid services and its trusted issuers service account ids.This api is authenticated and unauthorized(allow all the users) and used byruntime authn-authz service to query control plane's issuer service accountids.
- name: Must be of the form `hybrid/issuers`.
typeHybridService¶
type HybridService struct {Issuers *HybridIssuersService// contains filtered or unexported fields}funcNewHybridService¶
func NewHybridService(s *Service) *HybridService
typeOrganizationsAnalyticsDatastoresCreateCall¶added inv0.30.0
type OrganizationsAnalyticsDatastoresCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsAnalyticsDatastoresCreateCall)Context¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresCreateCall) Context(ctxcontext.Context) *OrganizationsAnalyticsDatastoresCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAnalyticsDatastoresCreateCall)Do¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Datastore,error)
Do executes the "apigee.organizations.analytics.datastores.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Datastore.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAnalyticsDatastoresCreateCall)Fields¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresCreateCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAnalyticsDatastoresCreateCall)Header¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAnalyticsDatastoresDeleteCall¶added inv0.30.0
type OrganizationsAnalyticsDatastoresDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsAnalyticsDatastoresDeleteCall)Context¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresDeleteCall) Context(ctxcontext.Context) *OrganizationsAnalyticsDatastoresDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAnalyticsDatastoresDeleteCall)Do¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.analytics.datastores.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsAnalyticsDatastoresDeleteCall)Fields¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresDeleteCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAnalyticsDatastoresDeleteCall)Header¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAnalyticsDatastoresGetCall¶added inv0.30.0
type OrganizationsAnalyticsDatastoresGetCall struct {// contains filtered or unexported fields}func (*OrganizationsAnalyticsDatastoresGetCall)Context¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresGetCall) Context(ctxcontext.Context) *OrganizationsAnalyticsDatastoresGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAnalyticsDatastoresGetCall)Do¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Datastore,error)
Do executes the "apigee.organizations.analytics.datastores.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Datastore.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAnalyticsDatastoresGetCall)Fields¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresGetCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAnalyticsDatastoresGetCall)Header¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsAnalyticsDatastoresGetCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresGetCall) IfNoneMatch(entityTagstring) *OrganizationsAnalyticsDatastoresGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsAnalyticsDatastoresListCall¶added inv0.30.0
type OrganizationsAnalyticsDatastoresListCall struct {// contains filtered or unexported fields}func (*OrganizationsAnalyticsDatastoresListCall)Context¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresListCall) Context(ctxcontext.Context) *OrganizationsAnalyticsDatastoresListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAnalyticsDatastoresListCall)Do¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDatastoresResponse,error)
Do executes the "apigee.organizations.analytics.datastores.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDatastoresResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAnalyticsDatastoresListCall)Fields¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresListCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAnalyticsDatastoresListCall)Header¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsAnalyticsDatastoresListCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresListCall) IfNoneMatch(entityTagstring) *OrganizationsAnalyticsDatastoresListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsAnalyticsDatastoresListCall)TargetType¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresListCall) TargetType(targetTypestring) *OrganizationsAnalyticsDatastoresListCall
TargetType sets the optional parameter "targetType": TargetType is used tofetch all Datastores that match the type
typeOrganizationsAnalyticsDatastoresService¶added inv0.30.0
type OrganizationsAnalyticsDatastoresService struct {// contains filtered or unexported fields}funcNewOrganizationsAnalyticsDatastoresService¶added inv0.30.0
func NewOrganizationsAnalyticsDatastoresService(s *Service) *OrganizationsAnalyticsDatastoresService
func (*OrganizationsAnalyticsDatastoresService)Create¶added inv0.30.0
func (r *OrganizationsAnalyticsDatastoresService) Create(parentstring, 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¶added inv0.30.0
func (r *OrganizationsAnalyticsDatastoresService) Delete(namestring) *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¶added inv0.30.0
func (r *OrganizationsAnalyticsDatastoresService) Get(namestring) *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¶added inv0.30.0
func (r *OrganizationsAnalyticsDatastoresService) List(parentstring) *OrganizationsAnalyticsDatastoresListCall
List: List Datastores
- parent: The parent organization name. Must be of the form`organizations/{org}`.
func (*OrganizationsAnalyticsDatastoresService)Test¶added inv0.30.0
func (r *OrganizationsAnalyticsDatastoresService) Test(parentstring, googlecloudapigeev1datastore *GoogleCloudApigeeV1Datastore) *OrganizationsAnalyticsDatastoresTestCall
Test: Test if Datastore configuration is correct. This includes checking ifcredentials provided by customer have required permissions in targetdestination storage
- parent: The parent organization name Must be of the form`organizations/{org}`.
func (*OrganizationsAnalyticsDatastoresService)Update¶added inv0.30.0
func (r *OrganizationsAnalyticsDatastoresService) Update(namestring, 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}`.
typeOrganizationsAnalyticsDatastoresTestCall¶added inv0.30.0
type OrganizationsAnalyticsDatastoresTestCall struct {// contains filtered or unexported fields}func (*OrganizationsAnalyticsDatastoresTestCall)Context¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresTestCall) Context(ctxcontext.Context) *OrganizationsAnalyticsDatastoresTestCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAnalyticsDatastoresTestCall)Do¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresTestCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TestDatastoreResponse,error)
Do executes the "apigee.organizations.analytics.datastores.test" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1TestDatastoreResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAnalyticsDatastoresTestCall)Fields¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresTestCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresTestCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAnalyticsDatastoresTestCall)Header¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresTestCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAnalyticsDatastoresUpdateCall¶added inv0.30.0
type OrganizationsAnalyticsDatastoresUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsAnalyticsDatastoresUpdateCall)Context¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresUpdateCall) Context(ctxcontext.Context) *OrganizationsAnalyticsDatastoresUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAnalyticsDatastoresUpdateCall)Do¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Datastore,error)
Do executes the "apigee.organizations.analytics.datastores.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Datastore.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAnalyticsDatastoresUpdateCall)Fields¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresUpdateCall) Fields(s ...googleapi.Field) *OrganizationsAnalyticsDatastoresUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAnalyticsDatastoresUpdateCall)Header¶added inv0.30.0
func (c *OrganizationsAnalyticsDatastoresUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAnalyticsService¶added inv0.30.0
type OrganizationsAnalyticsService struct {Datastores *OrganizationsAnalyticsDatastoresService// contains filtered or unexported fields}funcNewOrganizationsAnalyticsService¶added inv0.30.0
func NewOrganizationsAnalyticsService(s *Service) *OrganizationsAnalyticsService
typeOrganizationsApiproductsAttributesCall¶
type OrganizationsApiproductsAttributesCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsAttributesCall)Context¶
func (c *OrganizationsApiproductsAttributesCall) Context(ctxcontext.Context) *OrganizationsApiproductsAttributesCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsAttributesCall)Do¶
func (c *OrganizationsApiproductsAttributesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes,error)
Do executes the "apigee.organizations.apiproducts.attributes" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsAttributesCall)Fields¶
func (c *OrganizationsApiproductsAttributesCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsAttributesCall)Header¶
func (c *OrganizationsApiproductsAttributesCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApiproductsAttributesDeleteCall¶
type OrganizationsApiproductsAttributesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsAttributesDeleteCall)Context¶
func (c *OrganizationsApiproductsAttributesDeleteCall) Context(ctxcontext.Context) *OrganizationsApiproductsAttributesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsAttributesDeleteCall)Do¶
func (c *OrganizationsApiproductsAttributesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute,error)
Do executes the "apigee.organizations.apiproducts.attributes.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsAttributesDeleteCall)Fields¶
func (c *OrganizationsApiproductsAttributesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsAttributesDeleteCall)Header¶
func (c *OrganizationsApiproductsAttributesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApiproductsAttributesGetCall¶
type OrganizationsApiproductsAttributesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsAttributesGetCall)Context¶
func (c *OrganizationsApiproductsAttributesGetCall) Context(ctxcontext.Context) *OrganizationsApiproductsAttributesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsAttributesGetCall)Do¶
func (c *OrganizationsApiproductsAttributesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute,error)
Do executes the "apigee.organizations.apiproducts.attributes.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsAttributesGetCall)Fields¶
func (c *OrganizationsApiproductsAttributesGetCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsAttributesGetCall)Header¶
func (c *OrganizationsApiproductsAttributesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApiproductsAttributesGetCall)IfNoneMatch¶
func (c *OrganizationsApiproductsAttributesGetCall) IfNoneMatch(entityTagstring) *OrganizationsApiproductsAttributesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsApiproductsAttributesListCall¶
type OrganizationsApiproductsAttributesListCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsAttributesListCall)Context¶
func (c *OrganizationsApiproductsAttributesListCall) Context(ctxcontext.Context) *OrganizationsApiproductsAttributesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsAttributesListCall)Do¶
func (c *OrganizationsApiproductsAttributesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes,error)
Do executes the "apigee.organizations.apiproducts.attributes.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsAttributesListCall)Fields¶
func (c *OrganizationsApiproductsAttributesListCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsAttributesListCall)Header¶
func (c *OrganizationsApiproductsAttributesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApiproductsAttributesListCall)IfNoneMatch¶
func (c *OrganizationsApiproductsAttributesListCall) IfNoneMatch(entityTagstring) *OrganizationsApiproductsAttributesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsApiproductsAttributesService¶
type OrganizationsApiproductsAttributesService struct {// contains filtered or unexported fields}funcNewOrganizationsApiproductsAttributesService¶
func NewOrganizationsApiproductsAttributesService(s *Service) *OrganizationsApiproductsAttributesService
func (*OrganizationsApiproductsAttributesService)Delete¶
func (r *OrganizationsApiproductsAttributesService) Delete(namestring) *OrganizationsApiproductsAttributesDeleteCall
Delete: Deletes an API product attribute.
- name: Name of the API product attribute. Use the following structure inyour request:`organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute}` Ifthe API Product resource has the `space` attribute set, IAM permissionsare checked against the Space resource path. To learn more, read theApigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsAttributesService)Get¶
func (r *OrganizationsApiproductsAttributesService) Get(namestring) *OrganizationsApiproductsAttributesGetCall
Get: Gets the value of an API product attribute.
- name: Name of the API product attribute. Use the following structure inyour request:`organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute}` Ifthe API Product resource has the `space` attribute set, IAM permissionsare checked against the Space resource path. To learn more, read theApigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsAttributesService)List¶
func (r *OrganizationsApiproductsAttributesService) List(parentstring) *OrganizationsApiproductsAttributesListCall
List: Lists all API product attributes.
- parent: Name of the API product. Use the following structure in yourrequest: `organizations/{org}/apiproducts/{apiproduct}` If the API Productresource has the `space` attribute set, IAM permissions are checkedagainst the Space resource path. To learn more, read the Apigee SpacesOverview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsAttributesService)UpdateApiProductAttribute¶
func (r *OrganizationsApiproductsAttributesService) UpdateApiProductAttribute(namestring, 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 (currentdefault). Any custom attributes associated with entities also get cached forat 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 anaccess token in less than 180 seconds.
- name: Name of the API product. Use the following structure in yourrequest: `organizations/{org}/apiproducts/{apiproduct}` If the API Productresource has the `space` attribute set, IAM permissions are checkedagainst the Space resource path. To learn more, read the Apigee SpacesOverview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsApiproductsAttributesUpdateApiProductAttributeCall¶
type OrganizationsApiproductsAttributesUpdateApiProductAttributeCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsAttributesUpdateApiProductAttributeCall)Context¶
func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Context(ctxcontext.Context) *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsAttributesUpdateApiProductAttributeCall)Do¶
func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute,error)
Do executes the "apigee.organizations.apiproducts.attributes.updateApiProductAttribute" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsAttributesUpdateApiProductAttributeCall)Fields¶
func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsAttributesUpdateApiProductAttributeCall)Header¶
func (c *OrganizationsApiproductsAttributesUpdateApiProductAttributeCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApiproductsCreateCall¶
type OrganizationsApiproductsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsCreateCall)Context¶
func (c *OrganizationsApiproductsCreateCall) Context(ctxcontext.Context) *OrganizationsApiproductsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsCreateCall)Do¶
func (c *OrganizationsApiproductsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct,error)
Do executes the "apigee.organizations.apiproducts.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProduct.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsCreateCall)Fields¶
func (c *OrganizationsApiproductsCreateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsCreateCall)Header¶
func (c *OrganizationsApiproductsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApiproductsDeleteCall¶
type OrganizationsApiproductsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsDeleteCall)Context¶
func (c *OrganizationsApiproductsDeleteCall) Context(ctxcontext.Context) *OrganizationsApiproductsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsDeleteCall)Do¶
func (c *OrganizationsApiproductsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct,error)
Do executes the "apigee.organizations.apiproducts.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProduct.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsDeleteCall)Fields¶
func (c *OrganizationsApiproductsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsDeleteCall)Header¶
func (c *OrganizationsApiproductsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApiproductsGetCall¶
type OrganizationsApiproductsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsGetCall)Context¶
func (c *OrganizationsApiproductsGetCall) Context(ctxcontext.Context) *OrganizationsApiproductsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsGetCall)Do¶
func (c *OrganizationsApiproductsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct,error)
Do executes the "apigee.organizations.apiproducts.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProduct.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsGetCall)Fields¶
func (c *OrganizationsApiproductsGetCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsGetCall)Header¶
func (c *OrganizationsApiproductsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApiproductsGetCall)IfNoneMatch¶
func (c *OrganizationsApiproductsGetCall) IfNoneMatch(entityTagstring) *OrganizationsApiproductsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsApiproductsListCall¶
type OrganizationsApiproductsListCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsListCall)Attributename¶
func (c *OrganizationsApiproductsListCall) Attributename(attributenamestring) *OrganizationsApiproductsListCall
Attributename sets the optional parameter "attributename": Name of theattribute used to filter the search.
func (*OrganizationsApiproductsListCall)Attributevalue¶
func (c *OrganizationsApiproductsListCall) Attributevalue(attributevaluestring) *OrganizationsApiproductsListCall
Attributevalue sets the optional parameter "attributevalue": Value of theattribute used to filter the search.
func (*OrganizationsApiproductsListCall)Context¶
func (c *OrganizationsApiproductsListCall) Context(ctxcontext.Context) *OrganizationsApiproductsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsListCall)Count¶
func (c *OrganizationsApiproductsListCall) Count(countint64) *OrganizationsApiproductsListCall
Count sets the optional parameter "count": Enter the number of API productsyou 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.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListApiProductsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsListCall)Expand¶
func (c *OrganizationsApiproductsListCall) Expand(expandbool) *OrganizationsApiproductsListCall
Expand sets the optional parameter "expand": Flag that specifies whether toexpand 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. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsListCall)Header¶
func (c *OrganizationsApiproductsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApiproductsListCall)IfNoneMatch¶
func (c *OrganizationsApiproductsListCall) IfNoneMatch(entityTagstring) *OrganizationsApiproductsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsApiproductsListCall)Space¶added inv0.225.0
func (c *OrganizationsApiproductsListCall) Space(spacestring) *OrganizationsApiproductsListCall
Space sets the optional parameter "space": The Space to list API productsfor. When none provided, all the spaces the user has list access, will beused implicitly, and the same following rules will apply. Can be used inconjunction with start_key, expand and count for paginated response.Composite queries with attributename and attributevalue are not supportedyet.
func (*OrganizationsApiproductsListCall)StartKey¶
func (c *OrganizationsApiproductsListCall) StartKey(startKeystring) *OrganizationsApiproductsListCall
StartKey sets the optional parameter "startKey": Gets a list of API productsstarting with a specific API product in the list. For example, if you'rereturning 50 API products at a time (using the `count` query parameter), youcan view products 50-99 by entering the name of the 50th API product in thefirst API (without using `startKey`). Product name is case sensitive.
typeOrganizationsApiproductsMoveCall¶added inv0.225.0
type OrganizationsApiproductsMoveCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsMoveCall)Context¶added inv0.225.0
func (c *OrganizationsApiproductsMoveCall) Context(ctxcontext.Context) *OrganizationsApiproductsMoveCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsMoveCall)Do¶added inv0.225.0
func (c *OrganizationsApiproductsMoveCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct,error)
Do executes the "apigee.organizations.apiproducts.move" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProduct.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsMoveCall)Fields¶added inv0.225.0
func (c *OrganizationsApiproductsMoveCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsMoveCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsMoveCall)Header¶added inv0.225.0
func (c *OrganizationsApiproductsMoveCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApiproductsRateplansCreateCall¶added inv0.45.0
type OrganizationsApiproductsRateplansCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsRateplansCreateCall)Context¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansCreateCall) Context(ctxcontext.Context) *OrganizationsApiproductsRateplansCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsRateplansCreateCall)Do¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan,error)
Do executes the "apigee.organizations.apiproducts.rateplans.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1RatePlan.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsRateplansCreateCall)Fields¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansCreateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsRateplansCreateCall)Header¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApiproductsRateplansDeleteCall¶added inv0.45.0
type OrganizationsApiproductsRateplansDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsRateplansDeleteCall)Context¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansDeleteCall) Context(ctxcontext.Context) *OrganizationsApiproductsRateplansDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsRateplansDeleteCall)Do¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan,error)
Do executes the "apigee.organizations.apiproducts.rateplans.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1RatePlan.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsRateplansDeleteCall)Fields¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsRateplansDeleteCall)Header¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApiproductsRateplansGetCall¶added inv0.45.0
type OrganizationsApiproductsRateplansGetCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsRateplansGetCall)Context¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansGetCall) Context(ctxcontext.Context) *OrganizationsApiproductsRateplansGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsRateplansGetCall)Do¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan,error)
Do executes the "apigee.organizations.apiproducts.rateplans.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1RatePlan.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsRateplansGetCall)Fields¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansGetCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsRateplansGetCall)Header¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApiproductsRateplansGetCall)IfNoneMatch¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansGetCall) IfNoneMatch(entityTagstring) *OrganizationsApiproductsRateplansGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsApiproductsRateplansListCall¶added inv0.45.0
type OrganizationsApiproductsRateplansListCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsRateplansListCall)Context¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansListCall) Context(ctxcontext.Context) *OrganizationsApiproductsRateplansListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsRateplansListCall)Count¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansListCall) Count(countint64) *OrganizationsApiproductsRateplansListCall
Count sets the optional parameter "count": Number of rate plans to return inthe API call. Use with the `startKey` parameter to provide more targetedfiltering. The maximum limit is 1000. Defaults to 100.
func (*OrganizationsApiproductsRateplansListCall)Do¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListRatePlansResponse,error)
Do executes the "apigee.organizations.apiproducts.rateplans.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListRatePlansResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsRateplansListCall)Expand¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansListCall) Expand(expandbool) *OrganizationsApiproductsRateplansListCall
Expand sets the optional parameter "expand": Flag that specifies whether toexpand the results. Set to `true` to get expanded details about each API.Defaults to `false`.
func (*OrganizationsApiproductsRateplansListCall)Fields¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansListCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsRateplansListCall)Header¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApiproductsRateplansListCall)IfNoneMatch¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansListCall) IfNoneMatch(entityTagstring) *OrganizationsApiproductsRateplansListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsApiproductsRateplansListCall)OrderBy¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansListCall) OrderBy(orderBystring) *OrganizationsApiproductsRateplansListCall
OrderBy sets the optional parameter "orderBy": Name of the attribute usedfor sorting. Valid values include: * `name`: Name of the rate plan. *`state`: State of the rate plan (`DRAFT`, `PUBLISHED`). * `startTime`: Timewhen the rate plan becomes active. * `endTime`: Time when the rate planexpires. **Note**: Not supported by Apigee at this time.
func (*OrganizationsApiproductsRateplansListCall)StartKey¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansListCall) StartKey(startKeystring) *OrganizationsApiproductsRateplansListCall
StartKey sets the optional parameter "startKey": Name of the rate plan fromwhich to start displaying the list of rate plans. If omitted, the liststarts 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 thevalue of `count` to 100.
func (*OrganizationsApiproductsRateplansListCall)State¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansListCall) State(statestring) *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`).
typeOrganizationsApiproductsRateplansService¶added inv0.45.0
type OrganizationsApiproductsRateplansService struct {// contains filtered or unexported fields}funcNewOrganizationsApiproductsRateplansService¶added inv0.45.0
func NewOrganizationsApiproductsRateplansService(s *Service) *OrganizationsApiproductsRateplansService
func (*OrganizationsApiproductsRateplansService)Create¶added inv0.45.0
func (r *OrganizationsApiproductsRateplansService) Create(parentstring, googlecloudapigeev1rateplan *GoogleCloudApigeeV1RatePlan) *OrganizationsApiproductsRateplansCreateCall
Create: Create a rate plan that is associated with an API product in anorganization. Using rate plans, API product owners can monetize their APIproducts 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 anAPI product - Revenue sharing with developer partners An API product canhave multiple rate plans associated with it but *only one* rate plan can beactive at any point of time. **Note: From the developer's perspective, theypurchase API products not rate plans.
- parent: Name of the API product that is associated with the rate plan. Usethe following structure in your request:`organizations/{org}/apiproducts/{apiproduct}` If the API Product resourcehas the `space` attribute set, IAM permissions are checked against theSpace resource path. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsRateplansService)Delete¶added inv0.45.0
func (r *OrganizationsApiproductsRateplansService) Delete(namestring) *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}` If theAPI Product resource has the `space` attribute set, IAM permissions arechecked against the Space resource path. To learn more, read the ApigeeSpaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsRateplansService)Get¶added inv0.45.0
func (r *OrganizationsApiproductsRateplansService) Get(namestring) *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}` If theAPI Product resource has the `space` attribute set, IAM permissions arechecked against the Space resource path. To learn more, read the ApigeeSpaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsRateplansService)List¶added inv0.45.0
func (r *OrganizationsApiproductsRateplansService) List(parentstring) *OrganizationsApiproductsRateplansListCall
List: Lists all the rate plans for an API product.
- parent: Name of the API product. Use the following structure in yourrequest: `organizations/{org}/apiproducts/{apiproduct}` Use`organizations/{org}/apiproducts/-` to return rate plans for all APIproducts within the organization. If the API Product resource has the`space` attribute set, IAM permissions are checked against the Spaceresource path. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsRateplansService)Update¶added inv0.45.0
func (r *OrganizationsApiproductsRateplansService) Update(namestring, 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}` If theAPI Product resource has the `space` attribute set, IAM permissions arechecked against the Space resource path. To learn more, read the ApigeeSpaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsApiproductsRateplansUpdateCall¶added inv0.45.0
type OrganizationsApiproductsRateplansUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsRateplansUpdateCall)Context¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansUpdateCall) Context(ctxcontext.Context) *OrganizationsApiproductsRateplansUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsRateplansUpdateCall)Do¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RatePlan,error)
Do executes the "apigee.organizations.apiproducts.rateplans.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1RatePlan.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsRateplansUpdateCall)Fields¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansUpdateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsRateplansUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsRateplansUpdateCall)Header¶added inv0.45.0
func (c *OrganizationsApiproductsRateplansUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApiproductsService¶
type OrganizationsApiproductsService struct {Attributes_ *OrganizationsApiproductsAttributesServiceRateplans *OrganizationsApiproductsRateplansService// contains filtered or unexported fields}funcNewOrganizationsApiproductsService¶
func NewOrganizationsApiproductsService(s *Service) *OrganizationsApiproductsService
func (*OrganizationsApiproductsService)Attributes¶
func (r *OrganizationsApiproductsService) Attributes(namestring, googlecloudapigeev1attributes *GoogleCloudApigeeV1Attributes) *OrganizationsApiproductsAttributesCall
Attributes: Updates or creates API product attributes. This API **replaces**the current list of attributes with the attributes specified in the requestbody. 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 (currentdefault). Any custom attributes associated with entities also get cached forat 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 anaccess token in less than 180 seconds.
- name: Name of the API product. Use the following structure in yourrequest: `organizations/{org}/apiproducts/{apiproduct}` If the API Productresource has the `space` attribute set, IAM permissions are checkedagainst the Space resource path. To learn more, read the Apigee SpacesOverview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsService)Create¶
func (r *OrganizationsApiproductsService) Create(parentstring, googlecloudapigeev1apiproduct *GoogleCloudApigeeV1ApiProduct) *OrganizationsApiproductsCreateCall
Create: Creates an API product in an organization. You create API productsafter you have proxied backend services using API proxies. An API product isa collection of API resources combined with quota settings and metadata thatyou can use to deliver customized and productized API bundles to yourdeveloper community. This metadata can include: - Scope - Environments - APIproxies - Extensible profile API products enable you repackage APIs on thefly, without having to do any additional coding or configuration. Apigeerecommends that you start with a simple API product including only requiredelements. You then provision credentials to apps to enable them to starttesting your APIs. After you have authentication and authorization workingagainst a simple API product, you can iterate to create finer-grained APIproducts, 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 entireorganization. - If you don't specify an environment in the request body, theproduct allows access to all environments. For more information, see What isan API product?
- parent: Name of the organization in which the API product will be created.Use the following structure in your request: `organizations/{org}` If theresource has the `space` attribute set, IAM permissions are checkedagainst the Space resource path. To learn more, read the Apigee SpacesOverview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsService)Delete¶
func (r *OrganizationsApiproductsService) Delete(namestring) *OrganizationsApiproductsDeleteCall
Delete: Deletes an API product from an organization. Deleting an API productcauses 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 yourintention 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 theproduct, not the display name. While they may be the same, it depends onwhether the API product was created via the UI or the API. View the list ofAPI products to verify the internal name.
- name: Name of the API product. Use the following structure in yourrequest: `organizations/{org}/apiproducts/{apiproduct}` If the resourcehas the `space` attribute set, IAM permissions are checked against theSpace resource path. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsService)Get¶
func (r *OrganizationsApiproductsService) Get(namestring) *OrganizationsApiproductsGetCall
Get: Gets configuration details for an API product. The API product namerequired in the request URL is the internal name of the product, not thedisplay name. While they may be the same, it depends on whether the APIproduct was created via the UI or the API. View the list of API products toverify the internal name.
- name: Name of the API product. Use the following structure in yourrequest: `organizations/{org}/apiproducts/{apiproduct}` If the resourcehas the `space` attribute set, IAM permissions are checked against theSpace resource path. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsService)List¶
func (r *OrganizationsApiproductsService) List(parentstring) *OrganizationsApiproductsListCall
List: Lists all API product names for an organization. Filter the list bypassing an `attributename` and `attibutevalue`. The maximum number of APIproducts returned is 1000. You can paginate the list of API productsreturned using the `startKey` and `count` query parameters. If the resourcehas the `space` attribute set, the response may not return all resources. Tolearn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
- parent: Name of the organization. Use the following structure in yourrequest: `organizations/{org}` If the resource has the `space` attributeset, IAM permissions are checked against the Space resource path. To learnmore, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApiproductsService)Move¶added inv0.225.0
func (r *OrganizationsApiproductsService) Move(namestring, googlecloudapigeev1moveapiproductrequest *GoogleCloudApigeeV1MoveApiProductRequest) *OrganizationsApiproductsMoveCall
Move: Moves an API product to a different space.
- name: API product to move in the following format:`organizations/{org}/apiproducts/{apiproduct}.
func (*OrganizationsApiproductsService)Update¶
func (r *OrganizationsApiproductsService) Update(namestring, googlecloudapigeev1apiproduct *GoogleCloudApigeeV1ApiProduct) *OrganizationsApiproductsUpdateCall
Update: Updates an existing API product. You must include all requiredvalues, whether or not you are updating them, as well as any optional valuesthat you are updating. The API product name required in the request URL isthe internal name of the product, not the display name. While they may bethe 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 yourrequest: `organizations/{org}/apiproducts/{apiproduct}` If the resourcehas the `space` attribute set, IAM permissions are checked against theSpace resource path.To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsApiproductsUpdateCall¶
type OrganizationsApiproductsUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsApiproductsUpdateCall)Context¶
func (c *OrganizationsApiproductsUpdateCall) Context(ctxcontext.Context) *OrganizationsApiproductsUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApiproductsUpdateCall)Do¶
func (c *OrganizationsApiproductsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProduct,error)
Do executes the "apigee.organizations.apiproducts.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProduct.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApiproductsUpdateCall)Fields¶
func (c *OrganizationsApiproductsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsApiproductsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApiproductsUpdateCall)Header¶
func (c *OrganizationsApiproductsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApisCreateCall¶
type OrganizationsApisCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsApisCreateCall)Action¶
func (c *OrganizationsApisCreateCall) Action(actionstring) *OrganizationsApisCreateCall
Action sets the optional parameter "action": Action to perform whenimporting an API proxy configuration bundle. Set this parameter to one ofthe following values: * `import` to import the API proxy configurationbundle. * `validate` to validate the API proxy configuration bundle withoutimporting it.
func (*OrganizationsApisCreateCall)Context¶
func (c *OrganizationsApisCreateCall) Context(ctxcontext.Context) *OrganizationsApisCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisCreateCall)Do¶
func (c *OrganizationsApisCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxyRevision,error)
Do executes the "apigee.organizations.apis.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProxyRevision.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisCreateCall)Fields¶
func (c *OrganizationsApisCreateCall) Fields(s ...googleapi.Field) *OrganizationsApisCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisCreateCall)Header¶
func (c *OrganizationsApisCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisCreateCall)Name¶
func (c *OrganizationsApisCreateCall) Name(namestring) *OrganizationsApisCreateCall
Name sets the optional parameter "name": Name of the API proxy. Restrict thecharacters used to: A-Za-z0-9._-
func (*OrganizationsApisCreateCall)Space¶added inv0.225.0
func (c *OrganizationsApisCreateCall) Space(spacestring) *OrganizationsApisCreateCall
Space sets the optional parameter "space": The ID of the space associatedwith this proxy. Any IAM policies applied to the space will affect access tothis proxy. Note that this field is only respected when creating a newproxy. It has no effect when creating a new revision for an existing proxy.
func (*OrganizationsApisCreateCall)Validate¶
func (c *OrganizationsApisCreateCall) Validate(validatebool) *OrganizationsApisCreateCall
Validate sets the optional parameter "validate": Ignored. All uploads arevalidated regardless of the value of this field. Maintained forcompatibility with Apigee Edge API.
typeOrganizationsApisDebugsessionsListCall¶added inv0.220.0
type OrganizationsApisDebugsessionsListCall struct {// contains filtered or unexported fields}func (*OrganizationsApisDebugsessionsListCall)Context¶added inv0.220.0
func (c *OrganizationsApisDebugsessionsListCall) Context(ctxcontext.Context) *OrganizationsApisDebugsessionsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisDebugsessionsListCall)Do¶added inv0.220.0
func (c *OrganizationsApisDebugsessionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiDebugSessionsResponse,error)
Do executes the "apigee.organizations.apis.debugsessions.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListApiDebugSessionsResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisDebugsessionsListCall)Fields¶added inv0.220.0
func (c *OrganizationsApisDebugsessionsListCall) Fields(s ...googleapi.Field) *OrganizationsApisDebugsessionsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisDebugsessionsListCall)Header¶added inv0.220.0
func (c *OrganizationsApisDebugsessionsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisDebugsessionsListCall)IfNoneMatch¶added inv0.220.0
func (c *OrganizationsApisDebugsessionsListCall) IfNoneMatch(entityTagstring) *OrganizationsApisDebugsessionsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsApisDebugsessionsListCall)PageSize¶added inv0.220.0
func (c *OrganizationsApisDebugsessionsListCall) PageSize(pageSizeint64) *OrganizationsApisDebugsessionsListCall
PageSize sets the optional parameter "pageSize": Maximum number of debugsessions to return. The page size defaults to 25.
func (*OrganizationsApisDebugsessionsListCall)PageToken¶added inv0.220.0
func (c *OrganizationsApisDebugsessionsListCall) PageToken(pageTokenstring) *OrganizationsApisDebugsessionsListCall
PageToken sets the optional parameter "pageToken": Page token, returned froma previous ListApiDebugSessions call, that you can use to retrieve the nextpage.
func (*OrganizationsApisDebugsessionsListCall)Pages¶added inv0.220.0
func (c *OrganizationsApisDebugsessionsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListApiDebugSessionsResponse)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.
typeOrganizationsApisDebugsessionsService¶added inv0.220.0
type OrganizationsApisDebugsessionsService struct {// contains filtered or unexported fields}funcNewOrganizationsApisDebugsessionsService¶added inv0.220.0
func NewOrganizationsApisDebugsessionsService(s *Service) *OrganizationsApisDebugsessionsService
func (*OrganizationsApisDebugsessionsService)List¶added inv0.220.0
func (r *OrganizationsApisDebugsessionsService) List(parentstring) *OrganizationsApisDebugsessionsListCall
List: Lists debug sessions that are currently active in the given API Proxy.
- parent: The name of the API Proxy for which to list debug sessions. Mustbe of the form: `organizations/{organization}/apis/{api}`.
typeOrganizationsApisDeleteCall¶
type OrganizationsApisDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsApisDeleteCall)Context¶
func (c *OrganizationsApisDeleteCall) Context(ctxcontext.Context) *OrganizationsApisDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisDeleteCall)Do¶
func (c *OrganizationsApisDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxy,error)
Do executes the "apigee.organizations.apis.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProxy.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisDeleteCall)Fields¶
func (c *OrganizationsApisDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApisDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisDeleteCall)Header¶
func (c *OrganizationsApisDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApisDeploymentsListCall¶
type OrganizationsApisDeploymentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsApisDeploymentsListCall)Context¶
func (c *OrganizationsApisDeploymentsListCall) Context(ctxcontext.Context) *OrganizationsApisDeploymentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisDeploymentsListCall)Do¶
func (c *OrganizationsApisDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse,error)
Do executes the "apigee.organizations.apis.deployments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisDeploymentsListCall)Fields¶
func (c *OrganizationsApisDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsApisDeploymentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisDeploymentsListCall)Header¶
func (c *OrganizationsApisDeploymentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisDeploymentsListCall)IfNoneMatch¶
func (c *OrganizationsApisDeploymentsListCall) IfNoneMatch(entityTagstring) *OrganizationsApisDeploymentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsApisDeploymentsService¶
type OrganizationsApisDeploymentsService struct {// contains filtered or unexported fields}funcNewOrganizationsApisDeploymentsService¶
func NewOrganizationsApisDeploymentsService(s *Service) *OrganizationsApisDeploymentsService
func (*OrganizationsApisDeploymentsService)List¶
func (r *OrganizationsApisDeploymentsService) List(parentstring) *OrganizationsApisDeploymentsListCall
List: Lists all deployments of an API proxy.
- parent: Name of the API proxy for which to return deployment informationin the following format: `organizations/{org}/apis/{api}` If the API proxyresource has the `space` attribute set, IAM permissions are checkeddifferently . To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsApisGetCall¶
type OrganizationsApisGetCall struct {// contains filtered or unexported fields}func (*OrganizationsApisGetCall)Context¶
func (c *OrganizationsApisGetCall) Context(ctxcontext.Context) *OrganizationsApisGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisGetCall)Do¶
func (c *OrganizationsApisGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxy,error)
Do executes the "apigee.organizations.apis.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProxy.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisGetCall)Fields¶
func (c *OrganizationsApisGetCall) Fields(s ...googleapi.Field) *OrganizationsApisGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisGetCall)Header¶
func (c *OrganizationsApisGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisGetCall)IfNoneMatch¶
func (c *OrganizationsApisGetCall) IfNoneMatch(entityTagstring) *OrganizationsApisGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsApisKeyvaluemapsCreateCall¶
type OrganizationsApisKeyvaluemapsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsApisKeyvaluemapsCreateCall)Context¶
func (c *OrganizationsApisKeyvaluemapsCreateCall) Context(ctxcontext.Context) *OrganizationsApisKeyvaluemapsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisKeyvaluemapsCreateCall)Do¶
func (c *OrganizationsApisKeyvaluemapsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.apis.keyvaluemaps.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisKeyvaluemapsCreateCall)Fields¶
func (c *OrganizationsApisKeyvaluemapsCreateCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisKeyvaluemapsCreateCall)Header¶
func (c *OrganizationsApisKeyvaluemapsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApisKeyvaluemapsDeleteCall¶
type OrganizationsApisKeyvaluemapsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsApisKeyvaluemapsDeleteCall)Context¶
func (c *OrganizationsApisKeyvaluemapsDeleteCall) Context(ctxcontext.Context) *OrganizationsApisKeyvaluemapsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisKeyvaluemapsDeleteCall)Do¶
func (c *OrganizationsApisKeyvaluemapsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.apis.keyvaluemaps.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisKeyvaluemapsDeleteCall)Fields¶
func (c *OrganizationsApisKeyvaluemapsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisKeyvaluemapsDeleteCall)Header¶
func (c *OrganizationsApisKeyvaluemapsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApisKeyvaluemapsEntriesCreateCall¶added inv0.83.0
type OrganizationsApisKeyvaluemapsEntriesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsApisKeyvaluemapsEntriesCreateCall)Context¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesCreateCall) Context(ctxcontext.Context) *OrganizationsApisKeyvaluemapsEntriesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisKeyvaluemapsEntriesCreateCall)Do¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.apis.keyvaluemaps.entries.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisKeyvaluemapsEntriesCreateCall)Fields¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsEntriesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisKeyvaluemapsEntriesCreateCall)Header¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApisKeyvaluemapsEntriesDeleteCall¶added inv0.83.0
type OrganizationsApisKeyvaluemapsEntriesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsApisKeyvaluemapsEntriesDeleteCall)Context¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesDeleteCall) Context(ctxcontext.Context) *OrganizationsApisKeyvaluemapsEntriesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisKeyvaluemapsEntriesDeleteCall)Do¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.apis.keyvaluemaps.entries.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisKeyvaluemapsEntriesDeleteCall)Fields¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsEntriesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisKeyvaluemapsEntriesDeleteCall)Header¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApisKeyvaluemapsEntriesGetCall¶added inv0.83.0
type OrganizationsApisKeyvaluemapsEntriesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsApisKeyvaluemapsEntriesGetCall)Context¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesGetCall) Context(ctxcontext.Context) *OrganizationsApisKeyvaluemapsEntriesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisKeyvaluemapsEntriesGetCall)Do¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.apis.keyvaluemaps.entries.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisKeyvaluemapsEntriesGetCall)Fields¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesGetCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsEntriesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisKeyvaluemapsEntriesGetCall)Header¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisKeyvaluemapsEntriesGetCall)IfNoneMatch¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesGetCall) IfNoneMatch(entityTagstring) *OrganizationsApisKeyvaluemapsEntriesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsApisKeyvaluemapsEntriesListCall¶added inv0.83.0
type OrganizationsApisKeyvaluemapsEntriesListCall struct {// contains filtered or unexported fields}func (*OrganizationsApisKeyvaluemapsEntriesListCall)Context¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesListCall) Context(ctxcontext.Context) *OrganizationsApisKeyvaluemapsEntriesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisKeyvaluemapsEntriesListCall)Do¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListKeyValueEntriesResponse,error)
Do executes the "apigee.organizations.apis.keyvaluemaps.entries.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListKeyValueEntriesResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisKeyvaluemapsEntriesListCall)Fields¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesListCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsEntriesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisKeyvaluemapsEntriesListCall)Header¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisKeyvaluemapsEntriesListCall)IfNoneMatch¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesListCall) IfNoneMatch(entityTagstring) *OrganizationsApisKeyvaluemapsEntriesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsApisKeyvaluemapsEntriesListCall)PageSize¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesListCall) PageSize(pageSizeint64) *OrganizationsApisKeyvaluemapsEntriesListCall
PageSize sets the optional parameter "pageSize": Maximum number of key valueentries to return. If unspecified, at most 100 entries will be returned.
func (*OrganizationsApisKeyvaluemapsEntriesListCall)PageToken¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesListCall) PageToken(pageTokenstring) *OrganizationsApisKeyvaluemapsEntriesListCall
PageToken sets the optional parameter "pageToken": Page token. If provides,must be a valid key value entry returned from a previous call that can beused to retrieve the next page.
func (*OrganizationsApisKeyvaluemapsEntriesListCall)Pages¶added inv0.83.0
func (c *OrganizationsApisKeyvaluemapsEntriesListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListKeyValueEntriesResponse)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.
typeOrganizationsApisKeyvaluemapsEntriesService¶added inv0.83.0
type OrganizationsApisKeyvaluemapsEntriesService struct {// contains filtered or unexported fields}funcNewOrganizationsApisKeyvaluemapsEntriesService¶added inv0.83.0
func NewOrganizationsApisKeyvaluemapsEntriesService(s *Service) *OrganizationsApisKeyvaluemapsEntriesService
func (*OrganizationsApisKeyvaluemapsEntriesService)Create¶added inv0.83.0
func (r *OrganizationsApisKeyvaluemapsEntriesService) Create(parentstring, googlecloudapigeev1keyvalueentry *GoogleCloudApigeeV1KeyValueEntry) *OrganizationsApisKeyvaluemapsEntriesCreateCall
Create: Creates key value entries in a key value map scoped to anorganization, environment, or API proxy. **Note**: Supported for Apigeehybrid 1.8.x and higher.
- parent: Scope as indicated by the URI in which to create the key value mapentry. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisKeyvaluemapsEntriesService)Delete¶added inv0.83.0
func (r *OrganizationsApisKeyvaluemapsEntriesService) Delete(namestring) *OrganizationsApisKeyvaluemapsEntriesDeleteCall
Delete: Deletes a key value entry from a key value map scoped to anorganization, environment, or API proxy. **Notes:** * After you delete thekey value entry, the policy consuming the entry will continue to functionwith its cached values for a few minutes. This is expected behavior. *Supported for Apigee hybrid 1.8.x and higher.
- name: Scope as indicated by the URI in which to delete the key value mapentry. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/{entry}` *`organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`.If the KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisKeyvaluemapsEntriesService)Get¶added inv0.83.0
func (r *OrganizationsApisKeyvaluemapsEntriesService) Get(namestring) *OrganizationsApisKeyvaluemapsEntriesGetCall
Get: Get the key value entry value for a key value map scoped to anorganization, environment, or API proxy. **Note**: Supported for Apigeehybrid 1.8.x and higher.
- name: Scope as indicated by the URI in which to fetch the key value mapentry/value. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/{entry}` *`organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`.If the KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisKeyvaluemapsEntriesService)List¶added inv0.83.0
func (r *OrganizationsApisKeyvaluemapsEntriesService) List(parentstring) *OrganizationsApisKeyvaluemapsEntriesListCall
List: Lists key value entries for key values maps scoped to an organization,environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x andhigher.
- parent: Scope as indicated by the URI in which to list key value maps. Use**one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisKeyvaluemapsEntriesService)Update¶added inv0.157.0
func (r *OrganizationsApisKeyvaluemapsEntriesService) Update(namestring, googlecloudapigeev1keyvalueentry *GoogleCloudApigeeV1KeyValueEntry) *OrganizationsApisKeyvaluemapsEntriesUpdateCall
Update: Update key value entry scoped to an organization, environment, orAPI proxy for an existing key.
- name: Scope as indicated by the URI in which to create the key value mapentry. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsApisKeyvaluemapsEntriesUpdateCall¶added inv0.157.0
type OrganizationsApisKeyvaluemapsEntriesUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsApisKeyvaluemapsEntriesUpdateCall)Context¶added inv0.157.0
func (c *OrganizationsApisKeyvaluemapsEntriesUpdateCall) Context(ctxcontext.Context) *OrganizationsApisKeyvaluemapsEntriesUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisKeyvaluemapsEntriesUpdateCall)Do¶added inv0.157.0
func (c *OrganizationsApisKeyvaluemapsEntriesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.apis.keyvaluemaps.entries.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisKeyvaluemapsEntriesUpdateCall)Fields¶added inv0.157.0
func (c *OrganizationsApisKeyvaluemapsEntriesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsEntriesUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisKeyvaluemapsEntriesUpdateCall)Header¶added inv0.157.0
func (c *OrganizationsApisKeyvaluemapsEntriesUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApisKeyvaluemapsGetCall¶added inv0.254.0
type OrganizationsApisKeyvaluemapsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsApisKeyvaluemapsGetCall)Context¶added inv0.254.0
func (c *OrganizationsApisKeyvaluemapsGetCall) Context(ctxcontext.Context) *OrganizationsApisKeyvaluemapsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisKeyvaluemapsGetCall)Do¶added inv0.254.0
func (c *OrganizationsApisKeyvaluemapsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.apis.keyvaluemaps.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisKeyvaluemapsGetCall)Fields¶added inv0.254.0
func (c *OrganizationsApisKeyvaluemapsGetCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisKeyvaluemapsGetCall)Header¶added inv0.254.0
func (c *OrganizationsApisKeyvaluemapsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisKeyvaluemapsGetCall)IfNoneMatch¶added inv0.254.0
func (c *OrganizationsApisKeyvaluemapsGetCall) IfNoneMatch(entityTagstring) *OrganizationsApisKeyvaluemapsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsApisKeyvaluemapsService¶
type OrganizationsApisKeyvaluemapsService struct {Entries *OrganizationsApisKeyvaluemapsEntriesService// contains filtered or unexported fields}funcNewOrganizationsApisKeyvaluemapsService¶
func NewOrganizationsApisKeyvaluemapsService(s *Service) *OrganizationsApisKeyvaluemapsService
func (*OrganizationsApisKeyvaluemapsService)Create¶
func (r *OrganizationsApisKeyvaluemapsService) Create(parentstring, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsApisKeyvaluemapsCreateCall
Create: Creates a key value map in an API proxy.
- parent: Name of the environment in which to create the key value map. Usethe following structure in your request: `organizations/{org}/apis/{api}`If the API Proxy resource has the `space` attribute set, IAM permissionsare checked against the Space resource path. To learn more, read theApigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisKeyvaluemapsService)Delete¶
func (r *OrganizationsApisKeyvaluemapsService) Delete(namestring) *OrganizationsApisKeyvaluemapsDeleteCall
Delete: Deletes a key value map from an API proxy.
- name: Name of the key value map. Use the following structure in yourrequest: `organizations/{org}/apis/{api}/keyvaluemaps/{keyvaluemap}` Ifthe API Proxy resource has the `space` attribute set, IAM permissions arechecked against the Space resource path. To learn more, read the ApigeeSpaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisKeyvaluemapsService)Get¶added inv0.254.0
func (r *OrganizationsApisKeyvaluemapsService) Get(namestring) *OrganizationsApisKeyvaluemapsGetCall
Get: Get the key value map scoped to an organization, environment, or APIproxy.
- name: Scope as indicated by the URI in which to fetch the key value map.Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisKeyvaluemapsService)Update¶added inv0.254.0
func (r *OrganizationsApisKeyvaluemapsService) Update(namestring, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsApisKeyvaluemapsUpdateCall
Update: Update the key value map scoped to an organization, environment, orAPI proxy.
- name: Scope as indicated by the URI in which to fetch the key value map.Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsApisKeyvaluemapsUpdateCall¶added inv0.254.0
type OrganizationsApisKeyvaluemapsUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsApisKeyvaluemapsUpdateCall)Context¶added inv0.254.0
func (c *OrganizationsApisKeyvaluemapsUpdateCall) Context(ctxcontext.Context) *OrganizationsApisKeyvaluemapsUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisKeyvaluemapsUpdateCall)Do¶added inv0.254.0
func (c *OrganizationsApisKeyvaluemapsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.apis.keyvaluemaps.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisKeyvaluemapsUpdateCall)Fields¶added inv0.254.0
func (c *OrganizationsApisKeyvaluemapsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsApisKeyvaluemapsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisKeyvaluemapsUpdateCall)Header¶added inv0.254.0
func (c *OrganizationsApisKeyvaluemapsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApisListCall¶
type OrganizationsApisListCall struct {// contains filtered or unexported fields}func (*OrganizationsApisListCall)Context¶
func (c *OrganizationsApisListCall) Context(ctxcontext.Context) *OrganizationsApisListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisListCall)Do¶
func (c *OrganizationsApisListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiProxiesResponse,error)
Do executes the "apigee.organizations.apis.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListApiProxiesResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisListCall)Fields¶
func (c *OrganizationsApisListCall) Fields(s ...googleapi.Field) *OrganizationsApisListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisListCall)Header¶
func (c *OrganizationsApisListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisListCall)IfNoneMatch¶
func (c *OrganizationsApisListCall) IfNoneMatch(entityTagstring) *OrganizationsApisListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsApisListCall)IncludeMetaData¶
func (c *OrganizationsApisListCall) IncludeMetaData(includeMetaDatabool) *OrganizationsApisListCall
IncludeMetaData sets the optional parameter "includeMetaData": Flag thatspecifies whether to include API proxy metadata in the response.
func (*OrganizationsApisListCall)IncludeRevisions¶
func (c *OrganizationsApisListCall) IncludeRevisions(includeRevisionsbool) *OrganizationsApisListCall
IncludeRevisions sets the optional parameter "includeRevisions": Flag thatspecifies whether to include a list of revisions in the response.
func (*OrganizationsApisListCall)Space¶added inv0.225.0
func (c *OrganizationsApisListCall) Space(spacestring) *OrganizationsApisListCall
Space sets the optional parameter "space": The space ID to filter the listof proxies (optional). If unspecified, all proxies in the organization willbe listed.
typeOrganizationsApisMoveCall¶added inv0.225.0
type OrganizationsApisMoveCall struct {// contains filtered or unexported fields}func (*OrganizationsApisMoveCall)Context¶added inv0.225.0
func (c *OrganizationsApisMoveCall) Context(ctxcontext.Context) *OrganizationsApisMoveCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisMoveCall)Do¶added inv0.225.0
func (c *OrganizationsApisMoveCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxy,error)
Do executes the "apigee.organizations.apis.move" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProxy.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisMoveCall)Fields¶added inv0.225.0
func (c *OrganizationsApisMoveCall) Fields(s ...googleapi.Field) *OrganizationsApisMoveCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisMoveCall)Header¶added inv0.225.0
func (c *OrganizationsApisMoveCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApisPatchCall¶added inv0.55.0
type OrganizationsApisPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsApisPatchCall)Context¶added inv0.55.0
func (c *OrganizationsApisPatchCall) Context(ctxcontext.Context) *OrganizationsApisPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisPatchCall)Do¶added inv0.55.0
func (c *OrganizationsApisPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxy,error)
Do executes the "apigee.organizations.apis.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProxy.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisPatchCall)Fields¶added inv0.55.0
func (c *OrganizationsApisPatchCall) Fields(s ...googleapi.Field) *OrganizationsApisPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisPatchCall)Header¶added inv0.55.0
func (c *OrganizationsApisPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisPatchCall)UpdateMask¶added inv0.55.0
func (c *OrganizationsApisPatchCall) UpdateMask(updateMaskstring) *OrganizationsApisPatchCall
UpdateMask sets the optional parameter "updateMask": Required. The list offields to update.
typeOrganizationsApisRevisionsDeleteCall¶
type OrganizationsApisRevisionsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsApisRevisionsDeleteCall)Context¶
func (c *OrganizationsApisRevisionsDeleteCall) Context(ctxcontext.Context) *OrganizationsApisRevisionsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisRevisionsDeleteCall)Do¶
func (c *OrganizationsApisRevisionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxyRevision,error)
Do executes the "apigee.organizations.apis.revisions.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProxyRevision.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisRevisionsDeleteCall)Fields¶
func (c *OrganizationsApisRevisionsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisRevisionsDeleteCall)Header¶
func (c *OrganizationsApisRevisionsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsApisRevisionsDeploymentsListCall¶
type OrganizationsApisRevisionsDeploymentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsApisRevisionsDeploymentsListCall)Context¶
func (c *OrganizationsApisRevisionsDeploymentsListCall) Context(ctxcontext.Context) *OrganizationsApisRevisionsDeploymentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisRevisionsDeploymentsListCall)Do¶
func (c *OrganizationsApisRevisionsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse,error)
Do executes the "apigee.organizations.apis.revisions.deployments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisRevisionsDeploymentsListCall)Fields¶
func (c *OrganizationsApisRevisionsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsDeploymentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisRevisionsDeploymentsListCall)Header¶
func (c *OrganizationsApisRevisionsDeploymentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisRevisionsDeploymentsListCall)IfNoneMatch¶
func (c *OrganizationsApisRevisionsDeploymentsListCall) IfNoneMatch(entityTagstring) *OrganizationsApisRevisionsDeploymentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsApisRevisionsDeploymentsService¶
type OrganizationsApisRevisionsDeploymentsService struct {// contains filtered or unexported fields}funcNewOrganizationsApisRevisionsDeploymentsService¶
func NewOrganizationsApisRevisionsDeploymentsService(s *Service) *OrganizationsApisRevisionsDeploymentsService
func (*OrganizationsApisRevisionsDeploymentsService)List¶
func (r *OrganizationsApisRevisionsDeploymentsService) List(parentstring) *OrganizationsApisRevisionsDeploymentsListCall
List: Lists all deployments of an API proxy revision.
- parent: Name of the API proxy revision for which to return deploymentinformation in the following format:`organizations/{org}/apis/{api}/revisions/{rev}`. If the API proxyresource has the `space` attribute set, IAM permissions are checkeddifferently . To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsApisRevisionsGetCall¶
type OrganizationsApisRevisionsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsApisRevisionsGetCall)Context¶
func (c *OrganizationsApisRevisionsGetCall) Context(ctxcontext.Context) *OrganizationsApisRevisionsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisRevisionsGetCall)Do¶
func (c *OrganizationsApisRevisionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody,error)
Do executes the "apigee.organizations.apis.revisions.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleApiHttpBody.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsApisRevisionsGetCall)Fields¶
func (c *OrganizationsApisRevisionsGetCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisRevisionsGetCall)Format¶
func (c *OrganizationsApisRevisionsGetCall) Format(formatstring) *OrganizationsApisRevisionsGetCall
Format sets the optional parameter "format": Format used when downloadingthe API proxy configuration revision. Set to `bundle` to download the APIproxy configuration revision as a zip file.
func (*OrganizationsApisRevisionsGetCall)Header¶
func (c *OrganizationsApisRevisionsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisRevisionsGetCall)IfNoneMatch¶
func (c *OrganizationsApisRevisionsGetCall) IfNoneMatch(entityTagstring) *OrganizationsApisRevisionsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsApisRevisionsService¶
type OrganizationsApisRevisionsService struct {Deployments *OrganizationsApisRevisionsDeploymentsService// contains filtered or unexported fields}funcNewOrganizationsApisRevisionsService¶
func NewOrganizationsApisRevisionsService(s *Service) *OrganizationsApisRevisionsService
func (*OrganizationsApisRevisionsService)Delete¶
func (r *OrganizationsApisRevisionsService) Delete(namestring) *OrganizationsApisRevisionsDeleteCall
Delete: Deletes an API proxy revision and all policies, resources,endpoints, and revisions associated with it. The API proxy revision must beundeployed before you can delete it.
- name: API proxy revision in the following format:`organizations/{org}/apis/{api}/revisions/{rev}` If the API Proxy resourcehas the `space` attribute set, IAM permissions are checked against theSpace resource path. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisRevisionsService)Get¶
func (r *OrganizationsApisRevisionsService) Get(namestring) *OrganizationsApisRevisionsGetCall
Get: Gets an API proxy revision. To download the API proxy configurationbundle for the specified revision as a zip file, set the `format` queryparameter to `bundle`. If you are using curl, specify `-o filename.zip` tosave the output to a file; otherwise, it displays to `stdout`. Then, developthe API proxy configuration locally and upload the updated API proxyconfiguration revision, as described in updateApiProxyRevision(updateApiProxyRevision).
- name: API proxy revision in the following format:`organizations/{org}/apis/{api}/revisions/{rev}` If the API Proxy resourcehas the `space` attribute set, IAM permissions are checked against theSpace resource path. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisRevisionsService)UpdateApiProxyRevision¶
func (r *OrganizationsApisRevisionsService) UpdateApiProxyRevision(namestring, googleapihttpbody *GoogleApiHttpBody) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
UpdateApiProxyRevision: Updates an existing API proxy revision by uploadingthe API proxy configuration bundle as a zip file from your local machine.You can update only API proxy revisions that have never been deployed. Afterdeployment, an API proxy revision becomes immutable, even if it isundeployed. 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}` If the API Proxy resourcehas the `space` attribute set, IAM permissions are checked against theSpace resource path. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsApisRevisionsUpdateApiProxyRevisionCall¶
type OrganizationsApisRevisionsUpdateApiProxyRevisionCall struct {// contains filtered or unexported fields}func (*OrganizationsApisRevisionsUpdateApiProxyRevisionCall)Context¶
func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Context(ctxcontext.Context) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsApisRevisionsUpdateApiProxyRevisionCall)Do¶
func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiProxyRevision,error)
Do executes the "apigee.organizations.apis.revisions.updateApiProxyRevision" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiProxyRevision.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsApisRevisionsUpdateApiProxyRevisionCall)Fields¶
func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Fields(s ...googleapi.Field) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsApisRevisionsUpdateApiProxyRevisionCall)Header¶
func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsApisRevisionsUpdateApiProxyRevisionCall)Validate¶
func (c *OrganizationsApisRevisionsUpdateApiProxyRevisionCall) Validate(validatebool) *OrganizationsApisRevisionsUpdateApiProxyRevisionCall
Validate sets the optional parameter "validate": Ignored. All uploads arevalidated regardless of the value of this field. Maintained forcompatibility with Apigee Edge API.
typeOrganizationsApisService¶
type OrganizationsApisService struct {Debugsessions *OrganizationsApisDebugsessionsServiceDeployments *OrganizationsApisDeploymentsServiceKeyvaluemaps *OrganizationsApisKeyvaluemapsServiceRevisions *OrganizationsApisRevisionsService// contains filtered or unexported fields}funcNewOrganizationsApisService¶
func NewOrganizationsApisService(s *Service) *OrganizationsApisService
func (*OrganizationsApisService)Create¶
func (r *OrganizationsApisService) Create(parentstring, googleapihttpbody *GoogleApiHttpBody) *OrganizationsApisCreateCall
Create: Creates an API proxy. The API proxy created will not be accessibleat runtime until it is deployed to an environment. Create a new API proxy bysetting the `name` query parameter to the name of the API proxy. Import anAPI proxy configuration bundle stored in zip format on your local machine toyour organization by doing the following: * Set the `name` query parameterto the name of the API proxy. * Set the `action` query parameter to`import`. * Set the `Content-Type` header to `multipart/form-data`. * Passas a file the name of API proxy configuration bundle stored in zip format onyour local machine using the `file` form field. **Note**: To validate theAPI proxy configuration bundle only without importing it, set the `action`query parameter to `validate`. When importing an API proxy configurationbundle, if the API proxy does not exist, it will be created. If the APIproxy exists, then a new revision is created. Invalid API proxyconfigurations are rejected, and a list of validation errors is returned tothe client.
- parent: Name of the organization in the following format:`organizations/{org}` If the API Proxy resource has the `space` attributeset, IAM permissions are checked against the Space resource path. To learnmore, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisService)Delete¶
func (r *OrganizationsApisService) Delete(namestring) *OrganizationsApisDeleteCall
Delete: Deletes an API proxy and all associated endpoints, policies,resources, and revisions. The API proxy must be undeployed before you candelete it.
- name: Name of the API proxy in the following format:`organizations/{org}/apis/{api}` If the API Proxy resource has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisService)Get¶
func (r *OrganizationsApisService) Get(namestring) *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}` If the API Proxy resource has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisService)List¶
func (r *OrganizationsApisService) List(parentstring) *OrganizationsApisListCall
List: Lists the names of all API proxies in an organization. The namesreturned correspond to the names defined in the configuration files for eachAPI proxy. If the resource has the `space` attribute set, the response maynot return all resources. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
- parent: Name of the organization in the following format:`organizations/{org}` If the resource has the `space` attribute set, IAMpermissions are checked against the Space resource path. To learn more,read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsApisService)Move¶added inv0.225.0
func (r *OrganizationsApisService) Move(namestring, googlecloudapigeev1moveapiproxyrequest *GoogleCloudApigeeV1MoveApiProxyRequest) *OrganizationsApisMoveCall
Move: Moves an API proxy to a different space.
- name: API proxy to move in the following format:`organizations/{org}/apis/{api}`.
func (*OrganizationsApisService)Patch¶added inv0.55.0
func (r *OrganizationsApisService) Patch(namestring, googlecloudapigeev1apiproxy *GoogleCloudApigeeV1ApiProxy) *OrganizationsApisPatchCall
Patch: Updates an existing API proxy.
- name: API proxy to update in the following format:`organizations/{org}/apis/{api}` If the resource has the `space` attributeset, IAM permissions are checked against the Space resource path. To learnmore, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsAppgroupsAppsCreateCall¶added inv0.130.0
type OrganizationsAppgroupsAppsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsAppsCreateCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsCreateCall) Context(ctxcontext.Context) *OrganizationsAppgroupsAppsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsAppsCreateCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupApp,error)
Do executes the "apigee.organizations.appgroups.apps.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroupApp.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsAppsCreateCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsCreateCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsAppsCreateCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAppgroupsAppsDeleteCall¶added inv0.130.0
type OrganizationsAppgroupsAppsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsAppsDeleteCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsDeleteCall) Context(ctxcontext.Context) *OrganizationsAppgroupsAppsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsAppsDeleteCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupApp,error)
Do executes the "apigee.organizations.appgroups.apps.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroupApp.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsAppsDeleteCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsAppsDeleteCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAppgroupsAppsGetCall¶added inv0.130.0
type OrganizationsAppgroupsAppsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsAppsGetCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsGetCall) Context(ctxcontext.Context) *OrganizationsAppgroupsAppsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsAppsGetCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupApp,error)
Do executes the "apigee.organizations.appgroups.apps.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroupApp.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsAppsGetCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsGetCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsAppsGetCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsAppgroupsAppsGetCall)IfNoneMatch¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsGetCall) IfNoneMatch(entityTagstring) *OrganizationsAppgroupsAppsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsAppgroupsAppsKeysApiproductsDeleteCall¶added inv0.130.0
type OrganizationsAppgroupsAppsKeysApiproductsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsAppsKeysApiproductsDeleteCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall) Context(ctxcontext.Context) *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsAppsKeysApiproductsDeleteCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupAppKey,error)
Do executes the "apigee.organizations.appgroups.apps.keys.apiproducts.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroupAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsAppsKeysApiproductsDeleteCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsAppsKeysApiproductsDeleteCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAppgroupsAppsKeysApiproductsService¶added inv0.130.0
type OrganizationsAppgroupsAppsKeysApiproductsService struct {// contains filtered or unexported fields}funcNewOrganizationsAppgroupsAppsKeysApiproductsService¶added inv0.130.0
func NewOrganizationsAppgroupsAppsKeysApiproductsService(s *Service) *OrganizationsAppgroupsAppsKeysApiproductsService
func (*OrganizationsAppgroupsAppsKeysApiproductsService)Delete¶added inv0.130.0
func (r *OrganizationsAppgroupsAppsKeysApiproductsService) Delete(namestring) *OrganizationsAppgroupsAppsKeysApiproductsDeleteCall
Delete: Removes an API product from an app's consumer key. After the APIproduct is removed, the app cannot access the API resources defined in thatAPI product. **Note**: The consumer key is not removed, only its associationwith the API product.
- name: Parent of the AppGroup app key. Use the following structure in yourrequest:`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}/apiproducts/{apiproduct}`.
func (*OrganizationsAppgroupsAppsKeysApiproductsService)UpdateAppGroupAppKeyApiProduct¶added inv0.130.0
func (r *OrganizationsAppgroupsAppsKeysApiproductsService) UpdateAppGroupAppKeyApiProduct(namestring) *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall
UpdateAppGroupAppKeyApiProduct: Approves or revokes the consumer key for anAPI product. After a consumer key is approved, the app can use it to accessAPIs. A consumer key that is revoked or pending cannot be used to access anAPI. Any access tokens associated with a revoked consumer key will remainactive. 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 followingformat:`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}/apiproducts/{apiproduct}`.
typeOrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall¶added inv0.130.0
type OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall)Action¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall) Action(actionstring) *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall
Action sets the optional parameter "action": Approve or revoke the consumerkey by setting this value to `approve` or `revoke` respectively. The`Content-Type` header, if set, must be set to `application/octet-stream`,with empty body.
func (*OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall) Context(ctxcontext.Context) *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.appgroups.apps.keys.apiproducts.updateAppGroupAppKeyApiProduct" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysApiproductsUpdateAppGroupAppKeyApiProductCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAppgroupsAppsKeysCreateCall¶added inv0.130.0
type OrganizationsAppgroupsAppsKeysCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsAppsKeysCreateCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysCreateCall) Context(ctxcontext.Context) *OrganizationsAppgroupsAppsKeysCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsAppsKeysCreateCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupAppKey,error)
Do executes the "apigee.organizations.appgroups.apps.keys.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroupAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsAppsKeysCreateCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysCreateCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsAppsKeysCreateCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAppgroupsAppsKeysDeleteCall¶added inv0.130.0
type OrganizationsAppgroupsAppsKeysDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsAppsKeysDeleteCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysDeleteCall) Context(ctxcontext.Context) *OrganizationsAppgroupsAppsKeysDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsAppsKeysDeleteCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupAppKey,error)
Do executes the "apigee.organizations.appgroups.apps.keys.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroupAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsAppsKeysDeleteCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysDeleteCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsAppsKeysDeleteCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAppgroupsAppsKeysGetCall¶added inv0.130.0
type OrganizationsAppgroupsAppsKeysGetCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsAppsKeysGetCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysGetCall) Context(ctxcontext.Context) *OrganizationsAppgroupsAppsKeysGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsAppsKeysGetCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupAppKey,error)
Do executes the "apigee.organizations.appgroups.apps.keys.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroupAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsAppsKeysGetCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysGetCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsAppsKeysGetCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsAppgroupsAppsKeysGetCall)IfNoneMatch¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysGetCall) IfNoneMatch(entityTagstring) *OrganizationsAppgroupsAppsKeysGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsAppgroupsAppsKeysService¶added inv0.130.0
type OrganizationsAppgroupsAppsKeysService struct {Apiproducts *OrganizationsAppgroupsAppsKeysApiproductsService// contains filtered or unexported fields}funcNewOrganizationsAppgroupsAppsKeysService¶added inv0.130.0
func NewOrganizationsAppgroupsAppsKeysService(s *Service) *OrganizationsAppgroupsAppsKeysService
func (*OrganizationsAppgroupsAppsKeysService)Create¶added inv0.130.0
func (r *OrganizationsAppgroupsAppsKeysService) Create(parentstring, googlecloudapigeev1appgroupappkey *GoogleCloudApigeeV1AppGroupAppKey) *OrganizationsAppgroupsAppsKeysCreateCall
Create: Creates a custom consumer key and secret for a AppGroup app. This isparticularly useful if you want to migrate existing consumer keys andsecrets to Apigee from another system. Consumer keys and secrets can containletters, numbers, underscores, and hyphens. No other special characters areallowed. To avoid service disruptions, a consumer key and secret should notexceed 2 KBs each. **Note**: When creating the consumer key and secret, anassociation to API products will not be made. Therefore, you should notspecify the associated API products in your request. Instead, use theUpdateAppGroupAppKey API to make the association after the consumer key andsecret are created. If a consumer key and secret already exist, you can keepthem or delete them using the DeleteAppGroupAppKey API.
- parent: Parent of the AppGroup app key. Use the following structure inyour request:`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys`.
func (*OrganizationsAppgroupsAppsKeysService)Delete¶added inv0.130.0
func (r *OrganizationsAppgroupsAppsKeysService) Delete(namestring) *OrganizationsAppgroupsAppsKeysDeleteCall
Delete: Deletes an app's consumer key and removes all API productsassociated with the app. After the consumer key is deleted, it cannot beused to access any APIs.
- name: Name of the AppGroup app key. Use the following structure in yourrequest:`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}`.
func (*OrganizationsAppgroupsAppsKeysService)Get¶added inv0.130.0
func (r *OrganizationsAppgroupsAppsKeysService) Get(namestring) *OrganizationsAppgroupsAppsKeysGetCall
Get: Gets details for a consumer key for a AppGroup app, including the keyand secret value, associated API products, and other information.
- name: Name of the AppGroup app key. Use the following structure in yourrequest:`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}`.
func (*OrganizationsAppgroupsAppsKeysService)UpdateAppGroupAppKey¶added inv0.130.0
func (r *OrganizationsAppgroupsAppsKeysService) UpdateAppGroupAppKey(namestring, googlecloudapigeev1updateappgroupappkeyrequest *GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest) *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall
UpdateAppGroupAppKey: Adds an API product to an AppGroupAppKey, enabling theapp that holds the key to access the API resources bundled in the APIproduct. In addition, you can add attributes and scopes to theAppGroupAppKey. This API replaces the existing attributes with thosespecified in the request. Include or exclude any existing attributes thatyou want to retain or delete, respectively. You can use the same key toaccess all API products associated with the app.
- name: Name of the AppGroup app key. Use the following structure in yourrequest:`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}`.
typeOrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall¶added inv0.130.0
type OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall) Context(ctxcontext.Context) *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupAppKey,error)
Do executes the "apigee.organizations.appgroups.apps.keys.updateAppGroupAppKey" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroupAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsKeysUpdateAppGroupAppKeyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAppgroupsAppsListCall¶added inv0.130.0
type OrganizationsAppgroupsAppsListCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsAppsListCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsListCall) Context(ctxcontext.Context) *OrganizationsAppgroupsAppsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsAppsListCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAppGroupAppsResponse,error)
Do executes the "apigee.organizations.appgroups.apps.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListAppGroupAppsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsAppsListCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsListCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsAppsListCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsAppgroupsAppsListCall)IfNoneMatch¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsListCall) IfNoneMatch(entityTagstring) *OrganizationsAppgroupsAppsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsAppgroupsAppsListCall)PageSize¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsListCall) PageSize(pageSizeint64) *OrganizationsAppgroupsAppsListCall
PageSize sets the optional parameter "pageSize": Maximum number entries toreturn. If unspecified, at most 1000 entries will be returned.
func (*OrganizationsAppgroupsAppsListCall)PageToken¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsListCall) PageToken(pageTokenstring) *OrganizationsAppgroupsAppsListCall
PageToken sets the optional parameter "pageToken": Page token. If provides,must be a valid AppGroup app returned from a previous call that can be usedto retrieve the next page.
func (*OrganizationsAppgroupsAppsListCall)Pages¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListAppGroupAppsResponse)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.
typeOrganizationsAppgroupsAppsService¶added inv0.130.0
type OrganizationsAppgroupsAppsService struct {Keys *OrganizationsAppgroupsAppsKeysService// contains filtered or unexported fields}funcNewOrganizationsAppgroupsAppsService¶added inv0.130.0
func NewOrganizationsAppgroupsAppsService(s *Service) *OrganizationsAppgroupsAppsService
func (*OrganizationsAppgroupsAppsService)Create¶added inv0.130.0
func (r *OrganizationsAppgroupsAppsService) Create(parentstring, googlecloudapigeev1appgroupapp *GoogleCloudApigeeV1AppGroupApp) *OrganizationsAppgroupsAppsCreateCall
Create: Creates an app and associates it with an AppGroup. This APIassociates the AppGroup app with the specified API product andauto-generates an API key for the app to use in calls to API proxies insidethat API product. The `name` is the unique ID of the app that you can use inAPI calls.
- parent: Name of the AppGroup. Use the following structure in your request:`organizations/{org}/appgroups/{app_group_name}`.
func (*OrganizationsAppgroupsAppsService)Delete¶added inv0.130.0
func (r *OrganizationsAppgroupsAppsService) Delete(namestring) *OrganizationsAppgroupsAppsDeleteCall
Delete: Deletes an AppGroup app. **Note**: The delete operation isasynchronous. The AppGroup app is deleted immediately, but its associatedresources, such as app keys or access tokens, may take anywhere from a fewseconds to a few minutes to be deleted.
- name: Name of the AppGroup app. Use the following structure in yourrequest: `organizations/{org}/appgroups/{app_group_name}/apps/{app}`.
func (*OrganizationsAppgroupsAppsService)Get¶added inv0.130.0
func (r *OrganizationsAppgroupsAppsService) Get(namestring) *OrganizationsAppgroupsAppsGetCall
Get: Returns the details for an AppGroup app.
- name: Name of the AppGroup app. Use the following structure in yourrequest: `organizations/{org}/appgroups/{app_group_name}/apps/{app}`.
func (*OrganizationsAppgroupsAppsService)List¶added inv0.130.0
func (r *OrganizationsAppgroupsAppsService) List(parentstring) *OrganizationsAppgroupsAppsListCall
List: Lists all apps created by an AppGroup in an Apigee organization.Optionally, you can request an expanded view of the AppGroup apps. Lists allAppGroupApps in an AppGroup. A maximum of 1000 AppGroup apps are returned inthe response if PageSize is not specified, or if the PageSize is greaterthan 1000.
- parent: Name of the AppGroup. Use the following structure in your request:`organizations/{org}/appgroups/{app_group_name}`.
func (*OrganizationsAppgroupsAppsService)Update¶added inv0.130.0
func (r *OrganizationsAppgroupsAppsService) Update(namestring, googlecloudapigeev1appgroupapp *GoogleCloudApigeeV1AppGroupApp) *OrganizationsAppgroupsAppsUpdateCall
Update: Updates the details for an AppGroup app. In addition, you can add anAPI product to an AppGroup app and automatically generate an API key for theapp to use when calling APIs in the API product. If you want to use anexisting API key for the API product, add the API product to the API keyusing the UpdateAppGroupAppKey API. Using this API, you cannot update theapp name, as it is the primary key used to identify the app and cannot bechanged. This API replaces the existing attributes with those specified inthe request. Include or exclude any existing attributes that you want toretain or delete, respectively.
- name: Name of the AppGroup app. Use the following structure in yourrequest: `organizations/{org}/appgroups/{app_group_name}/apps/{app}`.
typeOrganizationsAppgroupsAppsUpdateCall¶added inv0.130.0
type OrganizationsAppgroupsAppsUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsAppsUpdateCall)Action¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsUpdateCall) Action(actionstring) *OrganizationsAppgroupsAppsUpdateCall
Action sets the optional parameter "action": Approve or revoke the consumerkey by setting this value to `approve` or `revoke`. The `Content-Type`header must be set to `application/octet-stream`, with empty body.
func (*OrganizationsAppgroupsAppsUpdateCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsUpdateCall) Context(ctxcontext.Context) *OrganizationsAppgroupsAppsUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsAppsUpdateCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroupApp,error)
Do executes the "apigee.organizations.appgroups.apps.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroupApp.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsAppsUpdateCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsAppsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsAppsUpdateCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsAppsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAppgroupsCreateCall¶added inv0.130.0
type OrganizationsAppgroupsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsCreateCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsCreateCall) Context(ctxcontext.Context) *OrganizationsAppgroupsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsCreateCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroup,error)
Do executes the "apigee.organizations.appgroups.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroup.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsCreateCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsCreateCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsCreateCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAppgroupsDeleteCall¶added inv0.130.0
type OrganizationsAppgroupsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsDeleteCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsDeleteCall) Context(ctxcontext.Context) *OrganizationsAppgroupsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsDeleteCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroup,error)
Do executes the "apigee.organizations.appgroups.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroup.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsDeleteCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsDeleteCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAppgroupsGetCall¶added inv0.130.0
type OrganizationsAppgroupsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsGetCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsGetCall) Context(ctxcontext.Context) *OrganizationsAppgroupsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsGetCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroup,error)
Do executes the "apigee.organizations.appgroups.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroup.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsGetCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsGetCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsGetCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsAppgroupsGetCall)IfNoneMatch¶added inv0.130.0
func (c *OrganizationsAppgroupsGetCall) IfNoneMatch(entityTagstring) *OrganizationsAppgroupsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsAppgroupsListCall¶added inv0.130.0
type OrganizationsAppgroupsListCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsListCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsListCall) Context(ctxcontext.Context) *OrganizationsAppgroupsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsListCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAppGroupsResponse,error)
Do executes the "apigee.organizations.appgroups.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListAppGroupsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsListCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsListCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsListCall)Filter¶added inv0.130.0
func (c *OrganizationsAppgroupsListCall) Filter(filterstring) *OrganizationsAppgroupsListCall
Filter sets the optional parameter "filter": The filter expression to beused to get the list of AppGroups, where filtering can be done on status,channelId or channelUri of the app group. Examples: filter=status=active",filter=channelId=, filter=channelUri=
func (*OrganizationsAppgroupsListCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsAppgroupsListCall)IfNoneMatch¶added inv0.130.0
func (c *OrganizationsAppgroupsListCall) IfNoneMatch(entityTagstring) *OrganizationsAppgroupsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsAppgroupsListCall)PageSize¶added inv0.130.0
func (c *OrganizationsAppgroupsListCall) PageSize(pageSizeint64) *OrganizationsAppgroupsListCall
PageSize sets the optional parameter "pageSize": Count of AppGroups a singlepage can have in the response. If unspecified, at most 1000 AppGroups willbe returned. The maximum value is 1000; values above 1000 will be coerced to1000.
func (*OrganizationsAppgroupsListCall)PageToken¶added inv0.130.0
func (c *OrganizationsAppgroupsListCall) PageToken(pageTokenstring) *OrganizationsAppgroupsListCall
PageToken sets the optional parameter "pageToken": The starting index recordfor listing the AppGroups.
func (*OrganizationsAppgroupsListCall)Pages¶added inv0.130.0
func (c *OrganizationsAppgroupsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListAppGroupsResponse)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.
typeOrganizationsAppgroupsService¶added inv0.130.0
type OrganizationsAppgroupsService struct {Apps *OrganizationsAppgroupsAppsService// contains filtered or unexported fields}funcNewOrganizationsAppgroupsService¶added inv0.130.0
func NewOrganizationsAppgroupsService(s *Service) *OrganizationsAppgroupsService
func (*OrganizationsAppgroupsService)Create¶added inv0.130.0
func (r *OrganizationsAppgroupsService) Create(parentstring, googlecloudapigeev1appgroup *GoogleCloudApigeeV1AppGroup) *OrganizationsAppgroupsCreateCall
Create: Creates an AppGroup. Once created, user can register apps under theAppGroup to obtain secret key and password. At creation time, the AppGroup'sstate is set as `active`.
- parent: Name of the Apigee organization in which the AppGroup is created.Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsAppgroupsService)Delete¶added inv0.130.0
func (r *OrganizationsAppgroupsService) Delete(namestring) *OrganizationsAppgroupsDeleteCall
Delete: Deletes an AppGroup. All app and API keys associations with theAppGroup are also removed. **Warning**: This API will permanently delete theAppGroup and related artifacts. **Note**: The delete operation isasynchronous. The AppGroup is deleted immediately, but its associatedresources, such as apps and API keys, may take anywhere from a few secondsto a few minutes to be deleted.
- name: Name of the AppGroup. Use the following structure in your request:`organizations/{org}/appgroups/{app_group_name}`.
func (*OrganizationsAppgroupsService)Get¶added inv0.130.0
func (r *OrganizationsAppgroupsService) Get(namestring) *OrganizationsAppgroupsGetCall
Get: Returns the AppGroup details for the provided AppGroup name in therequest URI.
- name: Name of the AppGroup. Use the following structure in your request:`organizations/{org}/appgroups/{app_group_name}`.
func (*OrganizationsAppgroupsService)List¶added inv0.130.0
func (r *OrganizationsAppgroupsService) List(parentstring) *OrganizationsAppgroupsListCall
List: Lists all AppGroups in an organization. A maximum of 1000 AppGroupsare returned in the response if PageSize is not specified, or if thePageSize is greater than 1000.
- parent: Name of the Apigee organization. Use the following structure inyour request: `organizations/{org}`.
func (*OrganizationsAppgroupsService)Update¶added inv0.130.0
func (r *OrganizationsAppgroupsService) Update(namestring, googlecloudapigeev1appgroup *GoogleCloudApigeeV1AppGroup) *OrganizationsAppgroupsUpdateCall
Update: Updates an AppGroup. This API replaces the existing AppGroup detailswith those specified in the request. Include or exclude any existing detailsthat you want to retain or delete, respectively. Note that the state of theAppGroup should be updated using `action`, and not via AppGroup.
- name: Name of the AppGroup. Use the following structure in your request:`organizations/{org}/appgroups/{app_group_name}`.
typeOrganizationsAppgroupsUpdateCall¶added inv0.130.0
type OrganizationsAppgroupsUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsAppgroupsUpdateCall)Action¶added inv0.130.0
func (c *OrganizationsAppgroupsUpdateCall) Action(actionstring) *OrganizationsAppgroupsUpdateCall
Action sets the optional parameter "action": Activate or de-activate theAppGroup by setting the action as `active` or `inactive`. The `Content-Type`header must be set to `application/octet-stream`, with empty body.
func (*OrganizationsAppgroupsUpdateCall)Context¶added inv0.130.0
func (c *OrganizationsAppgroupsUpdateCall) Context(ctxcontext.Context) *OrganizationsAppgroupsUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppgroupsUpdateCall)Do¶added inv0.130.0
func (c *OrganizationsAppgroupsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AppGroup,error)
Do executes the "apigee.organizations.appgroups.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AppGroup.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppgroupsUpdateCall)Fields¶added inv0.130.0
func (c *OrganizationsAppgroupsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsAppgroupsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppgroupsUpdateCall)Header¶added inv0.130.0
func (c *OrganizationsAppgroupsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsAppsGetCall¶
type OrganizationsAppsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsAppsGetCall)Context¶
func (c *OrganizationsAppsGetCall) Context(ctxcontext.Context) *OrganizationsAppsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppsGetCall)Do¶
func (c *OrganizationsAppsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1App,error)
Do executes the "apigee.organizations.apps.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1App.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsAppsGetCall)Fields¶
func (c *OrganizationsAppsGetCall) Fields(s ...googleapi.Field) *OrganizationsAppsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppsGetCall)Header¶
func (c *OrganizationsAppsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsAppsGetCall)IfNoneMatch¶
func (c *OrganizationsAppsGetCall) IfNoneMatch(entityTagstring) *OrganizationsAppsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsAppsListCall¶
type OrganizationsAppsListCall struct {// contains filtered or unexported fields}func (*OrganizationsAppsListCall)ApiProduct¶
func (c *OrganizationsAppsListCall) ApiProduct(apiProductstring) *OrganizationsAppsListCall
ApiProduct sets the optional parameter "apiProduct": API product.
func (*OrganizationsAppsListCall)Apptype¶
func (c *OrganizationsAppsListCall) Apptype(apptypestring) *OrganizationsAppsListCall
Apptype sets the optional parameter "apptype": 'apptype' is no longeravailable. Use a 'filter' instead.
func (*OrganizationsAppsListCall)Context¶
func (c *OrganizationsAppsListCall) Context(ctxcontext.Context) *OrganizationsAppsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsAppsListCall)Do¶
func (c *OrganizationsAppsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAppsResponse,error)
Do executes the "apigee.organizations.apps.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListAppsResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsAppsListCall)Expand¶
func (c *OrganizationsAppsListCall) Expand(expandbool) *OrganizationsAppsListCall
Expand sets the optional parameter "expand": Flag that specifies whether toreturn 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. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsAppsListCall)Filter¶added inv0.130.0
func (c *OrganizationsAppsListCall) Filter(filterstring) *OrganizationsAppsListCall
Filter sets the optional parameter "filter": The filter expression to beused to get the list of apps, where filtering can be done on developerEmail,apiProduct, consumerKey, status, appId, appName, appType and appGroup.Examples: "developerEmail=foo@bar.com", "appType=AppGroup", or"appType=Developer" "filter" is supported from ver 1.10.0 and above.
func (*OrganizationsAppsListCall)Header¶
func (c *OrganizationsAppsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsAppsListCall)Ids¶
func (c *OrganizationsAppsListCall) Ids(idsstring) *OrganizationsAppsListCall
Ids sets the optional parameter "ids": Comma-separated list of app IDs onwhich to filter.
func (*OrganizationsAppsListCall)IfNoneMatch¶
func (c *OrganizationsAppsListCall) IfNoneMatch(entityTagstring) *OrganizationsAppsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsAppsListCall)IncludeCred¶
func (c *OrganizationsAppsListCall) IncludeCred(includeCredbool) *OrganizationsAppsListCall
IncludeCred sets the optional parameter "includeCred": Flag that specifieswhether to include credentials in the response.
func (*OrganizationsAppsListCall)KeyStatus¶
func (c *OrganizationsAppsListCall) KeyStatus(keyStatusstring) *OrganizationsAppsListCall
KeyStatus sets the optional parameter "keyStatus": Key status of the app.Valid values include `approved` or `revoked`. Defaults to `approved`.
func (*OrganizationsAppsListCall)PageSize¶added inv0.130.0
func (c *OrganizationsAppsListCall) PageSize(pageSizeint64) *OrganizationsAppsListCall
PageSize sets the optional parameter "pageSize": Count of apps a single pagecan have in the response. If unspecified, at most 1000 apps will bereturned. The maximum value is 1000; values above 1000 will be coerced to1000. "page_size" is supported from ver 1.10.0 and above.
func (*OrganizationsAppsListCall)PageToken¶added inv0.130.0
func (c *OrganizationsAppsListCall) PageToken(pageTokenstring) *OrganizationsAppsListCall
PageToken sets the optional parameter "pageToken": The starting index recordfor listing the developers. "page_token" is supported from ver 1.10.0 andabove.
func (*OrganizationsAppsListCall)Pages¶added inv0.130.0
func (c *OrganizationsAppsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListAppsResponse)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.
func (*OrganizationsAppsListCall)Rows¶
func (c *OrganizationsAppsListCall) Rows(rowsint64) *OrganizationsAppsListCall
Rows sets the optional parameter "rows": Maximum number of app IDs toreturn. Defaults to 1000, which is also the upper limit. To get more than1000, use pagination with 'pageSize' and 'pageToken' parameters.
func (*OrganizationsAppsListCall)StartKey¶
func (c *OrganizationsAppsListCall) StartKey(startKeystring) *OrganizationsAppsListCall
StartKey sets the optional parameter "startKey": Returns the list of appsstarting from the specified app ID.
func (*OrganizationsAppsListCall)Status¶
func (c *OrganizationsAppsListCall) Status(statusstring) *OrganizationsAppsListCall
Status sets the optional parameter "status": Filter by the status of theapp. Valid values are `approved` or `revoked`. Defaults to `approved`.
typeOrganizationsAppsService¶
type OrganizationsAppsService struct {// contains filtered or unexported fields}funcNewOrganizationsAppsService¶
func NewOrganizationsAppsService(s *Service) *OrganizationsAppsService
func (*OrganizationsAppsService)Get¶
func (r *OrganizationsAppsService) Get(namestring) *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(parentstring) *OrganizationsAppsListCall
List: Lists IDs of apps within an organization that have the specified appstatus (approved or revoked) or are of the specified app type (developer orcompany).
- parent: Resource path of the parent in the following format:`organizations/{org}`.
typeOrganizationsCreateCall¶
type OrganizationsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsCreateCall)Context¶
func (c *OrganizationsCreateCall) Context(ctxcontext.Context) *OrganizationsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsCreateCall)Do¶
func (c *OrganizationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsCreateCall)Fields¶
func (c *OrganizationsCreateCall) Fields(s ...googleapi.Field) *OrganizationsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsCreateCall)Header¶
func (c *OrganizationsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsCreateCall)Parent¶
func (c *OrganizationsCreateCall) Parent(parentstring) *OrganizationsCreateCall
Parent sets the optional parameter "parent": Required. Name of the GoogleCloud project in which to associate the Apigee organization. Pass theinformation as a query parameter using the following structure in yourrequest: `projects/`
typeOrganizationsDatacollectorsCreateCall¶added inv0.36.0
type OrganizationsDatacollectorsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsDatacollectorsCreateCall)Context¶added inv0.36.0
func (c *OrganizationsDatacollectorsCreateCall) Context(ctxcontext.Context) *OrganizationsDatacollectorsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDatacollectorsCreateCall)DataCollectorId¶added inv0.36.0
func (c *OrganizationsDatacollectorsCreateCall) DataCollectorId(dataCollectorIdstring) *OrganizationsDatacollectorsCreateCall
DataCollectorId sets the optional parameter "dataCollectorId": ID of thedata collector. Overrides any ID in the data collector resource. Must be astring beginning with `dc_` that contains only letters, numbers, andunderscores.
func (*OrganizationsDatacollectorsCreateCall)Do¶added inv0.36.0
func (c *OrganizationsDatacollectorsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DataCollector,error)
Do executes the "apigee.organizations.datacollectors.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DataCollector.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDatacollectorsCreateCall)Fields¶added inv0.36.0
func (c *OrganizationsDatacollectorsCreateCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDatacollectorsCreateCall)Header¶added inv0.36.0
func (c *OrganizationsDatacollectorsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDatacollectorsDeleteCall¶added inv0.36.0
type OrganizationsDatacollectorsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsDatacollectorsDeleteCall)Context¶added inv0.36.0
func (c *OrganizationsDatacollectorsDeleteCall) Context(ctxcontext.Context) *OrganizationsDatacollectorsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDatacollectorsDeleteCall)Do¶added inv0.36.0
func (c *OrganizationsDatacollectorsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.datacollectors.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsDatacollectorsDeleteCall)Fields¶added inv0.36.0
func (c *OrganizationsDatacollectorsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDatacollectorsDeleteCall)Header¶added inv0.36.0
func (c *OrganizationsDatacollectorsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDatacollectorsGetCall¶added inv0.36.0
type OrganizationsDatacollectorsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsDatacollectorsGetCall)Context¶added inv0.36.0
func (c *OrganizationsDatacollectorsGetCall) Context(ctxcontext.Context) *OrganizationsDatacollectorsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDatacollectorsGetCall)Do¶added inv0.36.0
func (c *OrganizationsDatacollectorsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DataCollector,error)
Do executes the "apigee.organizations.datacollectors.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DataCollector.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDatacollectorsGetCall)Fields¶added inv0.36.0
func (c *OrganizationsDatacollectorsGetCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDatacollectorsGetCall)Header¶added inv0.36.0
func (c *OrganizationsDatacollectorsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDatacollectorsGetCall)IfNoneMatch¶added inv0.36.0
func (c *OrganizationsDatacollectorsGetCall) IfNoneMatch(entityTagstring) *OrganizationsDatacollectorsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsDatacollectorsListCall¶added inv0.36.0
type OrganizationsDatacollectorsListCall struct {// contains filtered or unexported fields}func (*OrganizationsDatacollectorsListCall)Context¶added inv0.36.0
func (c *OrganizationsDatacollectorsListCall) Context(ctxcontext.Context) *OrganizationsDatacollectorsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDatacollectorsListCall)Do¶added inv0.36.0
func (c *OrganizationsDatacollectorsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDataCollectorsResponse,error)
Do executes the "apigee.organizations.datacollectors.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDataCollectorsResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDatacollectorsListCall)Fields¶added inv0.36.0
func (c *OrganizationsDatacollectorsListCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDatacollectorsListCall)Header¶added inv0.36.0
func (c *OrganizationsDatacollectorsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDatacollectorsListCall)IfNoneMatch¶added inv0.36.0
func (c *OrganizationsDatacollectorsListCall) IfNoneMatch(entityTagstring) *OrganizationsDatacollectorsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsDatacollectorsListCall)PageSize¶added inv0.36.0
func (c *OrganizationsDatacollectorsListCall) PageSize(pageSizeint64) *OrganizationsDatacollectorsListCall
PageSize sets the optional parameter "pageSize": Maximum number of datacollectors to return. The page size defaults to 25.
func (*OrganizationsDatacollectorsListCall)PageToken¶added inv0.36.0
func (c *OrganizationsDatacollectorsListCall) PageToken(pageTokenstring) *OrganizationsDatacollectorsListCall
PageToken sets the optional parameter "pageToken": Page token, returned froma previous ListDataCollectors call, that you can use to retrieve the nextpage.
func (*OrganizationsDatacollectorsListCall)Pages¶added inv0.36.0
func (c *OrganizationsDatacollectorsListCall) Pages(ctxcontext.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.
typeOrganizationsDatacollectorsPatchCall¶added inv0.36.0
type OrganizationsDatacollectorsPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsDatacollectorsPatchCall)Context¶added inv0.36.0
func (c *OrganizationsDatacollectorsPatchCall) Context(ctxcontext.Context) *OrganizationsDatacollectorsPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDatacollectorsPatchCall)Do¶added inv0.36.0
func (c *OrganizationsDatacollectorsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DataCollector,error)
Do executes the "apigee.organizations.datacollectors.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DataCollector.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDatacollectorsPatchCall)Fields¶added inv0.36.0
func (c *OrganizationsDatacollectorsPatchCall) Fields(s ...googleapi.Field) *OrganizationsDatacollectorsPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDatacollectorsPatchCall)Header¶added inv0.36.0
func (c *OrganizationsDatacollectorsPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDatacollectorsPatchCall)UpdateMask¶added inv0.36.0
func (c *OrganizationsDatacollectorsPatchCall) UpdateMask(updateMaskstring) *OrganizationsDatacollectorsPatchCall
UpdateMask sets the optional parameter "updateMask": List of fields to beupdated.
typeOrganizationsDatacollectorsService¶added inv0.36.0
type OrganizationsDatacollectorsService struct {// contains filtered or unexported fields}funcNewOrganizationsDatacollectorsService¶added inv0.36.0
func NewOrganizationsDatacollectorsService(s *Service) *OrganizationsDatacollectorsService
func (*OrganizationsDatacollectorsService)Create¶added inv0.36.0
func (r *OrganizationsDatacollectorsService) Create(parentstring, googlecloudapigeev1datacollector *GoogleCloudApigeeV1DataCollector) *OrganizationsDatacollectorsCreateCall
Create: Creates a new data collector.
- parent: Name of the organization in which to create the data collector inthe following format: `organizations/{org}`.
func (*OrganizationsDatacollectorsService)Delete¶added inv0.36.0
func (r *OrganizationsDatacollectorsService) Delete(namestring) *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¶added inv0.36.0
func (r *OrganizationsDatacollectorsService) Get(namestring) *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¶added inv0.36.0
func (r *OrganizationsDatacollectorsService) List(parentstring) *OrganizationsDatacollectorsListCall
List: Lists all data collectors.
- parent: Name of the organization for which to list data collectors in thefollowing format: `organizations/{org}`.
func (*OrganizationsDatacollectorsService)Patch¶added inv0.36.0
func (r *OrganizationsDatacollectorsService) Patch(namestring, googlecloudapigeev1datacollector *GoogleCloudApigeeV1DataCollector) *OrganizationsDatacollectorsPatchCall
Patch: Updates a data collector.
- name: Name of the data collector in the following format:`organizations/{org}/datacollectors/{data_collector_id}`.
typeOrganizationsDeleteCall¶added inv0.37.0
type OrganizationsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsDeleteCall)Context¶added inv0.37.0
func (c *OrganizationsDeleteCall) Context(ctxcontext.Context) *OrganizationsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDeleteCall)Do¶added inv0.37.0
func (c *OrganizationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDeleteCall)Fields¶added inv0.37.0
func (c *OrganizationsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDeleteCall)Header¶added inv0.37.0
func (c *OrganizationsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDeleteCall)Retention¶added inv0.80.0
func (c *OrganizationsDeleteCall) Retention(retentionstring) *OrganizationsDeleteCall
Retention sets the optional parameter "retention": This setting isapplicable only for organizations that are soft-deleted (i.e., BillingTypeis not EVALUATION). It controls how long Organization data will be retainedafter the initial delete operation completes. During this period, theOrganization may be restored to its last known state. After this period, theOrganization will no longer be able to be restored. **Note: During the dataretention period specified using this field, the Apigee organization cannotbe recreated in the same Google Cloud project.**
Possible values:
"DELETION_RETENTION_UNSPECIFIED" - Default data retention setting of seven
days will be applied.
"MINIMUM" - Organization data will be retained for the minimum period of
24 hours.
typeOrganizationsDeploymentsListCall¶
type OrganizationsDeploymentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsDeploymentsListCall)Context¶
func (c *OrganizationsDeploymentsListCall) Context(ctxcontext.Context) *OrganizationsDeploymentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDeploymentsListCall)Do¶
func (c *OrganizationsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse,error)
Do executes the "apigee.organizations.deployments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDeploymentsListCall)Fields¶
func (c *OrganizationsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsDeploymentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDeploymentsListCall)Header¶
func (c *OrganizationsDeploymentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDeploymentsListCall)IfNoneMatch¶
func (c *OrganizationsDeploymentsListCall) IfNoneMatch(entityTagstring) *OrganizationsDeploymentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsDeploymentsListCall)SharedFlows¶
func (c *OrganizationsDeploymentsListCall) SharedFlows(sharedFlowsbool) *OrganizationsDeploymentsListCall
SharedFlows sets the optional parameter "sharedFlows": Flag that specifieswhether to return shared flow or API proxy deployments. Set to `true` toreturn shared flow deployments; set to `false` to return API proxydeployments. Defaults to `false`.
typeOrganizationsDeploymentsService¶
type OrganizationsDeploymentsService struct {// contains filtered or unexported fields}funcNewOrganizationsDeploymentsService¶
func NewOrganizationsDeploymentsService(s *Service) *OrganizationsDeploymentsService
func (*OrganizationsDeploymentsService)List¶
func (r *OrganizationsDeploymentsService) List(parentstring) *OrganizationsDeploymentsListCall
List: Lists all deployments of API proxies or shared flows.
- parent: Name of the organization for which to return deploymentinformation in the following format: `organizations/{org}`.
typeOrganizationsDevelopersAppsAttributesCall¶
type OrganizationsDevelopersAppsAttributesCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsAttributesCall)Context¶
func (c *OrganizationsDevelopersAppsAttributesCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsAttributesCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsAttributesCall)Do¶
func (c *OrganizationsDevelopersAppsAttributesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes,error)
Do executes the "apigee.organizations.developers.apps.attributes" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsAttributesCall)Fields¶
func (c *OrganizationsDevelopersAppsAttributesCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsAttributesCall)Header¶
func (c *OrganizationsDevelopersAppsAttributesCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsAttributesDeleteCall¶
type OrganizationsDevelopersAppsAttributesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsAttributesDeleteCall)Context¶
func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsAttributesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsAttributesDeleteCall)Do¶
func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute,error)
Do executes the "apigee.organizations.developers.apps.attributes.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsAttributesDeleteCall)Fields¶
func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsAttributesDeleteCall)Header¶
func (c *OrganizationsDevelopersAppsAttributesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsAttributesGetCall¶
type OrganizationsDevelopersAppsAttributesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsAttributesGetCall)Context¶
func (c *OrganizationsDevelopersAppsAttributesGetCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsAttributesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsAttributesGetCall)Do¶
func (c *OrganizationsDevelopersAppsAttributesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute,error)
Do executes the "apigee.organizations.developers.apps.attributes.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsAttributesGetCall)Fields¶
func (c *OrganizationsDevelopersAppsAttributesGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsAttributesGetCall)Header¶
func (c *OrganizationsDevelopersAppsAttributesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersAppsAttributesGetCall)IfNoneMatch¶
func (c *OrganizationsDevelopersAppsAttributesGetCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersAppsAttributesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsDevelopersAppsAttributesListCall¶
type OrganizationsDevelopersAppsAttributesListCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsAttributesListCall)Context¶
func (c *OrganizationsDevelopersAppsAttributesListCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsAttributesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsAttributesListCall)Do¶
func (c *OrganizationsDevelopersAppsAttributesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes,error)
Do executes the "apigee.organizations.developers.apps.attributes.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsAttributesListCall)Fields¶
func (c *OrganizationsDevelopersAppsAttributesListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsAttributesListCall)Header¶
func (c *OrganizationsDevelopersAppsAttributesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersAppsAttributesListCall)IfNoneMatch¶
func (c *OrganizationsDevelopersAppsAttributesListCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersAppsAttributesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsDevelopersAppsAttributesService¶
type OrganizationsDevelopersAppsAttributesService struct {// contains filtered or unexported fields}funcNewOrganizationsDevelopersAppsAttributesService¶
func NewOrganizationsDevelopersAppsAttributesService(s *Service) *OrganizationsDevelopersAppsAttributesService
func (*OrganizationsDevelopersAppsAttributesService)Delete¶
func (r *OrganizationsDevelopersAppsAttributesService) Delete(namestring) *OrganizationsDevelopersAppsAttributesDeleteCall
Delete: Deletes a developer app attribute.
- name: Name of the developer app attribute. Use the following structure inyour request:`organizations/{org}/developers/{developer_email}/apps/{app}/attributes/{attribute}`.
func (*OrganizationsDevelopersAppsAttributesService)Get¶
func (r *OrganizationsDevelopersAppsAttributesService) Get(namestring) *OrganizationsDevelopersAppsAttributesGetCall
Get: Returns a developer app attribute.
- name: Name of the developer app attribute. Use the following structure inyour request:`organizations/{org}/developers/{developer_email}/apps/{app}/attributes/{attribute}`.
func (*OrganizationsDevelopersAppsAttributesService)List¶
func (r *OrganizationsDevelopersAppsAttributesService) List(parentstring) *OrganizationsDevelopersAppsAttributesListCall
List: Returns a list of all developer app attributes.
- parent: Name of the developer app. Use the following structure in yourrequest: `organizations/{org}/developers/{developer_email}/apps/{app}`.
func (*OrganizationsDevelopersAppsAttributesService)UpdateDeveloperAppAttribute¶
func (r *OrganizationsDevelopersAppsAttributesService) UpdateDeveloperAppAttribute(namestring, 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 least180 seconds after the entity is accessed at runtime. Therefore, an`ExpiresIn` element on the OAuthV2 policy won't be able to expire an accesstoken in less than 180 seconds.
- name: Name of the developer app attribute. Use the following structure inyour request:`organizations/{org}/developers/{developer_email}/apps/{app}/attributes/{attribute}`.
typeOrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall¶
type OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall)Context¶
func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall)Do¶
func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute,error)
Do executes the "apigee.organizations.developers.apps.attributes.updateDeveloperAppAttribute" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall)Fields¶
func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall)Header¶
func (c *OrganizationsDevelopersAppsAttributesUpdateDeveloperAppAttributeCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsCreateCall¶
type OrganizationsDevelopersAppsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsCreateCall)Context¶
func (c *OrganizationsDevelopersAppsCreateCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsCreateCall)Do¶
func (c *OrganizationsDevelopersAppsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp,error)
Do executes the "apigee.organizations.developers.apps.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperApp.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsCreateCall)Fields¶
func (c *OrganizationsDevelopersAppsCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsCreateCall)Header¶
func (c *OrganizationsDevelopersAppsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsDeleteCall¶
type OrganizationsDevelopersAppsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsDeleteCall)Context¶
func (c *OrganizationsDevelopersAppsDeleteCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsDeleteCall)Do¶
func (c *OrganizationsDevelopersAppsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp,error)
Do executes the "apigee.organizations.developers.apps.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperApp.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsDeleteCall)Fields¶
func (c *OrganizationsDevelopersAppsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsDeleteCall)Header¶
func (c *OrganizationsDevelopersAppsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall¶
type OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall)Action¶
func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Action(actionstring) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
Action sets the optional parameter "action": Action. Valid values are`approve` or `revoke`.
func (*OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall)Context¶
func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall)Do¶
func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp,error)
Do executes the "apigee.organizations.developers.apps.generateKeyPairOrUpdateDeveloperAppStatus" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperApp.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall)Fields¶
func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall)Header¶
func (c *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsGetCall¶
type OrganizationsDevelopersAppsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsGetCall)Context¶
func (c *OrganizationsDevelopersAppsGetCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsGetCall)Do¶
func (c *OrganizationsDevelopersAppsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp,error)
Do executes the "apigee.organizations.developers.apps.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperApp.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsGetCall)Entity¶
func (c *OrganizationsDevelopersAppsGetCall) Entity(entitystring) *OrganizationsDevelopersAppsGetCall
Entity sets the optional parameter "entity": **Note**: Must be used inconjunction with the `query` parameter. Set to `apiresources` to return thenumber of API resources that have been approved for access by a developerapp in the specified Apigee organization.
func (*OrganizationsDevelopersAppsGetCall)Fields¶
func (c *OrganizationsDevelopersAppsGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsGetCall)Header¶
func (c *OrganizationsDevelopersAppsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersAppsGetCall)IfNoneMatch¶
func (c *OrganizationsDevelopersAppsGetCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersAppsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsDevelopersAppsGetCall)Query¶
func (c *OrganizationsDevelopersAppsGetCall) Query(querystring) *OrganizationsDevelopersAppsGetCall
Query sets the optional parameter "query": **Note**: Must be used inconjunction with the `entity` parameter. Set to `count` to return the numberof API resources that have been approved for access by a developer app inthe specified Apigee organization.
typeOrganizationsDevelopersAppsKeysApiproductsDeleteCall¶
type OrganizationsDevelopersAppsKeysApiproductsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsKeysApiproductsDeleteCall)Context¶
func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsKeysApiproductsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsKeysApiproductsDeleteCall)Do¶
func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey,error)
Do executes the "apigee.organizations.developers.apps.keys.apiproducts.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysApiproductsDeleteCall)Fields¶
func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysApiproductsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsKeysApiproductsDeleteCall)Header¶
func (c *OrganizationsDevelopersAppsKeysApiproductsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsKeysApiproductsService¶
type OrganizationsDevelopersAppsKeysApiproductsService struct {// contains filtered or unexported fields}funcNewOrganizationsDevelopersAppsKeysApiproductsService¶
func NewOrganizationsDevelopersAppsKeysApiproductsService(s *Service) *OrganizationsDevelopersAppsKeysApiproductsService
func (*OrganizationsDevelopersAppsKeysApiproductsService)Delete¶
func (r *OrganizationsDevelopersAppsKeysApiproductsService) Delete(namestring) *OrganizationsDevelopersAppsKeysApiproductsDeleteCall
Delete: Removes an API product from an app's consumer key. After the APIproduct is removed, the app cannot access the API resources defined in thatAPI product. **Note**: The consumer key is not removed, only its associationwith the API product.
- name: Name of the API product in the developer app key in the followingformat:`organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}/apiproducts/{apiproduct}`.
func (*OrganizationsDevelopersAppsKeysApiproductsService)UpdateDeveloperAppKeyApiProduct¶
func (r *OrganizationsDevelopersAppsKeysApiproductsService) UpdateDeveloperAppKeyApiProduct(namestring) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
UpdateDeveloperAppKeyApiProduct: Approves or revokes the consumer key for anAPI product. After a consumer key is approved, the app can use it to accessAPIs. A consumer key that is revoked or pending cannot be used to access anAPI. Any access tokens associated with a revoked consumer key will remainactive. 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 followingformat:`organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}/apiproducts/{apiproduct}`.
typeOrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall¶
type OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall)Action¶
func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Action(actionstring) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
Action sets the optional parameter "action": Approve or revoke the consumerkey by setting this value to `approve` or `revoke`, respectively.
func (*OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall)Context¶
func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall)Do¶
func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.developers.apps.keys.apiproducts.updateDeveloperAppKeyApiProduct" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall)Fields¶
func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall)Header¶
func (c *OrganizationsDevelopersAppsKeysApiproductsUpdateDeveloperAppKeyApiProductCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsKeysCreateCall¶
type OrganizationsDevelopersAppsKeysCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsKeysCreateCall)Context¶
func (c *OrganizationsDevelopersAppsKeysCreateCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsKeysCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsKeysCreateCall)Do¶
func (c *OrganizationsDevelopersAppsKeysCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey,error)
Do executes the "apigee.organizations.developers.apps.keys.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysCreateCall)Fields¶
func (c *OrganizationsDevelopersAppsKeysCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsKeysCreateCall)Header¶
func (c *OrganizationsDevelopersAppsKeysCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsKeysCreateCreateCall¶
type OrganizationsDevelopersAppsKeysCreateCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsKeysCreateCreateCall)Context¶
func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsKeysCreateCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsKeysCreateCreateCall)Do¶
func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey,error)
Do executes the "apigee.organizations.developers.apps.keys.create.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysCreateCreateCall)Fields¶
func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysCreateCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsKeysCreateCreateCall)Header¶
func (c *OrganizationsDevelopersAppsKeysCreateCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsKeysCreateService¶
type OrganizationsDevelopersAppsKeysCreateService struct {// contains filtered or unexported fields}funcNewOrganizationsDevelopersAppsKeysCreateService¶
func NewOrganizationsDevelopersAppsKeysCreateService(s *Service) *OrganizationsDevelopersAppsKeysCreateService
func (*OrganizationsDevelopersAppsKeysCreateService)Create¶
func (r *OrganizationsDevelopersAppsKeysCreateService) Create(parentstring, googlecloudapigeev1developerappkey *GoogleCloudApigeeV1DeveloperAppKey) *OrganizationsDevelopersAppsKeysCreateCreateCall
Create: Creates a custom consumer key and secret for a developer app. Thisis particularly useful if you want to migrate existing consumer keys andsecrets to Apigee from another system. Consumer keys and secrets can containletters, numbers, underscores, and hyphens. No other special characters areallowed. To avoid service disruptions, a consumer key and secret should notexceed 2 KBs each. **Note**: When creating the consumer key and secret, anassociation to API products will not be made. Therefore, you should notspecify the associated API products in your request. Instead, use theUpdateDeveloperAppKey API to make the association after the consumer key andsecret are created. If a consumer key and secret already exist, you can keepthem or delete them using the DeleteDeveloperAppKey API. **Note**: All keysstart out with status=approved, even if status=revoked is passed when thekey is created. To revoke a key, use the UpdateDeveloperAppKey API.
- parent: Parent of the developer app key. Use the following structure inyour request:'organizations/{org}/developers/{developerEmail}/apps/{appName}'.
typeOrganizationsDevelopersAppsKeysDeleteCall¶
type OrganizationsDevelopersAppsKeysDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsKeysDeleteCall)Context¶
func (c *OrganizationsDevelopersAppsKeysDeleteCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsKeysDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsKeysDeleteCall)Do¶
func (c *OrganizationsDevelopersAppsKeysDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey,error)
Do executes the "apigee.organizations.developers.apps.keys.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysDeleteCall)Fields¶
func (c *OrganizationsDevelopersAppsKeysDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsKeysDeleteCall)Header¶
func (c *OrganizationsDevelopersAppsKeysDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsKeysGetCall¶
type OrganizationsDevelopersAppsKeysGetCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsKeysGetCall)Context¶
func (c *OrganizationsDevelopersAppsKeysGetCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsKeysGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsKeysGetCall)Do¶
func (c *OrganizationsDevelopersAppsKeysGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey,error)
Do executes the "apigee.organizations.developers.apps.keys.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysGetCall)Fields¶
func (c *OrganizationsDevelopersAppsKeysGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsKeysGetCall)Header¶
func (c *OrganizationsDevelopersAppsKeysGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersAppsKeysGetCall)IfNoneMatch¶
func (c *OrganizationsDevelopersAppsKeysGetCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersAppsKeysGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall¶
type OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall)Context¶
func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall)Do¶
func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey,error)
Do executes the "apigee.organizations.developers.apps.keys.replaceDeveloperAppKey" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall)Fields¶
func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall)Header¶
func (c *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsKeysService¶
type OrganizationsDevelopersAppsKeysService struct {Apiproducts *OrganizationsDevelopersAppsKeysApiproductsServiceCreate_ *OrganizationsDevelopersAppsKeysCreateService// contains filtered or unexported fields}funcNewOrganizationsDevelopersAppsKeysService¶
func NewOrganizationsDevelopersAppsKeysService(s *Service) *OrganizationsDevelopersAppsKeysService
func (*OrganizationsDevelopersAppsKeysService)Create¶
func (r *OrganizationsDevelopersAppsKeysService) Create(parentstring, googlecloudapigeev1developerappkey *GoogleCloudApigeeV1DeveloperAppKey) *OrganizationsDevelopersAppsKeysCreateCall
Create: Creates a custom consumer key and secret for a developer app. Thisis particularly useful if you want to migrate existing consumer keys andsecrets to Apigee from another system. Consumer keys and secrets can containletters, numbers, underscores, and hyphens. No other special characters areallowed. To avoid service disruptions, a consumer key and secret should notexceed 2 KBs each. **Note**: When creating the consumer key and secret, anassociation to API products will not be made. Therefore, you should notspecify the associated API products in your request. Instead, use theUpdateDeveloperAppKey API to make the association after the consumer key andsecret are created. If a consumer key and secret already exist, you can keepthem or delete them using the DeleteDeveloperAppKey API. **Note**: All keysstart out with status=approved, even if status=revoked is passed when thekey is created. To revoke a key, use the UpdateDeveloperAppKey API.
- parent: Parent of the developer app key. Use the following structure inyour request:'organizations/{org}/developers/{developerEmail}/apps/{appName}'.
func (*OrganizationsDevelopersAppsKeysService)Delete¶
func (r *OrganizationsDevelopersAppsKeysService) Delete(namestring) *OrganizationsDevelopersAppsKeysDeleteCall
Delete: Deletes an app's consumer key and removes all API productsassociated with the app. After the consumer key is deleted, it cannot beused to access any APIs. **Note**: After you delete a consumer key, you maywant to: 1. Create a new consumer key and secret for the developer app usingthe CreateDeveloperAppKey API, and subsequently add an API product to thekey using the UpdateDeveloperAppKey API. 2. Delete the developer app, if itis no longer required.
- name: Name of the developer app key. Use the following structure in yourrequest:`organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}`.
func (*OrganizationsDevelopersAppsKeysService)Get¶
func (r *OrganizationsDevelopersAppsKeysService) Get(namestring) *OrganizationsDevelopersAppsKeysGetCall
Get: Gets details for a consumer key for a developer app, including the keyand secret value, associated API products, and other information.
- name: Name of the developer app key. Use the following structure in yourrequest:`organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}`.
func (*OrganizationsDevelopersAppsKeysService)ReplaceDeveloperAppKey¶
func (r *OrganizationsDevelopersAppsKeysService) ReplaceDeveloperAppKey(namestring, googlecloudapigeev1developerappkey *GoogleCloudApigeeV1DeveloperAppKey) *OrganizationsDevelopersAppsKeysReplaceDeveloperAppKeyCall
ReplaceDeveloperAppKey: Updates the scope of an app. This API replaces theexisting scopes with those specified in the request. Include or exclude anyexisting scopes that you want to retain or delete, respectively. Thespecified scopes must already be defined for the API products associatedwith 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 yourrequest:`organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}`.
func (*OrganizationsDevelopersAppsKeysService)UpdateDeveloperAppKey¶
func (r *OrganizationsDevelopersAppsKeysService) UpdateDeveloperAppKey(namestring, googlecloudapigeev1developerappkey *GoogleCloudApigeeV1DeveloperAppKey) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
UpdateDeveloperAppKey: Adds an API product to a developer app key, enablingthe app that holds the key to access the API resources bundled in the APIproduct. In addition, you can add attributes and scopes associated with theAPI product to the developer app key. The status of the key can be updatedvia "action" Query Parameter. None of the other fields can be updated viathis API. This API replaces the existing attributes with those specified inthe request. Include or exclude any existing attributes that you want toretain or delete, respectively. None of the other fields can be updated. Youcan 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 yourrequest:`organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}`.
typeOrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall¶
type OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall)Action¶
func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Action(actionstring) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
Action sets the optional parameter "action": Approve or revoke the consumerkey by setting this value to `approve` or `revoke`, respectively. The`Content-Type` header must be set to `application/octet-stream`.
func (*OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall)Context¶
func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall)Do¶
func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperAppKey,error)
Do executes the "apigee.organizations.developers.apps.keys.updateDeveloperAppKey" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperAppKey.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall)Fields¶
func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall)Header¶
func (c *OrganizationsDevelopersAppsKeysUpdateDeveloperAppKeyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAppsListCall¶
type OrganizationsDevelopersAppsListCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsListCall)Context¶
func (c *OrganizationsDevelopersAppsListCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsListCall)Count¶
func (c *OrganizationsDevelopersAppsListCall) Count(countint64) *OrganizationsDevelopersAppsListCall
Count sets the optional parameter "count": Number of developer apps toreturn in the API call. Use with the `startKey` parameter to provide moretargeted 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.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDeveloperAppsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsListCall)Expand¶
func (c *OrganizationsDevelopersAppsListCall) Expand(expandbool) *OrganizationsDevelopersAppsListCall
Expand sets the optional parameter "expand": Specifies whether to expand theresults. Set to `true` to expand the results. This query parameter is notvalid 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. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsListCall)Header¶
func (c *OrganizationsDevelopersAppsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersAppsListCall)IfNoneMatch¶
func (c *OrganizationsDevelopersAppsListCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersAppsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsDevelopersAppsListCall)ShallowExpand¶
func (c *OrganizationsDevelopersAppsListCall) ShallowExpand(shallowExpandbool) *OrganizationsDevelopersAppsListCall
ShallowExpand sets the optional parameter "shallowExpand": Specifies whetherto expand the results in shallow mode. Set to `true` to expand the resultsin shallow mode.
func (*OrganizationsDevelopersAppsListCall)StartKey¶
func (c *OrganizationsDevelopersAppsListCall) StartKey(startKeystring) *OrganizationsDevelopersAppsListCall
StartKey sets the optional parameter "startKey": **Note**: Must be used inconjunction with the `count` parameter. Name of the developer app from whichto start displaying the list of developer apps. For example, if you'rereturning 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 developerapp. The developer app name is case sensitive.
typeOrganizationsDevelopersAppsService¶
type OrganizationsDevelopersAppsService struct {Attributes_ *OrganizationsDevelopersAppsAttributesServiceKeys *OrganizationsDevelopersAppsKeysService// contains filtered or unexported fields}funcNewOrganizationsDevelopersAppsService¶
func NewOrganizationsDevelopersAppsService(s *Service) *OrganizationsDevelopersAppsService
func (*OrganizationsDevelopersAppsService)Attributes¶
func (r *OrganizationsDevelopersAppsService) Attributes(namestring, googlecloudapigeev1attributes *GoogleCloudApigeeV1Attributes) *OrganizationsDevelopersAppsAttributesCall
Attributes: Updates attributes for a developer app. This API replaces thecurrent attributes with those specified in the request.
- name: Name of the developer app. Use the following structure in yourrequest: `organizations/{org}/developers/{developer_email}/apps/{app}`.
func (*OrganizationsDevelopersAppsService)Create¶
func (r *OrganizationsDevelopersAppsService) Create(parentstring, googlecloudapigeev1developerapp *GoogleCloudApigeeV1DeveloperApp) *OrganizationsDevelopersAppsCreateCall
Create: Creates an app associated with a developer. This API associates thedeveloper app with the specified API product and auto-generates an API keyfor 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 yourrequest: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersAppsService)Delete¶
func (r *OrganizationsDevelopersAppsService) Delete(namestring) *OrganizationsDevelopersAppsDeleteCall
Delete: Deletes a developer app. **Note**: The delete operation isasynchronous. The developer app is deleted immediately, but its associatedresources, such as app keys or access tokens, may take anywhere from a fewseconds to a few minutes to be deleted.
- name: Name of the developer app. Use the following structure in yourrequest: `organizations/{org}/developers/{developer_email}/apps/{app}`.
func (*OrganizationsDevelopersAppsService)GenerateKeyPairOrUpdateDeveloperAppStatus¶
func (r *OrganizationsDevelopersAppsService) GenerateKeyPairOrUpdateDeveloperAppStatus(namestring, googlecloudapigeev1developerapp *GoogleCloudApigeeV1DeveloperApp) *OrganizationsDevelopersAppsGenerateKeyPairOrUpdateDeveloperAppStatusCall
GenerateKeyPairOrUpdateDeveloperAppStatus: Manages access to a developer appby enabling you to: * Approve or revoke a developer app * Generate a newconsumer key and secret for a developer app To approve or revoke a developerapp, set the `action` query parameter to `approve` or `revoke`,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 callseven though the keys are still approved. If successful, the API call returnsthe following HTTP status code: `204 No Content` To generate a new consumerkey and secret for a developer app, pass the new key/secret details. Ratherthan 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 keypair has an independent status (`approve` or `revoke`) and expiration time.Any approved, non-expired key can be used in an API call. For example, ifyou're using API key rotation, you can generate new keys with expirationtimes that overlap keys that are going to expire. You might also generate anew consumer key/secret if the security of the original key/secret iscompromised. The `keyExpiresIn` property defines the expiration time for theAPI 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 withthose specified in the request. Include or exclude any existing informationthat you want to retain or delete, respectively. * To migrate existingconsumer keys and secrets to hybrid from another system, see theCreateDeveloperAppKey API.
- name: Name of the developer app. Use the following structure in yourrequest: `organizations/{org}/developers/{developer_email}/apps/{app}`.
func (*OrganizationsDevelopersAppsService)Get¶
func (r *OrganizationsDevelopersAppsService) Get(namestring) *OrganizationsDevelopersAppsGetCall
Get: Returns the details for a developer app.
- name: Name of the developer app. Use the following structure in yourrequest: `organizations/{org}/developers/{developer_email}/apps/{app}`.
func (*OrganizationsDevelopersAppsService)List¶
func (r *OrganizationsDevelopersAppsService) List(parentstring) *OrganizationsDevelopersAppsListCall
List: Lists all apps created by a developer in an Apigee organization.Optionally, you can request an expanded view of the developer apps. Amaximum of 100 developer apps are returned per API call. You can paginatethe list of deveoper apps returned using the `startKey` and `count` queryparameters.
- parent: Name of the developer. Use the following structure in yourrequest: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersAppsService)Update¶
func (r *OrganizationsDevelopersAppsService) Update(namestring, googlecloudapigeev1developerapp *GoogleCloudApigeeV1DeveloperApp) *OrganizationsDevelopersAppsUpdateCall
Update: Updates the details for a developer app. In addition, you can add anAPI product to a developer app and automatically generate an API key for theapp to use when calling APIs in the API product. If you want to use anexisting API key for the API product, add the API product to the API keyusing the UpdateDeveloperAppKey API. Using this API, you cannot update thefollowing: * App name as it is the primary key used to identify the app andcannot be changed. * Scopes associated with the app. Instead, use theReplaceDeveloperAppKey API. This API replaces the existing attributes withthose specified in the request. Include or exclude any existing attributesthat you want to retain or delete, respectively.
- name: Name of the developer app. Use the following structure in yourrequest: `organizations/{org}/developers/{developer_email}/apps/{app}`.
typeOrganizationsDevelopersAppsUpdateCall¶
type OrganizationsDevelopersAppsUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAppsUpdateCall)Context¶
func (c *OrganizationsDevelopersAppsUpdateCall) Context(ctxcontext.Context) *OrganizationsDevelopersAppsUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAppsUpdateCall)Do¶
func (c *OrganizationsDevelopersAppsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperApp,error)
Do executes the "apigee.organizations.developers.apps.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperApp.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAppsUpdateCall)Fields¶
func (c *OrganizationsDevelopersAppsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAppsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAppsUpdateCall)Header¶
func (c *OrganizationsDevelopersAppsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAttributesCall¶
type OrganizationsDevelopersAttributesCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAttributesCall)Context¶
func (c *OrganizationsDevelopersAttributesCall) Context(ctxcontext.Context) *OrganizationsDevelopersAttributesCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAttributesCall)Do¶
func (c *OrganizationsDevelopersAttributesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes,error)
Do executes the "apigee.organizations.developers.attributes" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAttributesCall)Fields¶
func (c *OrganizationsDevelopersAttributesCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAttributesCall)Header¶
func (c *OrganizationsDevelopersAttributesCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAttributesDeleteCall¶
type OrganizationsDevelopersAttributesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAttributesDeleteCall)Context¶
func (c *OrganizationsDevelopersAttributesDeleteCall) Context(ctxcontext.Context) *OrganizationsDevelopersAttributesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAttributesDeleteCall)Do¶
func (c *OrganizationsDevelopersAttributesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute,error)
Do executes the "apigee.organizations.developers.attributes.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAttributesDeleteCall)Fields¶
func (c *OrganizationsDevelopersAttributesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAttributesDeleteCall)Header¶
func (c *OrganizationsDevelopersAttributesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersAttributesGetCall¶
type OrganizationsDevelopersAttributesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAttributesGetCall)Context¶
func (c *OrganizationsDevelopersAttributesGetCall) Context(ctxcontext.Context) *OrganizationsDevelopersAttributesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAttributesGetCall)Do¶
func (c *OrganizationsDevelopersAttributesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute,error)
Do executes the "apigee.organizations.developers.attributes.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAttributesGetCall)Fields¶
func (c *OrganizationsDevelopersAttributesGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAttributesGetCall)Header¶
func (c *OrganizationsDevelopersAttributesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersAttributesGetCall)IfNoneMatch¶
func (c *OrganizationsDevelopersAttributesGetCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersAttributesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsDevelopersAttributesListCall¶
type OrganizationsDevelopersAttributesListCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAttributesListCall)Context¶
func (c *OrganizationsDevelopersAttributesListCall) Context(ctxcontext.Context) *OrganizationsDevelopersAttributesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAttributesListCall)Do¶
func (c *OrganizationsDevelopersAttributesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attributes,error)
Do executes the "apigee.organizations.developers.attributes.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attributes.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAttributesListCall)Fields¶
func (c *OrganizationsDevelopersAttributesListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAttributesListCall)Header¶
func (c *OrganizationsDevelopersAttributesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersAttributesListCall)IfNoneMatch¶
func (c *OrganizationsDevelopersAttributesListCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersAttributesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsDevelopersAttributesService¶
type OrganizationsDevelopersAttributesService struct {// contains filtered or unexported fields}funcNewOrganizationsDevelopersAttributesService¶
func NewOrganizationsDevelopersAttributesService(s *Service) *OrganizationsDevelopersAttributesService
func (*OrganizationsDevelopersAttributesService)Delete¶
func (r *OrganizationsDevelopersAttributesService) Delete(namestring) *OrganizationsDevelopersAttributesDeleteCall
Delete: Deletes a developer attribute.
- name: Name of the developer attribute. Use the following structure in yourrequest:`organizations/{org}/developers/{developer_email}/attributes/{attribute}`.
func (*OrganizationsDevelopersAttributesService)Get¶
func (r *OrganizationsDevelopersAttributesService) Get(namestring) *OrganizationsDevelopersAttributesGetCall
Get: Returns the value of the specified developer attribute.
- name: Name of the developer attribute. Use the following structure in yourrequest:`organizations/{org}/developers/{developer_email}/attributes/{attribute}`.
func (*OrganizationsDevelopersAttributesService)List¶
func (r *OrganizationsDevelopersAttributesService) List(parentstring) *OrganizationsDevelopersAttributesListCall
List: Returns a list of all developer attributes.
- parent: Email address of the developer for which attributes are beinglisted. Use the following structure in your request:`organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersAttributesService)UpdateDeveloperAttribute¶
func (r *OrganizationsDevelopersAttributesService) UpdateDeveloperAttribute(namestring, googlecloudapigeev1attribute *GoogleCloudApigeeV1Attribute) *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall
UpdateDeveloperAttribute: Updates a developer attribute. **Note**: OAuthaccess tokens and Key Management Service (KMS) entities (apps, developers,and API products) are cached for 180 seconds (default). Any customattributes associated with these entities are cached for at least 180seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn`element on the OAuthV2 policy won't be able to expire an access token inless than 180 seconds.
- name: Name of the developer attribute. Use the following structure in yourrequest:`organizations/{org}/developers/{developer_email}/attributes/{attribute}`.
typeOrganizationsDevelopersAttributesUpdateDeveloperAttributeCall¶
type OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall)Context¶
func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Context(ctxcontext.Context) *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall)Do¶
func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Attribute,error)
Do executes the "apigee.organizations.developers.attributes.updateDeveloperAttribute" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Attribute.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall)Fields¶
func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall)Header¶
func (c *OrganizationsDevelopersAttributesUpdateDeveloperAttributeCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersBalanceAdjustCall¶added inv0.63.0
type OrganizationsDevelopersBalanceAdjustCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersBalanceAdjustCall)Context¶added inv0.63.0
func (c *OrganizationsDevelopersBalanceAdjustCall) Context(ctxcontext.Context) *OrganizationsDevelopersBalanceAdjustCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersBalanceAdjustCall)Do¶added inv0.63.0
func (c *OrganizationsDevelopersBalanceAdjustCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperBalance,error)
Do executes the "apigee.organizations.developers.balance.adjust" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperBalance.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersBalanceAdjustCall)Fields¶added inv0.63.0
func (c *OrganizationsDevelopersBalanceAdjustCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersBalanceAdjustCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersBalanceAdjustCall)Header¶added inv0.63.0
func (c *OrganizationsDevelopersBalanceAdjustCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersBalanceCreditCall¶added inv0.57.0
type OrganizationsDevelopersBalanceCreditCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersBalanceCreditCall)Context¶added inv0.57.0
func (c *OrganizationsDevelopersBalanceCreditCall) Context(ctxcontext.Context) *OrganizationsDevelopersBalanceCreditCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersBalanceCreditCall)Do¶added inv0.57.0
func (c *OrganizationsDevelopersBalanceCreditCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperBalance,error)
Do executes the "apigee.organizations.developers.balance.credit" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperBalance.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersBalanceCreditCall)Fields¶added inv0.57.0
func (c *OrganizationsDevelopersBalanceCreditCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersBalanceCreditCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersBalanceCreditCall)Header¶added inv0.57.0
func (c *OrganizationsDevelopersBalanceCreditCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersBalanceService¶added inv0.57.0
type OrganizationsDevelopersBalanceService struct {// contains filtered or unexported fields}funcNewOrganizationsDevelopersBalanceService¶added inv0.57.0
func NewOrganizationsDevelopersBalanceService(s *Service) *OrganizationsDevelopersBalanceService
func (*OrganizationsDevelopersBalanceService)Adjust¶added inv0.63.0
func (r *OrganizationsDevelopersBalanceService) Adjust(namestring, googlecloudapigeev1adjustdeveloperbalancerequest *GoogleCloudApigeeV1AdjustDeveloperBalanceRequest) *OrganizationsDevelopersBalanceAdjustCall
Adjust: Adjust the prepaid balance for the developer. This API will be usedin scenarios where the developer has been under-charged or over-charged.
- name: Account balance for the developer. Use the following structure inyour request: `organizations/{org}/developers/{developer}/balance`.
func (*OrganizationsDevelopersBalanceService)Credit¶added inv0.57.0
func (r *OrganizationsDevelopersBalanceService) Credit(namestring, googlecloudapigeev1creditdeveloperbalancerequest *GoogleCloudApigeeV1CreditDeveloperBalanceRequest) *OrganizationsDevelopersBalanceCreditCall
Credit: Credits the account balance for the developer.
- name: Account balance for the developer. Use the following structure inyour request: `organizations/{org}/developers/{developer}/balance`.
typeOrganizationsDevelopersCreateCall¶
type OrganizationsDevelopersCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersCreateCall)Context¶
func (c *OrganizationsDevelopersCreateCall) Context(ctxcontext.Context) *OrganizationsDevelopersCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersCreateCall)Do¶
func (c *OrganizationsDevelopersCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer,error)
Do executes the "apigee.organizations.developers.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Developer.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersCreateCall)Fields¶
func (c *OrganizationsDevelopersCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersCreateCall)Header¶
func (c *OrganizationsDevelopersCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersDeleteCall¶
type OrganizationsDevelopersDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersDeleteCall)Context¶
func (c *OrganizationsDevelopersDeleteCall) Context(ctxcontext.Context) *OrganizationsDevelopersDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersDeleteCall)Do¶
func (c *OrganizationsDevelopersDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer,error)
Do executes the "apigee.organizations.developers.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Developer.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersDeleteCall)Fields¶
func (c *OrganizationsDevelopersDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersDeleteCall)Header¶
func (c *OrganizationsDevelopersDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersGetBalanceCall¶added inv0.57.0
type OrganizationsDevelopersGetBalanceCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersGetBalanceCall)Context¶added inv0.57.0
func (c *OrganizationsDevelopersGetBalanceCall) Context(ctxcontext.Context) *OrganizationsDevelopersGetBalanceCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersGetBalanceCall)Do¶added inv0.57.0
func (c *OrganizationsDevelopersGetBalanceCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperBalance,error)
Do executes the "apigee.organizations.developers.getBalance" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperBalance.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersGetBalanceCall)Fields¶added inv0.57.0
func (c *OrganizationsDevelopersGetBalanceCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersGetBalanceCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersGetBalanceCall)Header¶added inv0.57.0
func (c *OrganizationsDevelopersGetBalanceCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersGetBalanceCall)IfNoneMatch¶added inv0.57.0
func (c *OrganizationsDevelopersGetBalanceCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersGetBalanceCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsDevelopersGetCall¶
type OrganizationsDevelopersGetCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersGetCall)Action¶
func (c *OrganizationsDevelopersGetCall) Action(actionstring) *OrganizationsDevelopersGetCall
Action sets the optional parameter "action": Status of the developer. Validvalues are `active` or `inactive`.
func (*OrganizationsDevelopersGetCall)Context¶
func (c *OrganizationsDevelopersGetCall) Context(ctxcontext.Context) *OrganizationsDevelopersGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersGetCall)Do¶
func (c *OrganizationsDevelopersGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer,error)
Do executes the "apigee.organizations.developers.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Developer.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersGetCall)Fields¶
func (c *OrganizationsDevelopersGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersGetCall)Header¶
func (c *OrganizationsDevelopersGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersGetCall)IfNoneMatch¶
func (c *OrganizationsDevelopersGetCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsDevelopersGetMonetizationConfigCall¶added inv0.57.0
type OrganizationsDevelopersGetMonetizationConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersGetMonetizationConfigCall)Context¶added inv0.57.0
func (c *OrganizationsDevelopersGetMonetizationConfigCall) Context(ctxcontext.Context) *OrganizationsDevelopersGetMonetizationConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersGetMonetizationConfigCall)Do¶added inv0.57.0
func (c *OrganizationsDevelopersGetMonetizationConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperMonetizationConfig,error)
Do executes the "apigee.organizations.developers.getMonetizationConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperMonetizationConfig.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersGetMonetizationConfigCall)Fields¶added inv0.57.0
func (c *OrganizationsDevelopersGetMonetizationConfigCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersGetMonetizationConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersGetMonetizationConfigCall)Header¶added inv0.57.0
func (c *OrganizationsDevelopersGetMonetizationConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersGetMonetizationConfigCall)IfNoneMatch¶added inv0.57.0
func (c *OrganizationsDevelopersGetMonetizationConfigCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersGetMonetizationConfigCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsDevelopersListCall¶
type OrganizationsDevelopersListCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersListCall)App¶added inv0.36.0
func (c *OrganizationsDevelopersListCall) App(appstring) *OrganizationsDevelopersListCall
App sets the optional parameter "app": List only Developers that areassociated with the app. Note that start_key, count are not applicable forthis filter criteria.
func (*OrganizationsDevelopersListCall)Context¶
func (c *OrganizationsDevelopersListCall) Context(ctxcontext.Context) *OrganizationsDevelopersListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersListCall)Count¶
func (c *OrganizationsDevelopersListCall) Count(countint64) *OrganizationsDevelopersListCall
Count sets the optional parameter "count": Number of developers to return inthe API call. Use with the `startKey` parameter to provide more targetedfiltering. The limit is 1000.
func (*OrganizationsDevelopersListCall)Do¶
func (c *OrganizationsDevelopersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListOfDevelopersResponse,error)
Do executes the "apigee.organizations.developers.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListOfDevelopersResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersListCall)Expand¶
func (c *OrganizationsDevelopersListCall) Expand(expandbool) *OrganizationsDevelopersListCall
Expand sets the optional parameter "expand": Specifies whether to expand theresults. Set to `true` to expand the results. This query parameter is notvalid 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. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersListCall)Header¶
func (c *OrganizationsDevelopersListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersListCall)Ids¶
func (c *OrganizationsDevelopersListCall) Ids(idsstring) *OrganizationsDevelopersListCall
Ids sets the optional parameter "ids": List of IDs to include, separated bycommas.
func (*OrganizationsDevelopersListCall)IfNoneMatch¶
func (c *OrganizationsDevelopersListCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsDevelopersListCall)IncludeCompany¶
func (c *OrganizationsDevelopersListCall) IncludeCompany(includeCompanybool) *OrganizationsDevelopersListCall
IncludeCompany sets the optional parameter "includeCompany": Flag thatspecifies whether to include company details in the response.
func (*OrganizationsDevelopersListCall)StartKey¶
func (c *OrganizationsDevelopersListCall) StartKey(startKeystring) *OrganizationsDevelopersListCall
StartKey sets the optional parameter "startKey": **Note**: Must be used inconjunction with the `count` parameter. Email address of the developer fromwhich to start displaying the list of developers. For example, if the anunfiltered list returns: ``` westley@example.com fezzik@example.combuttercup@example.com ``` and your `startKey` is `fezzik@example.com`, thelist returned will be ``` fezzik@example.com buttercup@example.com ```
typeOrganizationsDevelopersService¶
type OrganizationsDevelopersService struct {Apps *OrganizationsDevelopersAppsServiceAttributes_ *OrganizationsDevelopersAttributesServiceBalance *OrganizationsDevelopersBalanceServiceSubscriptions *OrganizationsDevelopersSubscriptionsService// contains filtered or unexported fields}funcNewOrganizationsDevelopersService¶
func NewOrganizationsDevelopersService(s *Service) *OrganizationsDevelopersService
func (*OrganizationsDevelopersService)Attributes¶
func (r *OrganizationsDevelopersService) Attributes(parentstring, googlecloudapigeev1attributes *GoogleCloudApigeeV1Attributes) *OrganizationsDevelopersAttributesCall
Attributes: Updates developer attributes. This API replaces the existingattributes with those specified in the request. Add new attributes, andinclude or exclude any existing attributes that you want to retain orremove, respectively. The custom attribute limit is 18. **Note**: OAuthaccess tokens and Key Management Service (KMS) entities (apps, developers,and API products) are cached for 180 seconds (default). Any customattributes associated with these entities are cached for at least 180seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn`element on the OAuthV2 policy won't be able to expire an access token inless than 180 seconds.
- parent: Email address of the developer for which attributes are beingupdated. Use the following structure in your request:`organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersService)Create¶
func (r *OrganizationsDevelopersService) Create(parentstring, googlecloudapigeev1developer *GoogleCloudApigeeV1Developer) *OrganizationsDevelopersCreateCall
Create: Creates a developer. Once created, the developer can register an appand obtain an API key. At creation time, a developer is set as `active`. Tochange 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(namestring) *OrganizationsDevelopersDeleteCall
Delete: Deletes a developer. All apps and API keys associated with thedeveloper are also removed. **Warning**: This API will permanently deletethe developer and related artifacts. To avoid permanently deletingdevelopers and their artifacts, set the developer status to `inactive` usingthe SetDeveloperStatus API. **Note**: The delete operation is asynchronous.The developer is deleted immediately, but its associated resources, such asapps and API keys, may take anywhere from a few seconds to a few minutes tobe deleted.
- name: Email address of the developer. Use the following structure in yourrequest: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersService)Get¶
func (r *OrganizationsDevelopersService) Get(namestring) *OrganizationsDevelopersGetCall
Get: Returns the developer details, including the developer's name, emailaddress, apps, and other information. **Note**: The response includes onlythe first 100 developer apps.
- name: Email address of the developer. Use the following structure in yourrequest: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersService)GetBalance¶added inv0.57.0
func (r *OrganizationsDevelopersService) GetBalance(namestring) *OrganizationsDevelopersGetBalanceCall
GetBalance: Gets the account balance for the developer.
- name: Account balance for the developer. Use the following structure inyour request: `organizations/{org}/developers/{developer}/balance`.
func (*OrganizationsDevelopersService)GetMonetizationConfig¶added inv0.57.0
func (r *OrganizationsDevelopersService) GetMonetizationConfig(namestring) *OrganizationsDevelopersGetMonetizationConfigCall
GetMonetizationConfig: Gets the monetization configuration for thedeveloper.
- name: Monetization configuration for the developer. Use the followingstructure in your request:`organizations/{org}/developers/{developer}/monetizationConfig`.
func (*OrganizationsDevelopersService)List¶
func (r *OrganizationsDevelopersService) List(parentstring) *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 maximumof 1000 developers are returned in the response. You paginate the list ofdevelopers returned using the `startKey` and `count` query parameters.
- parent: Name of the Apigee organization. Use the following structure inyour request: `organizations/{org}`.
func (*OrganizationsDevelopersService)SetDeveloperStatus¶
func (r *OrganizationsDevelopersService) SetDeveloperStatus(namestring) *OrganizationsDevelopersSetDeveloperStatusCall
SetDeveloperStatus: Sets the status of a developer. A developer is `active`by default. If you set a developer's status to `inactive`, the API keysassigned to the developer apps are no longer valid even though the API keysare set to `approved`. Inactive developers can still sign in to thedeveloper portal and create apps; however, any new API keys generated duringapp creation won't work. To set the status of a developer, set the `action`query parameter to `active` or `inactive`, and the `Content-Type` header to`application/octet-stream`. If successful, the API call returns thefollowing HTTP status code: `204 No Content`
- name: Name of the developer. Use the following structure in your request:`organizations/{org}/developers/{developer_id}`.
func (*OrganizationsDevelopersService)Update¶
func (r *OrganizationsDevelopersService) Update(namestring, googlecloudapigeev1developer *GoogleCloudApigeeV1Developer) *OrganizationsDevelopersUpdateCall
Update: Updates a developer. This API replaces the existing developerdetails with those specified in the request. Include or exclude any existingdetails that you want to retain or delete, respectively. The customattribute limit is 18. **Note**: OAuth access tokens and Key ManagementService (KMS) entities (apps, developers, and API products) are cached for180 seconds (current default). Any custom attributes associated with theseentities are cached for at least 180 seconds after the entity is accessed atruntime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't beable to expire an access token in less than 180 seconds.
- name: Email address of the developer. Use the following structure in yourrequest: `organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersService)UpdateMonetizationConfig¶added inv0.57.0
func (r *OrganizationsDevelopersService) UpdateMonetizationConfig(namestring, googlecloudapigeev1developermonetizationconfig *GoogleCloudApigeeV1DeveloperMonetizationConfig) *OrganizationsDevelopersUpdateMonetizationConfigCall
UpdateMonetizationConfig: Updates the monetization configuration for thedeveloper.
- name: Monetization configuration for the developer. Use the followingstructure in your request:`organizations/{org}/developers/{developer}/monetizationConfig`.
typeOrganizationsDevelopersSetDeveloperStatusCall¶
type OrganizationsDevelopersSetDeveloperStatusCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersSetDeveloperStatusCall)Action¶
func (c *OrganizationsDevelopersSetDeveloperStatusCall) Action(actionstring) *OrganizationsDevelopersSetDeveloperStatusCall
Action sets the optional parameter "action": Status of the developer. Validvalues are `active` and `inactive`.
func (*OrganizationsDevelopersSetDeveloperStatusCall)Context¶
func (c *OrganizationsDevelopersSetDeveloperStatusCall) Context(ctxcontext.Context) *OrganizationsDevelopersSetDeveloperStatusCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersSetDeveloperStatusCall)Do¶
func (c *OrganizationsDevelopersSetDeveloperStatusCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.developers.setDeveloperStatus" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsDevelopersSetDeveloperStatusCall)Fields¶
func (c *OrganizationsDevelopersSetDeveloperStatusCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSetDeveloperStatusCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersSetDeveloperStatusCall)Header¶
func (c *OrganizationsDevelopersSetDeveloperStatusCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersSubscriptionsCreateCall¶added inv0.45.0
type OrganizationsDevelopersSubscriptionsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersSubscriptionsCreateCall)Context¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsCreateCall) Context(ctxcontext.Context) *OrganizationsDevelopersSubscriptionsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersSubscriptionsCreateCall)Do¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperSubscription,error)
Do executes the "apigee.organizations.developers.subscriptions.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperSubscription.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersSubscriptionsCreateCall)Fields¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsCreateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersSubscriptionsCreateCall)Header¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersSubscriptionsExpireCall¶added inv0.45.0
type OrganizationsDevelopersSubscriptionsExpireCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersSubscriptionsExpireCall)Context¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsExpireCall) Context(ctxcontext.Context) *OrganizationsDevelopersSubscriptionsExpireCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersSubscriptionsExpireCall)Do¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsExpireCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperSubscription,error)
Do executes the "apigee.organizations.developers.subscriptions.expire" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperSubscription.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersSubscriptionsExpireCall)Fields¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsExpireCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsExpireCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersSubscriptionsExpireCall)Header¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsExpireCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersSubscriptionsGetCall¶added inv0.45.0
type OrganizationsDevelopersSubscriptionsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersSubscriptionsGetCall)Context¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsGetCall) Context(ctxcontext.Context) *OrganizationsDevelopersSubscriptionsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersSubscriptionsGetCall)Do¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperSubscription,error)
Do executes the "apigee.organizations.developers.subscriptions.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperSubscription.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersSubscriptionsGetCall)Fields¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsGetCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersSubscriptionsGetCall)Header¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersSubscriptionsGetCall)IfNoneMatch¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsGetCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersSubscriptionsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsDevelopersSubscriptionsListCall¶added inv0.45.0
type OrganizationsDevelopersSubscriptionsListCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersSubscriptionsListCall)Context¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsListCall) Context(ctxcontext.Context) *OrganizationsDevelopersSubscriptionsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersSubscriptionsListCall)Count¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsListCall) Count(countint64) *OrganizationsDevelopersSubscriptionsListCall
Count sets the optional parameter "count": Number of API productsubscriptions to return in the API call. Use with `startKey` to provide moretargeted filtering. Defaults to 100. The maximum limit is 1000.
func (*OrganizationsDevelopersSubscriptionsListCall)Do¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse,error)
Do executes the "apigee.organizations.developers.subscriptions.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersSubscriptionsListCall)Fields¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsListCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersSubscriptionsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersSubscriptionsListCall)Header¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDevelopersSubscriptionsListCall)IfNoneMatch¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsListCall) IfNoneMatch(entityTagstring) *OrganizationsDevelopersSubscriptionsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsDevelopersSubscriptionsListCall)StartKey¶added inv0.45.0
func (c *OrganizationsDevelopersSubscriptionsListCall) StartKey(startKeystring) *OrganizationsDevelopersSubscriptionsListCall
StartKey sets the optional parameter "startKey": Name of the API productsubscription from which to start displaying the list of subscriptions. Ifomitted, the list starts from the first item. For example, to view the APIproduct subscriptions from 51-150, set the value of `startKey` to the nameof the 51st subscription and set the value of `count` to 100.
typeOrganizationsDevelopersSubscriptionsService¶added inv0.45.0
type OrganizationsDevelopersSubscriptionsService struct {// contains filtered or unexported fields}funcNewOrganizationsDevelopersSubscriptionsService¶added inv0.45.0
func NewOrganizationsDevelopersSubscriptionsService(s *Service) *OrganizationsDevelopersSubscriptionsService
func (*OrganizationsDevelopersSubscriptionsService)Create¶added inv0.45.0
func (r *OrganizationsDevelopersSubscriptionsService) Create(parentstring, googlecloudapigeev1developersubscription *GoogleCloudApigeeV1DeveloperSubscription) *OrganizationsDevelopersSubscriptionsCreateCall
Create: Creates a subscription to an API product.
- parent: Email address of the developer that is purchasing a subscriptionto the API product. Use the following structure in your request:`organizations/{org}/developers/{developer_email}`.
func (*OrganizationsDevelopersSubscriptionsService)Expire¶added inv0.45.0
func (r *OrganizationsDevelopersSubscriptionsService) Expire(namestring, googlecloudapigeev1expiredevelopersubscriptionrequest *GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest) *OrganizationsDevelopersSubscriptionsExpireCall
Expire: Expires an API product subscription immediately.
- name: Name of the API product subscription. Use the following structure inyour request:`organizations/{org}/developers/{developer_email}/subscriptions/{subscription}`.
func (*OrganizationsDevelopersSubscriptionsService)Get¶added inv0.45.0
func (r *OrganizationsDevelopersSubscriptionsService) Get(namestring) *OrganizationsDevelopersSubscriptionsGetCall
Get: Gets details for an API product subscription.
- name: Name of the API product subscription. Use the following structure inyour request:`organizations/{org}/developers/{developer_email}/subscriptions/{subscription}`.
func (*OrganizationsDevelopersSubscriptionsService)List¶added inv0.45.0
func (r *OrganizationsDevelopersSubscriptionsService) List(parentstring) *OrganizationsDevelopersSubscriptionsListCall
List: Lists all API product subscriptions for a developer.
- parent: Email address of the developer. Use the following structure inyour request: `organizations/{org}/developers/{developer_email}`.
typeOrganizationsDevelopersUpdateCall¶
type OrganizationsDevelopersUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersUpdateCall)Context¶
func (c *OrganizationsDevelopersUpdateCall) Context(ctxcontext.Context) *OrganizationsDevelopersUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersUpdateCall)Do¶
func (c *OrganizationsDevelopersUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Developer,error)
Do executes the "apigee.organizations.developers.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Developer.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersUpdateCall)Fields¶
func (c *OrganizationsDevelopersUpdateCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersUpdateCall)Header¶
func (c *OrganizationsDevelopersUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDevelopersUpdateMonetizationConfigCall¶added inv0.57.0
type OrganizationsDevelopersUpdateMonetizationConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsDevelopersUpdateMonetizationConfigCall)Context¶added inv0.57.0
func (c *OrganizationsDevelopersUpdateMonetizationConfigCall) Context(ctxcontext.Context) *OrganizationsDevelopersUpdateMonetizationConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDevelopersUpdateMonetizationConfigCall)Do¶added inv0.57.0
func (c *OrganizationsDevelopersUpdateMonetizationConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeveloperMonetizationConfig,error)
Do executes the "apigee.organizations.developers.updateMonetizationConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeveloperMonetizationConfig.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDevelopersUpdateMonetizationConfigCall)Fields¶added inv0.57.0
func (c *OrganizationsDevelopersUpdateMonetizationConfigCall) Fields(s ...googleapi.Field) *OrganizationsDevelopersUpdateMonetizationConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDevelopersUpdateMonetizationConfigCall)Header¶added inv0.57.0
func (c *OrganizationsDevelopersUpdateMonetizationConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDnsZonesCreateCall¶added inv0.227.0
type OrganizationsDnsZonesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsDnsZonesCreateCall)Context¶added inv0.227.0
func (c *OrganizationsDnsZonesCreateCall) Context(ctxcontext.Context) *OrganizationsDnsZonesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDnsZonesCreateCall)DnsZoneId¶added inv0.227.0
func (c *OrganizationsDnsZonesCreateCall) DnsZoneId(dnsZoneIdstring) *OrganizationsDnsZonesCreateCall
DnsZoneId sets the optional parameter "dnsZoneId": Required. User assignedID for this resource. Must be unique within the organization. The name mustbe 1-63 characters long, must begin with a letter, end with a letter ordigit, and only contain lowercase letters, digits or dashes.
func (*OrganizationsDnsZonesCreateCall)Do¶added inv0.227.0
func (c *OrganizationsDnsZonesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.dnsZones.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDnsZonesCreateCall)Fields¶added inv0.227.0
func (c *OrganizationsDnsZonesCreateCall) Fields(s ...googleapi.Field) *OrganizationsDnsZonesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDnsZonesCreateCall)Header¶added inv0.227.0
func (c *OrganizationsDnsZonesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDnsZonesDeleteCall¶added inv0.227.0
type OrganizationsDnsZonesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsDnsZonesDeleteCall)Context¶added inv0.227.0
func (c *OrganizationsDnsZonesDeleteCall) Context(ctxcontext.Context) *OrganizationsDnsZonesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDnsZonesDeleteCall)Do¶added inv0.227.0
func (c *OrganizationsDnsZonesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.dnsZones.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDnsZonesDeleteCall)Fields¶added inv0.227.0
func (c *OrganizationsDnsZonesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsDnsZonesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDnsZonesDeleteCall)Header¶added inv0.227.0
func (c *OrganizationsDnsZonesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsDnsZonesGetCall¶added inv0.227.0
type OrganizationsDnsZonesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsDnsZonesGetCall)Context¶added inv0.227.0
func (c *OrganizationsDnsZonesGetCall) Context(ctxcontext.Context) *OrganizationsDnsZonesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDnsZonesGetCall)Do¶added inv0.227.0
func (c *OrganizationsDnsZonesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DnsZone,error)
Do executes the "apigee.organizations.dnsZones.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DnsZone.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDnsZonesGetCall)Fields¶added inv0.227.0
func (c *OrganizationsDnsZonesGetCall) Fields(s ...googleapi.Field) *OrganizationsDnsZonesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDnsZonesGetCall)Header¶added inv0.227.0
func (c *OrganizationsDnsZonesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDnsZonesGetCall)IfNoneMatch¶added inv0.227.0
func (c *OrganizationsDnsZonesGetCall) IfNoneMatch(entityTagstring) *OrganizationsDnsZonesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsDnsZonesListCall¶added inv0.227.0
type OrganizationsDnsZonesListCall struct {// contains filtered or unexported fields}func (*OrganizationsDnsZonesListCall)Context¶added inv0.227.0
func (c *OrganizationsDnsZonesListCall) Context(ctxcontext.Context) *OrganizationsDnsZonesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsDnsZonesListCall)Do¶added inv0.227.0
func (c *OrganizationsDnsZonesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDnsZonesResponse,error)
Do executes the "apigee.organizations.dnsZones.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDnsZonesResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsDnsZonesListCall)Fields¶added inv0.227.0
func (c *OrganizationsDnsZonesListCall) Fields(s ...googleapi.Field) *OrganizationsDnsZonesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsDnsZonesListCall)Header¶added inv0.227.0
func (c *OrganizationsDnsZonesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsDnsZonesListCall)IfNoneMatch¶added inv0.227.0
func (c *OrganizationsDnsZonesListCall) IfNoneMatch(entityTagstring) *OrganizationsDnsZonesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsDnsZonesListCall)PageSize¶added inv0.227.0
func (c *OrganizationsDnsZonesListCall) PageSize(pageSizeint64) *OrganizationsDnsZonesListCall
PageSize sets the optional parameter "pageSize": Maximum number of DNS zonesto return. If unspecified, at most 25 DNS zones will be returned.
func (*OrganizationsDnsZonesListCall)PageToken¶added inv0.227.0
func (c *OrganizationsDnsZonesListCall) PageToken(pageTokenstring) *OrganizationsDnsZonesListCall
PageToken sets the optional parameter "pageToken": Page token, returned froma previous `ListDnsZones` call, that you can use to retrieve the next page.
func (*OrganizationsDnsZonesListCall)Pages¶added inv0.227.0
func (c *OrganizationsDnsZonesListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListDnsZonesResponse)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.
typeOrganizationsDnsZonesService¶added inv0.227.0
type OrganizationsDnsZonesService struct {// contains filtered or unexported fields}funcNewOrganizationsDnsZonesService¶added inv0.227.0
func NewOrganizationsDnsZonesService(s *Service) *OrganizationsDnsZonesService
func (*OrganizationsDnsZonesService)Create¶added inv0.227.0
func (r *OrganizationsDnsZonesService) Create(parentstring, googlecloudapigeev1dnszone *GoogleCloudApigeeV1DnsZone) *OrganizationsDnsZonesCreateCall
Create: Creates a new DNS zone.
- parent: Organization where the DNS zone will be created.
func (*OrganizationsDnsZonesService)Delete¶added inv0.227.0
func (r *OrganizationsDnsZonesService) Delete(namestring) *OrganizationsDnsZonesDeleteCall
Delete: Deletes a previously created DNS zone.
- name: Name of the DNS zone to delete. Use the following structure in yourrequest: `organizations/{org}/dnsZones/{dns_zone}`.
func (*OrganizationsDnsZonesService)Get¶added inv0.227.0
func (r *OrganizationsDnsZonesService) Get(namestring) *OrganizationsDnsZonesGetCall
Get: Fetches the representation of an existing DNS zone.
- name: Name of the DNS zone to fetch. Use the following structure in yourrequest: `organizations/{org}/dnsZones/{dns_zone}`.
func (*OrganizationsDnsZonesService)List¶added inv0.227.0
func (r *OrganizationsDnsZonesService) List(parentstring) *OrganizationsDnsZonesListCall
List: Enumerates DNS zones that have been created but not yet deleted.
- parent: Name of the organization for which to list the DNS zones. Use thefollowing structure in your request: `organizations/{org}`.
typeOrganizationsEndpointAttachmentsCreateCall¶added inv0.69.0
type OrganizationsEndpointAttachmentsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEndpointAttachmentsCreateCall)Context¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsCreateCall) Context(ctxcontext.Context) *OrganizationsEndpointAttachmentsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEndpointAttachmentsCreateCall)Do¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.endpointAttachments.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEndpointAttachmentsCreateCall)EndpointAttachmentId¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsCreateCall) EndpointAttachmentId(endpointAttachmentIdstring) *OrganizationsEndpointAttachmentsCreateCall
EndpointAttachmentId sets the optional parameter "endpointAttachmentId": IDto use for the endpoint attachment. ID must start with a lowercase letterfollowed by up to 31 lowercase letters, numbers, or hyphens, and cannot endwith a hyphen. The minimum length is 2.
func (*OrganizationsEndpointAttachmentsCreateCall)Fields¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEndpointAttachmentsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEndpointAttachmentsCreateCall)Header¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEndpointAttachmentsDeleteCall¶added inv0.69.0
type OrganizationsEndpointAttachmentsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEndpointAttachmentsDeleteCall)Context¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsDeleteCall) Context(ctxcontext.Context) *OrganizationsEndpointAttachmentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEndpointAttachmentsDeleteCall)Do¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.endpointAttachments.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEndpointAttachmentsDeleteCall)Fields¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEndpointAttachmentsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEndpointAttachmentsDeleteCall)Header¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEndpointAttachmentsGetCall¶added inv0.69.0
type OrganizationsEndpointAttachmentsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEndpointAttachmentsGetCall)Context¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsGetCall) Context(ctxcontext.Context) *OrganizationsEndpointAttachmentsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEndpointAttachmentsGetCall)Do¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EndpointAttachment,error)
Do executes the "apigee.organizations.endpointAttachments.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1EndpointAttachment.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEndpointAttachmentsGetCall)Fields¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEndpointAttachmentsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEndpointAttachmentsGetCall)Header¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEndpointAttachmentsGetCall)IfNoneMatch¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEndpointAttachmentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEndpointAttachmentsListCall¶added inv0.69.0
type OrganizationsEndpointAttachmentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEndpointAttachmentsListCall)Context¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsListCall) Context(ctxcontext.Context) *OrganizationsEndpointAttachmentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEndpointAttachmentsListCall)Do¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEndpointAttachmentsResponse,error)
Do executes the "apigee.organizations.endpointAttachments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListEndpointAttachmentsResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEndpointAttachmentsListCall)Fields¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsListCall) Fields(s ...googleapi.Field) *OrganizationsEndpointAttachmentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEndpointAttachmentsListCall)Header¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEndpointAttachmentsListCall)IfNoneMatch¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsListCall) IfNoneMatch(entityTagstring) *OrganizationsEndpointAttachmentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEndpointAttachmentsListCall)PageSize¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsListCall) PageSize(pageSizeint64) *OrganizationsEndpointAttachmentsListCall
PageSize sets the optional parameter "pageSize": Maximum number of endpointattachments to return. If unspecified, at most 25 attachments will bereturned.
func (*OrganizationsEndpointAttachmentsListCall)PageToken¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsListCall) PageToken(pageTokenstring) *OrganizationsEndpointAttachmentsListCall
PageToken sets the optional parameter "pageToken": Page token, returned froma previous `ListEndpointAttachments` call, that you can use to retrieve thenext page.
func (*OrganizationsEndpointAttachmentsListCall)Pages¶added inv0.69.0
func (c *OrganizationsEndpointAttachmentsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListEndpointAttachmentsResponse)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.
typeOrganizationsEndpointAttachmentsService¶added inv0.69.0
type OrganizationsEndpointAttachmentsService struct {// contains filtered or unexported fields}funcNewOrganizationsEndpointAttachmentsService¶added inv0.69.0
func NewOrganizationsEndpointAttachmentsService(s *Service) *OrganizationsEndpointAttachmentsService
func (*OrganizationsEndpointAttachmentsService)Create¶added inv0.69.0
func (r *OrganizationsEndpointAttachmentsService) Create(parentstring, googlecloudapigeev1endpointattachment *GoogleCloudApigeeV1EndpointAttachment) *OrganizationsEndpointAttachmentsCreateCall
Create: Creates an endpoint attachment. **Note:** Not supported for Apigeehybrid.
- parent: Organization the endpoint attachment will be created in.
func (*OrganizationsEndpointAttachmentsService)Delete¶added inv0.69.0
func (r *OrganizationsEndpointAttachmentsService) Delete(namestring) *OrganizationsEndpointAttachmentsDeleteCall
Delete: Deletes an endpoint attachment.
- name: Name of the endpoint attachment. Use the following structure in yourrequest: `organizations/{org}/endpointAttachments/{endpoint_attachment}`.
func (*OrganizationsEndpointAttachmentsService)Get¶added inv0.69.0
func (r *OrganizationsEndpointAttachmentsService) Get(namestring) *OrganizationsEndpointAttachmentsGetCall
Get: Gets the endpoint attachment.
- name: Name of the endpoint attachment. Use the following structure in yourrequest: `organizations/{org}/endpointAttachments/{endpoint_attachment}`.
func (*OrganizationsEndpointAttachmentsService)List¶added inv0.69.0
func (r *OrganizationsEndpointAttachmentsService) List(parentstring) *OrganizationsEndpointAttachmentsListCall
List: Lists the endpoint attachments in an organization.
- parent: Name of the organization for which to list endpoint attachments.Use the following structure in your request: `organizations/{org}`.
typeOrganizationsEnvgroupsAttachmentsCreateCall¶added inv0.30.0
type OrganizationsEnvgroupsAttachmentsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvgroupsAttachmentsCreateCall)Context¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Context(ctxcontext.Context) *OrganizationsEnvgroupsAttachmentsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvgroupsAttachmentsCreateCall)Do¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.envgroups.attachments.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvgroupsAttachmentsCreateCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvgroupsAttachmentsCreateCall)Header¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvgroupsAttachmentsDeleteCall¶added inv0.30.0
type OrganizationsEnvgroupsAttachmentsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvgroupsAttachmentsDeleteCall)Context¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvgroupsAttachmentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvgroupsAttachmentsDeleteCall)Do¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.envgroups.attachments.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvgroupsAttachmentsDeleteCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvgroupsAttachmentsDeleteCall)Header¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvgroupsAttachmentsGetCall¶added inv0.30.0
type OrganizationsEnvgroupsAttachmentsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvgroupsAttachmentsGetCall)Context¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsGetCall) Context(ctxcontext.Context) *OrganizationsEnvgroupsAttachmentsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvgroupsAttachmentsGetCall)Do¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EnvironmentGroupAttachment,error)
Do executes the "apigee.organizations.envgroups.attachments.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1EnvironmentGroupAttachment.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvgroupsAttachmentsGetCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvgroupsAttachmentsGetCall)Header¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvgroupsAttachmentsGetCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvgroupsAttachmentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvgroupsAttachmentsListCall¶added inv0.30.0
type OrganizationsEnvgroupsAttachmentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvgroupsAttachmentsListCall)Context¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsListCall) Context(ctxcontext.Context) *OrganizationsEnvgroupsAttachmentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvgroupsAttachmentsListCall)Do¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse,error)
Do executes the "apigee.organizations.envgroups.attachments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsEnvgroupsAttachmentsListCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsAttachmentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvgroupsAttachmentsListCall)Header¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvgroupsAttachmentsListCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvgroupsAttachmentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvgroupsAttachmentsListCall)PageSize¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsListCall) PageSize(pageSizeint64) *OrganizationsEnvgroupsAttachmentsListCall
PageSize sets the optional parameter "pageSize": Maximum number ofenvironment group attachments to return. The page size defaults to 25.
func (*OrganizationsEnvgroupsAttachmentsListCall)PageToken¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsListCall) PageToken(pageTokenstring) *OrganizationsEnvgroupsAttachmentsListCall
PageToken sets the optional parameter "pageToken": Page token, returned by aprevious ListEnvironmentGroupAttachments call, that you can use to retrievethe next page.
func (*OrganizationsEnvgroupsAttachmentsListCall)Pages¶added inv0.30.0
func (c *OrganizationsEnvgroupsAttachmentsListCall) Pages(ctxcontext.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.
typeOrganizationsEnvgroupsAttachmentsService¶added inv0.30.0
type OrganizationsEnvgroupsAttachmentsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvgroupsAttachmentsService¶added inv0.30.0
func NewOrganizationsEnvgroupsAttachmentsService(s *Service) *OrganizationsEnvgroupsAttachmentsService
func (*OrganizationsEnvgroupsAttachmentsService)Create¶added inv0.30.0
func (r *OrganizationsEnvgroupsAttachmentsService) Create(parentstring, googlecloudapigeev1environmentgroupattachment *GoogleCloudApigeeV1EnvironmentGroupAttachment) *OrganizationsEnvgroupsAttachmentsCreateCall
Create: Creates a new attachment of an environment to an environment group.
- parent: EnvironmentGroup under which to create the attachment in thefollowing format: `organizations/{org}/envgroups/{envgroup}`.
func (*OrganizationsEnvgroupsAttachmentsService)Delete¶added inv0.30.0
func (r *OrganizationsEnvgroupsAttachmentsService) Delete(namestring) *OrganizationsEnvgroupsAttachmentsDeleteCall
Delete: Deletes an environment group attachment.
- name: Name of the environment group attachment to delete in the followingformat:`organizations/{org}/envgroups/{envgroup}/attachments/{attachment}`.
func (*OrganizationsEnvgroupsAttachmentsService)Get¶added inv0.30.0
func (r *OrganizationsEnvgroupsAttachmentsService) Get(namestring) *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¶added inv0.30.0
func (r *OrganizationsEnvgroupsAttachmentsService) List(parentstring) *OrganizationsEnvgroupsAttachmentsListCall
List: Lists all attachments of an environment group.
- parent: Name of the environment group in the following format:`organizations/{org}/envgroups/{envgroup}`.
typeOrganizationsEnvgroupsCreateCall¶added inv0.30.0
type OrganizationsEnvgroupsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvgroupsCreateCall)Context¶added inv0.30.0
func (c *OrganizationsEnvgroupsCreateCall) Context(ctxcontext.Context) *OrganizationsEnvgroupsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvgroupsCreateCall)Do¶added inv0.30.0
func (c *OrganizationsEnvgroupsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.envgroups.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvgroupsCreateCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvgroupsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvgroupsCreateCall)Header¶added inv0.30.0
func (c *OrganizationsEnvgroupsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvgroupsCreateCall)Name¶added inv0.30.0
func (c *OrganizationsEnvgroupsCreateCall) Name(namestring) *OrganizationsEnvgroupsCreateCall
Name sets the optional parameter "name": ID of the environment group.Overrides any ID in the environment_group resource.
typeOrganizationsEnvgroupsDeleteCall¶added inv0.30.0
type OrganizationsEnvgroupsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvgroupsDeleteCall)Context¶added inv0.30.0
func (c *OrganizationsEnvgroupsDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvgroupsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvgroupsDeleteCall)Do¶added inv0.30.0
func (c *OrganizationsEnvgroupsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.envgroups.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvgroupsDeleteCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvgroupsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvgroupsDeleteCall)Header¶added inv0.30.0
func (c *OrganizationsEnvgroupsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvgroupsGetCall¶added inv0.30.0
type OrganizationsEnvgroupsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvgroupsGetCall)Context¶added inv0.30.0
func (c *OrganizationsEnvgroupsGetCall) Context(ctxcontext.Context) *OrganizationsEnvgroupsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvgroupsGetCall)Do¶added inv0.30.0
func (c *OrganizationsEnvgroupsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EnvironmentGroup,error)
Do executes the "apigee.organizations.envgroups.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1EnvironmentGroup.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvgroupsGetCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvgroupsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvgroupsGetCall)Header¶added inv0.30.0
func (c *OrganizationsEnvgroupsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvgroupsGetCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsEnvgroupsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvgroupsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvgroupsGetDeployedIngressConfigCall¶added inv0.106.0
type OrganizationsEnvgroupsGetDeployedIngressConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvgroupsGetDeployedIngressConfigCall)Context¶added inv0.106.0
func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) Context(ctxcontext.Context) *OrganizationsEnvgroupsGetDeployedIngressConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvgroupsGetDeployedIngressConfigCall)Do¶added inv0.106.0
func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EnvironmentGroupConfig,error)
Do executes the "apigee.organizations.envgroups.getDeployedIngressConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1EnvironmentGroupConfig.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvgroupsGetDeployedIngressConfigCall)Fields¶added inv0.106.0
func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsGetDeployedIngressConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvgroupsGetDeployedIngressConfigCall)Header¶added inv0.106.0
func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvgroupsGetDeployedIngressConfigCall)IfNoneMatch¶added inv0.106.0
func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) IfNoneMatch(entityTagstring) *OrganizationsEnvgroupsGetDeployedIngressConfigCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvgroupsGetDeployedIngressConfigCall)View¶added inv0.106.0
func (c *OrganizationsEnvgroupsGetDeployedIngressConfigCall) View(viewstring) *OrganizationsEnvgroupsGetDeployedIngressConfigCall
View sets the optional parameter "view": When set to FULL, additionaldetails about the specific deployments receiving traffic will be included inthe 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 anddestination 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 andwhen the routing rule first appeared in the env group.
typeOrganizationsEnvgroupsListCall¶added inv0.30.0
type OrganizationsEnvgroupsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvgroupsListCall)Context¶added inv0.30.0
func (c *OrganizationsEnvgroupsListCall) Context(ctxcontext.Context) *OrganizationsEnvgroupsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvgroupsListCall)Do¶added inv0.30.0
func (c *OrganizationsEnvgroupsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentGroupsResponse,error)
Do executes the "apigee.organizations.envgroups.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListEnvironmentGroupsResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvgroupsListCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvgroupsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvgroupsListCall)Header¶added inv0.30.0
func (c *OrganizationsEnvgroupsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvgroupsListCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsEnvgroupsListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvgroupsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvgroupsListCall)PageSize¶added inv0.30.0
func (c *OrganizationsEnvgroupsListCall) PageSize(pageSizeint64) *OrganizationsEnvgroupsListCall
PageSize sets the optional parameter "pageSize": Maximum number ofenvironment groups to return. The page size defaults to 25.
func (*OrganizationsEnvgroupsListCall)PageToken¶added inv0.30.0
func (c *OrganizationsEnvgroupsListCall) PageToken(pageTokenstring) *OrganizationsEnvgroupsListCall
PageToken sets the optional parameter "pageToken": Page token, returned froma previous ListEnvironmentGroups call, that you can use to retrieve the nextpage.
func (*OrganizationsEnvgroupsListCall)Pages¶added inv0.30.0
func (c *OrganizationsEnvgroupsListCall) Pages(ctxcontext.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.
typeOrganizationsEnvgroupsPatchCall¶added inv0.30.0
type OrganizationsEnvgroupsPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvgroupsPatchCall)Context¶added inv0.30.0
func (c *OrganizationsEnvgroupsPatchCall) Context(ctxcontext.Context) *OrganizationsEnvgroupsPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvgroupsPatchCall)Do¶added inv0.30.0
func (c *OrganizationsEnvgroupsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.envgroups.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvgroupsPatchCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvgroupsPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvgroupsPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvgroupsPatchCall)Header¶added inv0.30.0
func (c *OrganizationsEnvgroupsPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvgroupsPatchCall)UpdateMask¶added inv0.30.0
func (c *OrganizationsEnvgroupsPatchCall) UpdateMask(updateMaskstring) *OrganizationsEnvgroupsPatchCall
UpdateMask sets the optional parameter "updateMask": List of fields to beupdated.
typeOrganizationsEnvgroupsService¶added inv0.30.0
type OrganizationsEnvgroupsService struct {Attachments *OrganizationsEnvgroupsAttachmentsService// contains filtered or unexported fields}funcNewOrganizationsEnvgroupsService¶added inv0.30.0
func NewOrganizationsEnvgroupsService(s *Service) *OrganizationsEnvgroupsService
func (*OrganizationsEnvgroupsService)Create¶added inv0.30.0
func (r *OrganizationsEnvgroupsService) Create(parentstring, googlecloudapigeev1environmentgroup *GoogleCloudApigeeV1EnvironmentGroup) *OrganizationsEnvgroupsCreateCall
Create: Creates a new environment group.
- parent: Name of the organization in which to create the environment groupin the following format: `organizations/{org}`.
func (*OrganizationsEnvgroupsService)Delete¶added inv0.30.0
func (r *OrganizationsEnvgroupsService) Delete(namestring) *OrganizationsEnvgroupsDeleteCall
Delete: Deletes an environment group.
- name: Name of the environment group in the following format:`organizations/{org}/envgroups/{envgroup}`.
func (*OrganizationsEnvgroupsService)Get¶added inv0.30.0
func (r *OrganizationsEnvgroupsService) Get(namestring) *OrganizationsEnvgroupsGetCall
Get: Gets an environment group.
- name: Name of the environment group in the following format:`organizations/{org}/envgroups/{envgroup}`.
func (*OrganizationsEnvgroupsService)GetDeployedIngressConfig¶added inv0.106.0
func (r *OrganizationsEnvgroupsService) GetDeployedIngressConfig(namestring) *OrganizationsEnvgroupsGetDeployedIngressConfigCall
GetDeployedIngressConfig: Gets the deployed ingress configuration for anenvironment group.
- name: Name of the deployed configuration for the environment group in thefollowing format:'organizations/{org}/envgroups/{envgroup}/deployedIngressConfig'.
func (*OrganizationsEnvgroupsService)List¶added inv0.30.0
func (r *OrganizationsEnvgroupsService) List(parentstring) *OrganizationsEnvgroupsListCall
List: Lists all environment groups.
- parent: Name of the organization for which to list environment groups inthe following format: `organizations/{org}`.
func (*OrganizationsEnvgroupsService)Patch¶added inv0.30.0
func (r *OrganizationsEnvgroupsService) Patch(namestring, googlecloudapigeev1environmentgroup *GoogleCloudApigeeV1EnvironmentGroup) *OrganizationsEnvgroupsPatchCall
Patch: Updates an environment group.
- name: Name of the environment group to update in the format:`organizations/{org}/envgroups/{envgroup}.
typeOrganizationsEnvironmentsAddonsConfigService¶added inv0.144.0
type OrganizationsEnvironmentsAddonsConfigService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsAddonsConfigService¶added inv0.144.0
func NewOrganizationsEnvironmentsAddonsConfigService(s *Service) *OrganizationsEnvironmentsAddonsConfigService
func (*OrganizationsEnvironmentsAddonsConfigService)SetAddonEnablement¶added inv0.144.0
func (r *OrganizationsEnvironmentsAddonsConfigService) SetAddonEnablement(namestring, googlecloudapigeev1setaddonenablementrequest *GoogleCloudApigeeV1SetAddonEnablementRequest) *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall
SetAddonEnablement: Updates an add-on enablement status of an environment.
- name: Name of the add-ons config. Must be in the format of`/organizations/{org}/environments/{env}/addonsConfig`.
typeOrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall¶added inv0.144.0
type OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall)Context¶added inv0.144.0
func (c *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall)Do¶added inv0.144.0
func (c *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.environments.addonsConfig.setAddonEnablement" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall)Fields¶added inv0.144.0
func (c *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall)Header¶added inv0.144.0
func (c *OrganizationsEnvironmentsAddonsConfigSetAddonEnablementCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call¶
type OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call)Context¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Context(ctxcontext.Context) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call)DisableCache¶added inv0.44.0
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) DisableCache(disableCachebool) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
DisableCache sets the optional parameter "disableCache": Flag that specifieswhether the schema is be read from the database or cache. Set to `true` toread 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.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Schema.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call)Fields¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call)Header¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call)IfNoneMatch¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call)Type¶
func (c *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call) Type(type_string) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
Type sets the optional parameter "type": Required. Name of the dataset forwhich you want to retrieve the schema. For example: `fact` or `agg_cus1`
typeOrganizationsEnvironmentsAnalyticsAdminService¶
type OrganizationsEnvironmentsAnalyticsAdminService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsAnalyticsAdminService¶
func NewOrganizationsEnvironmentsAnalyticsAdminService(s *Service) *OrganizationsEnvironmentsAnalyticsAdminService
func (*OrganizationsEnvironmentsAnalyticsAdminService)GetSchemav2¶
func (r *OrganizationsEnvironmentsAnalyticsAdminService) GetSchemav2(namestring) *OrganizationsEnvironmentsAnalyticsAdminGetSchemav2Call
GetSchemav2: Gets a list of metrics and dimensions that can be used tocreate analytics queries and reports. Each schema element contains the nameof the field, its associated type, and a flag indicating whether it is astandard or custom field.
- name: Path to the schema. Use the following structure in your request:`organizations/{org}/environments/{env}/analytics/admin/schemav2`.
typeOrganizationsEnvironmentsAnalyticsExportsCreateCall¶added inv0.30.0
type OrganizationsEnvironmentsAnalyticsExportsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsAnalyticsExportsCreateCall)Context¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsAnalyticsExportsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsAnalyticsExportsCreateCall)Do¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Export,error)
Do executes the "apigee.organizations.environments.analytics.exports.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Export.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsAnalyticsExportsCreateCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsExportsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsAnalyticsExportsCreateCall)Header¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsAnalyticsExportsGetCall¶added inv0.30.0
type OrganizationsEnvironmentsAnalyticsExportsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsAnalyticsExportsGetCall)Context¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsAnalyticsExportsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsAnalyticsExportsGetCall)Do¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Export,error)
Do executes the "apigee.organizations.environments.analytics.exports.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Export.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsAnalyticsExportsGetCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsExportsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsAnalyticsExportsGetCall)Header¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsAnalyticsExportsGetCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsAnalyticsExportsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsAnalyticsExportsListCall¶added inv0.30.0
type OrganizationsEnvironmentsAnalyticsExportsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsAnalyticsExportsListCall)Context¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsAnalyticsExportsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsAnalyticsExportsListCall)Do¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListExportsResponse,error)
Do executes the "apigee.organizations.environments.analytics.exports.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListExportsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsAnalyticsExportsListCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsAnalyticsExportsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsAnalyticsExportsListCall)Header¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsAnalyticsExportsListCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsEnvironmentsAnalyticsExportsListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsAnalyticsExportsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsAnalyticsExportsService¶added inv0.30.0
type OrganizationsEnvironmentsAnalyticsExportsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsAnalyticsExportsService¶added inv0.30.0
func NewOrganizationsEnvironmentsAnalyticsExportsService(s *Service) *OrganizationsEnvironmentsAnalyticsExportsService
func (*OrganizationsEnvironmentsAnalyticsExportsService)Create¶added inv0.30.0
func (r *OrganizationsEnvironmentsAnalyticsExportsService) Create(parentstring, googlecloudapigeev1exportrequest *GoogleCloudApigeeV1ExportRequest) *OrganizationsEnvironmentsAnalyticsExportsCreateCall
Create: Submit a data export job to be processed in the background. If therequest is successful, the API returns a 201 status, a URI that can be usedto retrieve the status of the export job, and the `state` value of"enqueued".
- parent: Names of the parent organization and environment. Must be of theform `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsAnalyticsExportsService)Get¶added inv0.30.0
func (r *OrganizationsEnvironmentsAnalyticsExportsService) Get(namestring) *OrganizationsEnvironmentsAnalyticsExportsGetCall
Get: Gets the details and status of an analytics export job. If the exportjob is still in progress, its `state` is set to "running". After the exportjob has completed successfully, its `state` is set to "completed". If theexport job fails, its `state` is set to `failed`.
- name: Resource name of the export to get.
func (*OrganizationsEnvironmentsAnalyticsExportsService)List¶added inv0.30.0
func (r *OrganizationsEnvironmentsAnalyticsExportsService) List(parentstring) *OrganizationsEnvironmentsAnalyticsExportsListCall
List: Lists the details and status of all analytics export jobs belonging tothe parent organization and environment.
- parent: Names of the parent organization and environment. Must be of theform `organizations/{org}/environments/{env}`.
typeOrganizationsEnvironmentsAnalyticsService¶
type OrganizationsEnvironmentsAnalyticsService struct {Admin *OrganizationsEnvironmentsAnalyticsAdminServiceExports *OrganizationsEnvironmentsAnalyticsExportsService// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsAnalyticsService¶
func NewOrganizationsEnvironmentsAnalyticsService(s *Service) *OrganizationsEnvironmentsAnalyticsService
typeOrganizationsEnvironmentsApisDeploymentsListCall¶
type OrganizationsEnvironmentsApisDeploymentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsApisDeploymentsListCall)Context¶
func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsApisDeploymentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsApisDeploymentsListCall)Do¶
func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse,error)
Do executes the "apigee.organizations.environments.apis.deployments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisDeploymentsListCall)Fields¶
func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisDeploymentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsApisDeploymentsListCall)Header¶
func (c *OrganizationsEnvironmentsApisDeploymentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsApisDeploymentsListCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsApisDeploymentsListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsApisDeploymentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsApisDeploymentsService¶
type OrganizationsEnvironmentsApisDeploymentsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsApisDeploymentsService¶
func NewOrganizationsEnvironmentsApisDeploymentsService(s *Service) *OrganizationsEnvironmentsApisDeploymentsService
func (*OrganizationsEnvironmentsApisDeploymentsService)List¶
func (r *OrganizationsEnvironmentsApisDeploymentsService) List(parentstring) *OrganizationsEnvironmentsApisDeploymentsListCall
List: Lists all deployments of an API proxy in an environment.
- parent: Name representing an API proxy in an environment in the followingformat: `organizations/{org}/environments/{env}/apis/{api}` If the APIproxy resource has the `space` attribute set, IAM permissions are checkeddifferently . To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall)Context¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall)Do¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugSession,error)
Do executes the "apigee.organizations.environments.apis.revisions.debugsessions.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DebugSession.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall)Fields¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall)Header¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall)Timeout¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall) Timeout(timeoutint64) *OrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCall
Timeout sets the optional parameter "timeout": The time in seconds afterwhich this DebugSession should end. A timeout specified in DebugSession willoverwrite this value.
typeOrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall)Context¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall)Do¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugSessionTransaction,error)
Do executes the "apigee.organizations.environments.apis.revisions.debugsessions.data.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DebugSessionTransaction.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall)Fields¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall)Header¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsApisRevisionsDebugsessionsDataService¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsApisRevisionsDebugsessionsDataService¶
func NewOrganizationsEnvironmentsApisRevisionsDebugsessionsDataService(s *Service) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService)Get¶
func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService) Get(namestring) *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/{debug_session}/data/{transaction}`. If theAPI proxy resource has the `space` attribute set, IAM permissions arechecked differently . To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall)Context¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall)Do¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.environments.apis.revisions.debugsessions.deleteData" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall)Fields¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall)Header¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall¶added inv0.25.0
type OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall)Context¶added inv0.25.0
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall)Do¶added inv0.25.0
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugSession,error)
Do executes the "apigee.organizations.environments.apis.revisions.debugsessions.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DebugSession.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall)Fields¶added inv0.25.0
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall)Header¶added inv0.25.0
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall)IfNoneMatch¶added inv0.25.0
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsApisRevisionsDebugsessionsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsApisRevisionsDebugsessionsListCall¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall)Context¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall)Do¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDebugSessionsResponse,error)
Do executes the "apigee.organizations.environments.apis.revisions.debugsessions.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDebugSessionsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall)Fields¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall)Header¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall)PageSize¶added inv0.26.0
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) PageSize(pageSizeint64) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
PageSize sets the optional parameter "pageSize": Maximum number of debugsessions to return. The page size defaults to 25.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall)PageToken¶added inv0.26.0
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) PageToken(pageTokenstring) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
PageToken sets the optional parameter "pageToken": Page token, returned froma previous ListDebugSessions call, that you can use to retrieve the nextpage.
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall)Pages¶added inv0.26.0
func (c *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall) Pages(ctxcontext.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.
typeOrganizationsEnvironmentsApisRevisionsDebugsessionsService¶
type OrganizationsEnvironmentsApisRevisionsDebugsessionsService struct {Data *OrganizationsEnvironmentsApisRevisionsDebugsessionsDataService// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsApisRevisionsDebugsessionsService¶
func NewOrganizationsEnvironmentsApisRevisionsDebugsessionsService(s *Service) *OrganizationsEnvironmentsApisRevisionsDebugsessionsService
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsService)Create¶
func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) Create(parentstring, 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 whichto create the DebugSession. Must be of the form`organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}`. If the API proxy resource has the `space` attribute set,IAM permissions are checked differently . To learn more, read the ApigeeSpaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsService)DeleteData¶
func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) DeleteData(namestring) *OrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataCall
DeleteData: Deletes the data from a debug session. This does not cancel thedebug session or prevent further data from being collected if the session isstill 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}`. If the API proxy resource hasthe `space` attribute set, IAM permissions are checked differently . Tolearn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsService)Get¶added inv0.25.0
func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) Get(namestring) *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/{debug_session}`. If the API proxy resourcehas the `space` attribute set, IAM permissions are checked differently .To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsApisRevisionsDebugsessionsService)List¶
func (r *OrganizationsEnvironmentsApisRevisionsDebugsessionsService) List(parentstring) *OrganizationsEnvironmentsApisRevisionsDebugsessionsListCall
List: Lists debug sessions that are currently active in the given API Proxyrevision.
- parent: The name of the API Proxy revision deployment for which to listdebug sessions. Must be of the form:`organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}`. If the API proxy resource has the `space` attribute set,IAM permissions are checked differently . To learn more, read the ApigeeSpaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsEnvironmentsApisRevisionsDeployCall¶added inv0.31.0
type OrganizationsEnvironmentsApisRevisionsDeployCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsApisRevisionsDeployCall)Context¶added inv0.31.0
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsApisRevisionsDeployCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsApisRevisionsDeployCall)Do¶added inv0.31.0
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment,error)
Do executes the "apigee.organizations.environments.apis.revisions.deploy" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Deployment.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDeployCall)Fields¶added inv0.31.0
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDeployCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsApisRevisionsDeployCall)Header¶added inv0.31.0
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsApisRevisionsDeployCall)Override¶added inv0.31.0
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) Override(overridebool) *OrganizationsEnvironmentsApisRevisionsDeployCall
Override sets the optional parameter "override": Flag that specifies whetherthe new deployment replaces other deployed revisions of the API proxy in theenvironment. Set `override` to `true` to replace other deployed revisions.By default, `override` is `false` and the deployment is rejected if otherrevisions of the API proxy are deployed in the environment.
func (*OrganizationsEnvironmentsApisRevisionsDeployCall)SequencedRollout¶added inv0.31.0
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) SequencedRollout(sequencedRolloutbool) *OrganizationsEnvironmentsApisRevisionsDeployCall
SequencedRollout sets the optional parameter "sequencedRollout": Flag thatspecifies whether to enable sequenced rollout. If set to `true`, the routingrules for this deployment and the environment changes to add the deploymentwill be rolled out in a safe order. This reduces the risk of downtime thatcould be caused by changing the environment group's routing before the newdestination for the affected traffic is ready to receive it. This shouldonly be necessary if the new deployment will be capturing traffic fromanother environment under a shared environment group or if traffic will bererouted to a different environment due to a base path removal. ThegenerateDeployChangeReport API may be used to examine routing changes beforeissuing the deployment request, and its response will indicate if asequenced rollout is recommended for the deployment.
func (*OrganizationsEnvironmentsApisRevisionsDeployCall)ServiceAccount¶added inv0.48.0
func (c *OrganizationsEnvironmentsApisRevisionsDeployCall) ServiceAccount(serviceAccountstring) *OrganizationsEnvironmentsApisRevisionsDeployCall
ServiceAccount sets the optional parameter "serviceAccount": Google CloudIAM service account. The service account represents the identity of thedeployed proxy, and determines what permissions it has. The format must be`{ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com`.
typeOrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall¶added inv0.30.0
type OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall)Context¶added inv0.30.0
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall)Do¶added inv0.30.0
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeploymentChangeReport,error)
Do executes the "apigee.organizations.environments.apis.revisions.deployments.generateDeployChangeReport" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeploymentChangeReport.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall)Header¶added inv0.30.0
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall)Override¶added inv0.30.0
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall) Override(overridebool) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall
Override sets the optional parameter "override": Flag that specifies whetherto force the deployment of the new revision over the currently deployedrevision by overriding conflict checks.
typeOrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall¶added inv0.30.0
type OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall)Context¶added inv0.30.0
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall)Do¶added inv0.30.0
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeploymentChangeReport,error)
Do executes the "apigee.organizations.environments.apis.revisions.deployments.generateUndeployChangeReport" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeploymentChangeReport.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall)Fields¶added inv0.30.0
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall)Header¶added inv0.30.0
func (c *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsApisRevisionsDeploymentsService¶added inv0.30.0
type OrganizationsEnvironmentsApisRevisionsDeploymentsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsApisRevisionsDeploymentsService¶added inv0.30.0
func NewOrganizationsEnvironmentsApisRevisionsDeploymentsService(s *Service) *OrganizationsEnvironmentsApisRevisionsDeploymentsService
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsService)GenerateDeployChangeReport¶added inv0.30.0
func (r *OrganizationsEnvironmentsApisRevisionsDeploymentsService) GenerateDeployChangeReport(namestring) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportCall
GenerateDeployChangeReport: Generates a report for a dry run analysis of aDeployApiProxy request without committing the deployment. In addition to thestandard validations performed when adding deployments, additional analysiswill be done to detect possible traffic routing changes that would resultfrom this deployment being created. Any potential routing conflicts orunsafe changes will be reported in the response. This routing analysis isnot performed for a non-dry-run DeployApiProxy request. For a request path`organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments:generateDeployChangeReport`, two permissions are required: *`apigee.deployments.create` on the resource`organizations/{org}/environments/{env}` * `apigee.proxyrevisions.deploy` onthe 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}` If theAPI proxy resource has the `space` attribute set, IAM permissions arechecked differently . To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsApisRevisionsDeploymentsService)GenerateUndeployChangeReport¶added inv0.30.0
func (r *OrganizationsEnvironmentsApisRevisionsDeploymentsService) GenerateUndeployChangeReport(namestring) *OrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportCall
GenerateUndeployChangeReport: Generates a report for a dry run analysis ofan UndeployApiProxy request without committing the undeploy. In addition tothe standard validations performed when removing deployments, additionalanalysis will be done to detect possible traffic routing changes that wouldresult from this deployment being removed. Any potential routing conflictsor unsafe changes will be reported in the response. This routing analysis isnot performed for a non-dry-run UndeployApiProxy request. For a request path`organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments: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}`.
typeOrganizationsEnvironmentsApisRevisionsGetDeploymentsCall¶
type OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall)Context¶
func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall)Do¶
func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment,error)
Do executes the "apigee.organizations.environments.apis.revisions.getDeployments" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Deployment.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall)Fields¶
func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall)Header¶
func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsApisRevisionsService¶
type OrganizationsEnvironmentsApisRevisionsService struct {Debugsessions *OrganizationsEnvironmentsApisRevisionsDebugsessionsServiceDeployments *OrganizationsEnvironmentsApisRevisionsDeploymentsService// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsApisRevisionsService¶
func NewOrganizationsEnvironmentsApisRevisionsService(s *Service) *OrganizationsEnvironmentsApisRevisionsService
func (*OrganizationsEnvironmentsApisRevisionsService)Deploy¶added inv0.31.0
func (r *OrganizationsEnvironmentsApisRevisionsService) Deploy(namestring) *OrganizationsEnvironmentsApisRevisionsDeployCall
Deploy: Deploys a revision of an API proxy. If another revision of the sameAPI proxy revision is currently deployed, set the `override` parameter to`true` to have this revision replace the currently deployed revision. Youcannot 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 APIproxy, you must create and deploy a new revision. For a request path`organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.create` on theresource `organizations/{org}/environments/{env}` *`apigee.proxyrevisions.deploy` on the resource`organizations/{org}/apis/{api}/revisions/{rev}` All successful API proxydeployments to Apigee are zero-downtime deployments(https://cloud.google.com/apigee/docs/api-platform/deploy/ui-deploy-overview#zero-downtime-deployment).Apigee hybrid validates the dependencies between shared flows and APIproxies at deployment time. For example, if the Flow Callout policy in anAPI proxy references a shared flow that either doesn't exist or isn'tdeployed, the API proxy deployment fails.
- name: Name of the API proxy revision deployment in the following format:`organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` If theAPI proxy resource being deployed has the `space` attribute set, IAMpermissions are checked differently . To learn more, read the ApigeeSpaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsApisRevisionsService)GetDeployments¶
func (r *OrganizationsEnvironmentsApisRevisionsService) GetDeployments(namestring) *OrganizationsEnvironmentsApisRevisionsGetDeploymentsCall
GetDeployments: Gets the deployment of an API proxy revision and actualstate reported by runtime pods.
- name: Name representing an API proxy revision in an environment in thefollowing format:`organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` If theAPI proxy resource has the `space` attribute set, IAM permissions arechecked differently . To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsApisRevisionsService)Undeploy¶added inv0.31.0
func (r *OrganizationsEnvironmentsApisRevisionsService) Undeploy(namestring) *OrganizationsEnvironmentsApisRevisionsUndeployCall
Undeploy: Undeploys an API proxy revision from an environment. For a requestpath`organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.delete` on theresource `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}` If theAPI proxy resource has the `space` attribute set, IAM permissions arechecked differently . To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsEnvironmentsApisRevisionsUndeployCall¶added inv0.31.0
type OrganizationsEnvironmentsApisRevisionsUndeployCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsApisRevisionsUndeployCall)Context¶added inv0.31.0
func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsApisRevisionsUndeployCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsApisRevisionsUndeployCall)Do¶added inv0.31.0
func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.environments.apis.revisions.undeploy" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsApisRevisionsUndeployCall)Fields¶added inv0.31.0
func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsApisRevisionsUndeployCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsApisRevisionsUndeployCall)Header¶added inv0.31.0
func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsApisRevisionsUndeployCall)SequencedRollout¶added inv0.31.0
func (c *OrganizationsEnvironmentsApisRevisionsUndeployCall) SequencedRollout(sequencedRolloutbool) *OrganizationsEnvironmentsApisRevisionsUndeployCall
SequencedRollout sets the optional parameter "sequencedRollout": Flag thatspecifies whether to enable sequenced rollout. If set to `true`, theenvironment group routing rules corresponding to this deployment will beremoved before removing the deployment from the runtime. This is likely tobe a rare use case; it is only needed when the intended effect ofundeploying this proxy is to cause the traffic it currently handles to bererouted to some other existing proxy in the environment group. TheGenerateUndeployChangeReport API may be used to examine routing changesbefore issuing the undeployment request, and its response will indicate if asequenced rollout is recommended for the undeployment.
typeOrganizationsEnvironmentsApisService¶
type OrganizationsEnvironmentsApisService struct {Deployments *OrganizationsEnvironmentsApisDeploymentsServiceRevisions *OrganizationsEnvironmentsApisRevisionsService// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsApisService¶
func NewOrganizationsEnvironmentsApisService(s *Service) *OrganizationsEnvironmentsApisService
typeOrganizationsEnvironmentsArchiveDeploymentsCreateCall¶added inv0.54.0
type OrganizationsEnvironmentsArchiveDeploymentsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsArchiveDeploymentsCreateCall)Context¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsArchiveDeploymentsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsArchiveDeploymentsCreateCall)Do¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.environments.archiveDeployments.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsArchiveDeploymentsCreateCall)Fields¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsArchiveDeploymentsCreateCall)Header¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsArchiveDeploymentsDeleteCall¶added inv0.54.0
type OrganizationsEnvironmentsArchiveDeploymentsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsArchiveDeploymentsDeleteCall)Context¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsArchiveDeploymentsDeleteCall)Do¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.environments.archiveDeployments.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsArchiveDeploymentsDeleteCall)Fields¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsArchiveDeploymentsDeleteCall)Header¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall¶added inv0.54.0
type OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall)Context¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall)Do¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1GenerateDownloadUrlResponse,error)
Do executes the "apigee.organizations.environments.archiveDeployments.generateDownloadUrl" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1GenerateDownloadUrlResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall)Fields¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall)Header¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall¶added inv0.54.0
type OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall)Context¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall)Do¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1GenerateUploadUrlResponse,error)
Do executes the "apigee.organizations.environments.archiveDeployments.generateUploadUrl" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1GenerateUploadUrlResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall)Fields¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall)Header¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsArchiveDeploymentsGetCall¶added inv0.54.0
type OrganizationsEnvironmentsArchiveDeploymentsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsArchiveDeploymentsGetCall)Context¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsArchiveDeploymentsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsArchiveDeploymentsGetCall)Do¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ArchiveDeployment,error)
Do executes the "apigee.organizations.environments.archiveDeployments.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ArchiveDeployment.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsArchiveDeploymentsGetCall)Fields¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsArchiveDeploymentsGetCall)Header¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsArchiveDeploymentsGetCall)IfNoneMatch¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsArchiveDeploymentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsArchiveDeploymentsListCall¶added inv0.54.0
type OrganizationsEnvironmentsArchiveDeploymentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsArchiveDeploymentsListCall)Context¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsArchiveDeploymentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsArchiveDeploymentsListCall)Do¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListArchiveDeploymentsResponse,error)
Do executes the "apigee.organizations.environments.archiveDeployments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListArchiveDeploymentsResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsArchiveDeploymentsListCall)Fields¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsArchiveDeploymentsListCall)Filter¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Filter(filterstring) *OrganizationsEnvironmentsArchiveDeploymentsListCall
Filter sets the optional parameter "filter": An optional query used toreturn a subset of Archive Deployments using the semantics defined inhttps://google.aip.dev/160.
func (*OrganizationsEnvironmentsArchiveDeploymentsListCall)Header¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsArchiveDeploymentsListCall)IfNoneMatch¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsArchiveDeploymentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsArchiveDeploymentsListCall)PageSize¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) PageSize(pageSizeint64) *OrganizationsEnvironmentsArchiveDeploymentsListCall
PageSize sets the optional parameter "pageSize": Maximum number of ArchiveDeployments to return. If unspecified, at most 25 deployments will bereturned.
func (*OrganizationsEnvironmentsArchiveDeploymentsListCall)PageToken¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) PageToken(pageTokenstring) *OrganizationsEnvironmentsArchiveDeploymentsListCall
PageToken sets the optional parameter "pageToken": Page token, returned froma previous ListArchiveDeployments call, that you can use to retrieve thenext page.
func (*OrganizationsEnvironmentsArchiveDeploymentsListCall)Pages¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListArchiveDeploymentsResponse)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.
typeOrganizationsEnvironmentsArchiveDeploymentsPatchCall¶added inv0.54.0
type OrganizationsEnvironmentsArchiveDeploymentsPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsArchiveDeploymentsPatchCall)Context¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsPatchCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsArchiveDeploymentsPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsArchiveDeploymentsPatchCall)Do¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ArchiveDeployment,error)
Do executes the "apigee.organizations.environments.archiveDeployments.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ArchiveDeployment.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsArchiveDeploymentsPatchCall)Fields¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsArchiveDeploymentsPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsArchiveDeploymentsPatchCall)Header¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsArchiveDeploymentsPatchCall)UpdateMask¶added inv0.54.0
func (c *OrganizationsEnvironmentsArchiveDeploymentsPatchCall) UpdateMask(updateMaskstring) *OrganizationsEnvironmentsArchiveDeploymentsPatchCall
UpdateMask sets the optional parameter "updateMask": Required. The list offields to be updated.
typeOrganizationsEnvironmentsArchiveDeploymentsService¶added inv0.54.0
type OrganizationsEnvironmentsArchiveDeploymentsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsArchiveDeploymentsService¶added inv0.54.0
func NewOrganizationsEnvironmentsArchiveDeploymentsService(s *Service) *OrganizationsEnvironmentsArchiveDeploymentsService
func (*OrganizationsEnvironmentsArchiveDeploymentsService)Create¶added inv0.54.0
func (r *OrganizationsEnvironmentsArchiveDeploymentsService) Create(parentstring, googlecloudapigeev1archivedeployment *GoogleCloudApigeeV1ArchiveDeployment) *OrganizationsEnvironmentsArchiveDeploymentsCreateCall
Create: Creates a new ArchiveDeployment.
- parent: The Environment this Archive Deployment will be created in.
func (*OrganizationsEnvironmentsArchiveDeploymentsService)Delete¶added inv0.54.0
func (r *OrganizationsEnvironmentsArchiveDeploymentsService) Delete(namestring) *OrganizationsEnvironmentsArchiveDeploymentsDeleteCall
Delete: Deletes an archive deployment.
- name: Name of the Archive Deployment in the following format:`organizations/{org}/environments/{env}/archiveDeployments/{id}`.
func (*OrganizationsEnvironmentsArchiveDeploymentsService)GenerateDownloadUrl¶added inv0.54.0
func (r *OrganizationsEnvironmentsArchiveDeploymentsService) GenerateDownloadUrl(namestring, googlecloudapigeev1generatedownloadurlrequest *GoogleCloudApigeeV1GenerateDownloadUrlRequest) *OrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlCall
GenerateDownloadUrl: Generates a signed URL for downloading the original zipfile used to create an Archive Deployment. The URL is only valid for alimited period and should be used within minutes after generation. Each callreturns a new upload URL.
- name: The name of the Archive Deployment you want to download.
func (*OrganizationsEnvironmentsArchiveDeploymentsService)GenerateUploadUrl¶added inv0.54.0
func (r *OrganizationsEnvironmentsArchiveDeploymentsService) GenerateUploadUrl(parentstring, googlecloudapigeev1generateuploadurlrequest *GoogleCloudApigeeV1GenerateUploadUrlRequest) *OrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlCall
GenerateUploadUrl: Generates a signed URL for uploading an Archive zip fileto Google Cloud Storage. Once the upload is complete, the signed URL shouldbe passed to CreateArchiveDeployment. When uploading to the generated signedURL, please follow these restrictions: * Source file type should be a zipfile. * Source file size should not exceed 1GB limit. * No credentialsshould be attached - the signed URLs provide access to the target bucketusing internal service identity; if credentials were attached, the identityfrom the credentials would be used, but that identity does not havepermissions to upload files to the URL. When making a HTTP PUT request,these two headers need to be specified: * `content-type: application/zip` *`x-goog-content-length-range: 0,1073741824` And this header SHOULD NOT bespecified: * `Authorization: Bearer YOUR_TOKEN`
- parent: The organization and environment to upload to.
func (*OrganizationsEnvironmentsArchiveDeploymentsService)Get¶added inv0.54.0
func (r *OrganizationsEnvironmentsArchiveDeploymentsService) Get(namestring) *OrganizationsEnvironmentsArchiveDeploymentsGetCall
Get: Gets the specified ArchiveDeployment.
- name: Name of the Archive Deployment in the following format:`organizations/{org}/environments/{env}/archiveDeployments/{id}`.
func (*OrganizationsEnvironmentsArchiveDeploymentsService)List¶added inv0.54.0
func (r *OrganizationsEnvironmentsArchiveDeploymentsService) List(parentstring) *OrganizationsEnvironmentsArchiveDeploymentsListCall
List: Lists the ArchiveDeployments in the specified Environment.
- parent: Name of the Environment for which to list Archive Deployments inthe format: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsArchiveDeploymentsService)Patch¶added inv0.54.0
func (r *OrganizationsEnvironmentsArchiveDeploymentsService) Patch(namestring, googlecloudapigeev1archivedeployment *GoogleCloudApigeeV1ArchiveDeployment) *OrganizationsEnvironmentsArchiveDeploymentsPatchCall
Patch: Updates an existing ArchiveDeployment. Labels can modified but mostof the other fields are not modifiable.
- name: Name of the Archive Deployment in the following format:`organizations/{org}/environments/{env}/archiveDeployments/{id}`.
typeOrganizationsEnvironmentsCachesDeleteCall¶
type OrganizationsEnvironmentsCachesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsCachesDeleteCall)Context¶
func (c *OrganizationsEnvironmentsCachesDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsCachesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsCachesDeleteCall)Do¶
func (c *OrganizationsEnvironmentsCachesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.environments.caches.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsCachesDeleteCall)Fields¶
func (c *OrganizationsEnvironmentsCachesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsCachesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsCachesDeleteCall)Header¶
func (c *OrganizationsEnvironmentsCachesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsCachesService¶
type OrganizationsEnvironmentsCachesService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsCachesService¶
func NewOrganizationsEnvironmentsCachesService(s *Service) *OrganizationsEnvironmentsCachesService
func (*OrganizationsEnvironmentsCachesService)Delete¶
func (r *OrganizationsEnvironmentsCachesService) Delete(namestring) *OrganizationsEnvironmentsCachesDeleteCall
Delete: Deletes a cache.
- name: Cache resource name of the form:`organizations/{organization_id}/environments/{environment_id}/caches/{cache_id}`.
typeOrganizationsEnvironmentsCreateCall¶
type OrganizationsEnvironmentsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsCreateCall)Context¶
func (c *OrganizationsEnvironmentsCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsCreateCall)Do¶
func (c *OrganizationsEnvironmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.environments.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsCreateCall)Fields¶
func (c *OrganizationsEnvironmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsCreateCall)Header¶
func (c *OrganizationsEnvironmentsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsCreateCall)Name¶
func (c *OrganizationsEnvironmentsCreateCall) Name(namestring) *OrganizationsEnvironmentsCreateCall
Name sets the optional parameter "name": Name of the environment.
typeOrganizationsEnvironmentsDeleteCall¶
type OrganizationsEnvironmentsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsDeleteCall)Context¶
func (c *OrganizationsEnvironmentsDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsDeleteCall)Do¶
func (c *OrganizationsEnvironmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.environments.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsDeleteCall)Fields¶
func (c *OrganizationsEnvironmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsDeleteCall)Header¶
func (c *OrganizationsEnvironmentsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsDeploymentsGetCall¶added inv0.198.0
type OrganizationsEnvironmentsDeploymentsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsDeploymentsGetCall)Context¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsDeploymentsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsDeploymentsGetCall)Do¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment,error)
Do executes the "apigee.organizations.environments.deployments.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Deployment.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsDeploymentsGetCall)Fields¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeploymentsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsDeploymentsGetCall)Header¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsDeploymentsGetCall)IfNoneMatch¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsDeploymentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsDeploymentsGetIamPolicyCall¶added inv0.198.0
type OrganizationsEnvironmentsDeploymentsGetIamPolicyCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsDeploymentsGetIamPolicyCall)Context¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsDeploymentsGetIamPolicyCall)Do¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy,error)
Do executes the "apigee.organizations.environments.deployments.getIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*GoogleIamV1Policy.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsDeploymentsGetIamPolicyCall)Fields¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsDeploymentsGetIamPolicyCall)Header¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsDeploymentsGetIamPolicyCall)IfNoneMatch¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsDeploymentsGetIamPolicyCall)OptionsRequestedPolicyVersion¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersionint64) *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall
OptionsRequestedPolicyVersion sets the optional parameter"options.requestedPolicyVersion": The maximum policy version that will beused to format the policy. Valid values are 0, 1, and 3. Requests specifyingan invalid value will be rejected. Requests for policies with anyconditional role bindings must specify version 3. Policies with noconditional role bindings may specify any valid value or leave the fieldunset. The policy in the response might use the policy version that youspecified, or it might use a lower policy version. For example, if youspecify version 3, but the policy has no conditional role bindings, theresponse uses version 1. To learn which resources support conditions intheir IAM policies, see the IAM documentation(https://cloud.google.com/iam/help/conditions/resource-policies).
typeOrganizationsEnvironmentsDeploymentsListCall¶
type OrganizationsEnvironmentsDeploymentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsDeploymentsListCall)Context¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsDeploymentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsDeploymentsListCall)Do¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse,error)
Do executes the "apigee.organizations.environments.deployments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsDeploymentsListCall)Fields¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeploymentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsDeploymentsListCall)Header¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsDeploymentsListCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsDeploymentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsDeploymentsListCall)SharedFlows¶
func (c *OrganizationsEnvironmentsDeploymentsListCall) SharedFlows(sharedFlowsbool) *OrganizationsEnvironmentsDeploymentsListCall
SharedFlows sets the optional parameter "sharedFlows": Flag that specifieswhether to return shared flow or API proxy deployments. Set to `true` toreturn shared flow deployments; set to `false` to return API proxydeployments. Defaults to `false`.
typeOrganizationsEnvironmentsDeploymentsService¶
type OrganizationsEnvironmentsDeploymentsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsDeploymentsService¶
func NewOrganizationsEnvironmentsDeploymentsService(s *Service) *OrganizationsEnvironmentsDeploymentsService
func (*OrganizationsEnvironmentsDeploymentsService)Get¶added inv0.198.0
func (r *OrganizationsEnvironmentsDeploymentsService) Get(namestring) *OrganizationsEnvironmentsDeploymentsGetCall
Get: Gets a particular deployment of Api proxy or a shared flow in anenvironment
- name: Name of the api proxy or the shared flow deployment. Use thefollowing structure in your request:`organizations/{org}/environments/{env}/deployments/{deployment}`.
func (*OrganizationsEnvironmentsDeploymentsService)GetIamPolicy¶added inv0.198.0
func (r *OrganizationsEnvironmentsDeploymentsService) GetIamPolicy(resourcestring) *OrganizationsEnvironmentsDeploymentsGetIamPolicyCall
GetIamPolicy: Gets the IAM policy on a deployment. For more information, seeManage 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.deployments.getIamPolicy` permission to call thisAPI.
- resource: REQUIRED: The resource for which the policy is being requested.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*OrganizationsEnvironmentsDeploymentsService)List¶
func (r *OrganizationsEnvironmentsDeploymentsService) List(parentstring) *OrganizationsEnvironmentsDeploymentsListCall
List: Lists all deployments of API proxies or shared flows in anenvironment.
- parent: Name of the environment for which to return deployment informationin the following format: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsDeploymentsService)SetIamPolicy¶added inv0.198.0
func (r *OrganizationsEnvironmentsDeploymentsService) SetIamPolicy(resourcestring, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall
SetIamPolicy: Sets the IAM policy on a deployment, if the policy alreadyexists 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.deployments.setIamPolicy` permission to call thisAPI.
- resource: REQUIRED: The resource for which the policy is being specified.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*OrganizationsEnvironmentsDeploymentsService)TestIamPermissions¶added inv0.198.0
func (r *OrganizationsEnvironmentsDeploymentsService) TestIamPermissions(resourcestring, googleiamv1testiampermissionsrequest *GoogleIamV1TestIamPermissionsRequest) *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall
TestIamPermissions: Tests the permissions of a user on a deployment, andreturns a subset of permissions that the user has on the deployment. If thedeployment does not exist, an empty permission set is returned (a NOT_FOUNDerror is not returned).
- resource: REQUIRED: The resource for which the policy detail is beingrequested. See Resource names(https://cloud.google.com/apis/design/resource_names) for the appropriatevalue for this field.
typeOrganizationsEnvironmentsDeploymentsSetIamPolicyCall¶added inv0.198.0
type OrganizationsEnvironmentsDeploymentsSetIamPolicyCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsDeploymentsSetIamPolicyCall)Context¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsDeploymentsSetIamPolicyCall)Do¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy,error)
Do executes the "apigee.organizations.environments.deployments.setIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*GoogleIamV1Policy.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsDeploymentsSetIamPolicyCall)Fields¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsDeploymentsSetIamPolicyCall)Header¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsSetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsDeploymentsTestIamPermissionsCall¶added inv0.198.0
type OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall)Context¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall)Do¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse,error)
Do executes the "apigee.organizations.environments.deployments.testIamPermissions" call.Any non-2xx status code is an error. Response headers are in either*GoogleIamV1TestIamPermissionsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall)Fields¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall)Header¶added inv0.198.0
func (c *OrganizationsEnvironmentsDeploymentsTestIamPermissionsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall¶
type OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall)Context¶
func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall)Do¶
func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1FlowHook,error)
Do executes the "apigee.organizations.environments.flowhooks.attachSharedFlowToFlowHook" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1FlowHook.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall)Fields¶
func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall)Header¶
func (c *OrganizationsEnvironmentsFlowhooksAttachSharedFlowToFlowHookCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall¶
type OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall)Context¶
func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall)Do¶
func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1FlowHook,error)
Do executes the "apigee.organizations.environments.flowhooks.detachSharedFlowFromFlowHook" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1FlowHook.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall)Fields¶
func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall)Header¶
func (c *OrganizationsEnvironmentsFlowhooksDetachSharedFlowFromFlowHookCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsFlowhooksGetCall¶
type OrganizationsEnvironmentsFlowhooksGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsFlowhooksGetCall)Context¶
func (c *OrganizationsEnvironmentsFlowhooksGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsFlowhooksGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsFlowhooksGetCall)Do¶
func (c *OrganizationsEnvironmentsFlowhooksGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1FlowHook,error)
Do executes the "apigee.organizations.environments.flowhooks.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1FlowHook.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsFlowhooksGetCall)Fields¶
func (c *OrganizationsEnvironmentsFlowhooksGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsFlowhooksGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsFlowhooksGetCall)Header¶
func (c *OrganizationsEnvironmentsFlowhooksGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsFlowhooksGetCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsFlowhooksGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsFlowhooksGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsFlowhooksService¶
type OrganizationsEnvironmentsFlowhooksService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsFlowhooksService¶
func NewOrganizationsEnvironmentsFlowhooksService(s *Service) *OrganizationsEnvironmentsFlowhooksService
func (*OrganizationsEnvironmentsFlowhooksService)AttachSharedFlowToFlowHook¶
func (r *OrganizationsEnvironmentsFlowhooksService) AttachSharedFlowToFlowHook(namestring, 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 inthe following format:`organizations/{org}/environments/{env}/flowhooks/{flowhook}`.
func (*OrganizationsEnvironmentsFlowhooksService)DetachSharedFlowFromFlowHook¶
func (r *OrganizationsEnvironmentsFlowhooksService) DetachSharedFlowFromFlowHook(namestring) *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(namestring) *OrganizationsEnvironmentsFlowhooksGetCall
Get: Returns the name of the shared flow attached to the specified flowhook. If there's no shared flow attached to the flow hook, the API does notreturn 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}`.
typeOrganizationsEnvironmentsGetAddonsConfigCall¶added inv0.144.0
type OrganizationsEnvironmentsGetAddonsConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsGetAddonsConfigCall)Context¶added inv0.144.0
func (c *OrganizationsEnvironmentsGetAddonsConfigCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsGetAddonsConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsGetAddonsConfigCall)Do¶added inv0.144.0
func (c *OrganizationsEnvironmentsGetAddonsConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AddonsConfig,error)
Do executes the "apigee.organizations.environments.getAddonsConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AddonsConfig.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetAddonsConfigCall)Fields¶added inv0.144.0
func (c *OrganizationsEnvironmentsGetAddonsConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetAddonsConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsGetAddonsConfigCall)Header¶added inv0.144.0
func (c *OrganizationsEnvironmentsGetAddonsConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsGetAddonsConfigCall)IfNoneMatch¶added inv0.144.0
func (c *OrganizationsEnvironmentsGetAddonsConfigCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsGetAddonsConfigCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall¶added inv0.104.0
type OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall)Context¶added inv0.104.0
func (c *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall)Do¶added inv0.104.0
func (c *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiSecurityRuntimeConfig,error)
Do executes the "apigee.organizations.environments.getApiSecurityRuntimeConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiSecurityRuntimeConfig.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall)Fields¶added inv0.104.0
func (c *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall)Header¶added inv0.104.0
func (c *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall)IfNoneMatch¶added inv0.104.0
func (c *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsGetCall¶
type OrganizationsEnvironmentsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsGetCall)Context¶
func (c *OrganizationsEnvironmentsGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsGetCall)Do¶
func (c *OrganizationsEnvironmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Environment,error)
Do executes the "apigee.organizations.environments.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Environment.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetCall)Fields¶
func (c *OrganizationsEnvironmentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsGetCall)Header¶
func (c *OrganizationsEnvironmentsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsGetCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsGetDebugmaskCall¶
type OrganizationsEnvironmentsGetDebugmaskCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsGetDebugmaskCall)Context¶
func (c *OrganizationsEnvironmentsGetDebugmaskCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsGetDebugmaskCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsGetDebugmaskCall)Do¶
func (c *OrganizationsEnvironmentsGetDebugmaskCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugMask,error)
Do executes the "apigee.organizations.environments.getDebugmask" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DebugMask.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetDebugmaskCall)Fields¶
func (c *OrganizationsEnvironmentsGetDebugmaskCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetDebugmaskCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsGetDebugmaskCall)Header¶
func (c *OrganizationsEnvironmentsGetDebugmaskCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsGetDebugmaskCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsGetDebugmaskCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsGetDebugmaskCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsGetDeployedConfigCall¶
type OrganizationsEnvironmentsGetDeployedConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsGetDeployedConfigCall)Context¶
func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsGetDeployedConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsGetDeployedConfigCall)Do¶
func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1EnvironmentConfig,error)
Do executes the "apigee.organizations.environments.getDeployedConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1EnvironmentConfig.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetDeployedConfigCall)Fields¶
func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetDeployedConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsGetDeployedConfigCall)Header¶
func (c *OrganizationsEnvironmentsGetDeployedConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsGetDeployedConfigCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsGetDeployedConfigCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsGetDeployedConfigCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsGetIamPolicyCall¶
type OrganizationsEnvironmentsGetIamPolicyCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsGetIamPolicyCall)Context¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsGetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsGetIamPolicyCall)Do¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy,error)
Do executes the "apigee.organizations.environments.getIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*GoogleIamV1Policy.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsGetIamPolicyCall)Fields¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsGetIamPolicyCall)Header¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsGetIamPolicyCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsGetIamPolicyCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsGetIamPolicyCall)OptionsRequestedPolicyVersion¶
func (c *OrganizationsEnvironmentsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersionint64) *OrganizationsEnvironmentsGetIamPolicyCall
OptionsRequestedPolicyVersion sets the optional parameter"options.requestedPolicyVersion": The maximum policy version that will beused to format the policy. Valid values are 0, 1, and 3. Requests specifyingan invalid value will be rejected. Requests for policies with anyconditional role bindings must specify version 3. Policies with noconditional role bindings may specify any valid value or leave the fieldunset. The policy in the response might use the policy version that youspecified, or it might use a lower policy version. For example, if youspecify version 3, but the policy has no conditional role bindings, theresponse uses version 1. To learn which resources support conditions intheir IAM policies, see the IAM documentation(https://cloud.google.com/iam/help/conditions/resource-policies).
typeOrganizationsEnvironmentsGetSecurityActionsConfigCall¶added inv0.144.0
type OrganizationsEnvironmentsGetSecurityActionsConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsGetSecurityActionsConfigCall)Context¶added inv0.144.0
func (c *OrganizationsEnvironmentsGetSecurityActionsConfigCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsGetSecurityActionsConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsGetSecurityActionsConfigCall)Do¶added inv0.144.0
func (c *OrganizationsEnvironmentsGetSecurityActionsConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityActionsConfig,error)
Do executes the "apigee.organizations.environments.getSecurityActionsConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityActionsConfig.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetSecurityActionsConfigCall)Fields¶added inv0.144.0
func (c *OrganizationsEnvironmentsGetSecurityActionsConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetSecurityActionsConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsGetSecurityActionsConfigCall)Header¶added inv0.144.0
func (c *OrganizationsEnvironmentsGetSecurityActionsConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsGetSecurityActionsConfigCall)IfNoneMatch¶added inv0.144.0
func (c *OrganizationsEnvironmentsGetSecurityActionsConfigCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsGetSecurityActionsConfigCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsGetTraceConfigCall¶added inv0.41.0
type OrganizationsEnvironmentsGetTraceConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsGetTraceConfigCall)Context¶added inv0.41.0
func (c *OrganizationsEnvironmentsGetTraceConfigCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsGetTraceConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsGetTraceConfigCall)Do¶added inv0.41.0
func (c *OrganizationsEnvironmentsGetTraceConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfig,error)
Do executes the "apigee.organizations.environments.getTraceConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1TraceConfig.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsGetTraceConfigCall)Fields¶added inv0.41.0
func (c *OrganizationsEnvironmentsGetTraceConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsGetTraceConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsGetTraceConfigCall)Header¶added inv0.41.0
func (c *OrganizationsEnvironmentsGetTraceConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsGetTraceConfigCall)IfNoneMatch¶added inv0.41.0
func (c *OrganizationsEnvironmentsGetTraceConfigCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsGetTraceConfigCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsKeystoresAliasesCreateCall¶
type OrganizationsEnvironmentsKeystoresAliasesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall)Alias¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Alias(aliasstring) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
Alias sets the optional parameter "alias": Alias for the key/certificatepair. Values must match the regular expression `[\w\s-.]{1,255}`. This mustbe provided for all formats except `selfsignedcert`; self-signed certs mayspecify the alias in either this parameter or the JSON body.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall)Context¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall)Do¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias,error)
Do executes the "apigee.organizations.environments.keystores.aliases.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Alias.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall)Fields¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall)Format¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Format(formatstring) *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 a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall)IgnoreExpiryValidation¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) IgnoreExpiryValidation(ignoreExpiryValidationbool) *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(ignoreNewlineValidationbool) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
IgnoreNewlineValidation sets the optional parameter"ignoreNewlineValidation": Flag that specifies whether to ignore newlinevalidation. If set to `true`, no error is thrown when the file contains acertificate chain with no newline between each certificate. Defaults to`false`.
func (*OrganizationsEnvironmentsKeystoresAliasesCreateCall)Password¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCreateCall) Password(Passwordstring) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
Password sets the optional parameter "_password": DEPRECATED: For improvedsecurity, specify the password in the request body instead of using thequery parameter. To specify the password in the request body, set`Content-type: multipart/form-data` part with name `password`. Password forthe private key file, if required.
typeOrganizationsEnvironmentsKeystoresAliasesCsrCall¶
type OrganizationsEnvironmentsKeystoresAliasesCsrCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeystoresAliasesCsrCall)Context¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeystoresAliasesCsrCall)Do¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody,error)
Do executes the "apigee.organizations.environments.keystores.aliases.csr" call.Any non-2xx status code is an error. Response headers are in either*GoogleApiHttpBody.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsKeystoresAliasesCsrCall)Fields¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeystoresAliasesCsrCall)Header¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsKeystoresAliasesCsrCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsKeystoresAliasesCsrCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsKeystoresAliasesDeleteCall¶
type OrganizationsEnvironmentsKeystoresAliasesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeystoresAliasesDeleteCall)Context¶
func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeystoresAliasesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeystoresAliasesDeleteCall)Do¶
func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias,error)
Do executes the "apigee.organizations.environments.keystores.aliases.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Alias.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresAliasesDeleteCall)Fields¶
func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeystoresAliasesDeleteCall)Header¶
func (c *OrganizationsEnvironmentsKeystoresAliasesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsKeystoresAliasesGetCall¶
type OrganizationsEnvironmentsKeystoresAliasesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeystoresAliasesGetCall)Context¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeystoresAliasesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCall)Do¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias,error)
Do executes the "apigee.organizations.environments.keystores.aliases.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Alias.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCall)Fields¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCall)Header¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsKeystoresAliasesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsKeystoresAliasesGetCertificateCall¶
type OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall)Context¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall)Do¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody,error)
Do executes the "apigee.organizations.environments.keystores.aliases.getCertificate" call.Any non-2xx status code is an error. Response headers are in either*GoogleApiHttpBody.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall)Fields¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall)Header¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsKeystoresAliasesGetCertificateCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsKeystoresAliasesService¶
type OrganizationsEnvironmentsKeystoresAliasesService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsKeystoresAliasesService¶
func NewOrganizationsEnvironmentsKeystoresAliasesService(s *Service) *OrganizationsEnvironmentsKeystoresAliasesService
func (*OrganizationsEnvironmentsKeystoresAliasesService)Create¶
func (r *OrganizationsEnvironmentsKeystoresAliasesService) Create(parentstring, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsKeystoresAliasesCreateCall
Create: Creates an alias from a key/certificate pair. The structure of therequest 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. Ifuploading to a truststore, omit `keyFile`. - `pkcs12` - A PKCS12 file isuploaded. Set `Content-Type: multipart/form-data`, provide the file in the`file` field, and include the `password` field if the file is encrypted inthe request body. - `selfsignedcert` - A new private key and certificate aregenerated. Set `Content-Type: application/json` and includeCertificateGenerationSpec 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(namestring) *OrganizationsEnvironmentsKeystoresAliasesCsrCall
Csr: Generates a PKCS #10 Certificate Signing Request for the private key inan 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(namestring) *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(namestring) *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(namestring) *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(namestring, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
Update: Updates the certificate in an alias. The updated certificate must bein PEM- or DER-encoded X.509 format.
- name: Name of the alias. Use the following format in your request:`organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}`.
typeOrganizationsEnvironmentsKeystoresAliasesUpdateCall¶
type OrganizationsEnvironmentsKeystoresAliasesUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeystoresAliasesUpdateCall)Context¶
func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeystoresAliasesUpdateCall)Do¶
func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Alias,error)
Do executes the "apigee.organizations.environments.keystores.aliases.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Alias.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresAliasesUpdateCall)Fields¶
func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeystoresAliasesUpdateCall)Header¶
func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsKeystoresAliasesUpdateCall)IgnoreExpiryValidation¶
func (c *OrganizationsEnvironmentsKeystoresAliasesUpdateCall) IgnoreExpiryValidation(ignoreExpiryValidationbool) *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(ignoreNewlineValidationbool) *OrganizationsEnvironmentsKeystoresAliasesUpdateCall
IgnoreNewlineValidation sets the optional parameter"ignoreNewlineValidation": Flag that specifies whether to ignore newlinevalidation. If set to `true`, no error is thrown when the file contains acertificate chain with no newline between each certificate. Defaults to`false`.
typeOrganizationsEnvironmentsKeystoresCreateCall¶
type OrganizationsEnvironmentsKeystoresCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeystoresCreateCall)Context¶
func (c *OrganizationsEnvironmentsKeystoresCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeystoresCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeystoresCreateCall)Do¶
func (c *OrganizationsEnvironmentsKeystoresCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Keystore,error)
Do executes the "apigee.organizations.environments.keystores.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Keystore.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresCreateCall)Fields¶
func (c *OrganizationsEnvironmentsKeystoresCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeystoresCreateCall)Header¶
func (c *OrganizationsEnvironmentsKeystoresCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsKeystoresCreateCall)Name¶
func (c *OrganizationsEnvironmentsKeystoresCreateCall) Name(namestring) *OrganizationsEnvironmentsKeystoresCreateCall
Name sets the optional parameter "name": Name of the keystore. Overrides thevalue in Keystore.
typeOrganizationsEnvironmentsKeystoresDeleteCall¶
type OrganizationsEnvironmentsKeystoresDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeystoresDeleteCall)Context¶
func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeystoresDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeystoresDeleteCall)Do¶
func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Keystore,error)
Do executes the "apigee.organizations.environments.keystores.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Keystore.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresDeleteCall)Fields¶
func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeystoresDeleteCall)Header¶
func (c *OrganizationsEnvironmentsKeystoresDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsKeystoresGetCall¶
type OrganizationsEnvironmentsKeystoresGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeystoresGetCall)Context¶
func (c *OrganizationsEnvironmentsKeystoresGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeystoresGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeystoresGetCall)Do¶
func (c *OrganizationsEnvironmentsKeystoresGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Keystore,error)
Do executes the "apigee.organizations.environments.keystores.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Keystore.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeystoresGetCall)Fields¶
func (c *OrganizationsEnvironmentsKeystoresGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeystoresGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeystoresGetCall)Header¶
func (c *OrganizationsEnvironmentsKeystoresGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsKeystoresGetCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsKeystoresGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsKeystoresGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsKeystoresService¶
type OrganizationsEnvironmentsKeystoresService struct {Aliases *OrganizationsEnvironmentsKeystoresAliasesService// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsKeystoresService¶
func NewOrganizationsEnvironmentsKeystoresService(s *Service) *OrganizationsEnvironmentsKeystoresService
func (*OrganizationsEnvironmentsKeystoresService)Create¶
func (r *OrganizationsEnvironmentsKeystoresService) Create(parentstring, googlecloudapigeev1keystore *GoogleCloudApigeeV1Keystore) *OrganizationsEnvironmentsKeystoresCreateCall
Create: Creates a keystore or truststore. - Keystore: Contains certificatesand their associated keys. - Truststore: Contains trusted certificates usedto validate a server's certificate. These certificates are typicallyself-signed certificates or certificates that are not signed by a trustedCA.
- parent: Name of the environment in which to create the keystore. Use thefollowing format in your request: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsKeystoresService)Delete¶
func (r *OrganizationsEnvironmentsKeystoresService) Delete(namestring) *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(namestring) *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}`.
typeOrganizationsEnvironmentsKeyvaluemapsCreateCall¶
type OrganizationsEnvironmentsKeyvaluemapsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeyvaluemapsCreateCall)Context¶
func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeyvaluemapsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeyvaluemapsCreateCall)Do¶
func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.environments.keyvaluemaps.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeyvaluemapsCreateCall)Fields¶
func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeyvaluemapsCreateCall)Header¶
func (c *OrganizationsEnvironmentsKeyvaluemapsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsKeyvaluemapsDeleteCall¶
type OrganizationsEnvironmentsKeyvaluemapsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeyvaluemapsDeleteCall)Context¶
func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeyvaluemapsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeyvaluemapsDeleteCall)Do¶
func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.environments.keyvaluemaps.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeyvaluemapsDeleteCall)Fields¶
func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeyvaluemapsDeleteCall)Header¶
func (c *OrganizationsEnvironmentsKeyvaluemapsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall¶added inv0.83.0
type OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall)Context¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall)Do¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.environments.keyvaluemaps.entries.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall)Fields¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall)Header¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall¶added inv0.83.0
type OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall)Context¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall)Do¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.environments.keyvaluemaps.entries.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall)Fields¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall)Header¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsKeyvaluemapsEntriesGetCall¶added inv0.83.0
type OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall)Context¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall)Do¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.environments.keyvaluemaps.entries.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall)Fields¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall)Header¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall)IfNoneMatch¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsKeyvaluemapsEntriesListCall¶added inv0.83.0
type OrganizationsEnvironmentsKeyvaluemapsEntriesListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeyvaluemapsEntriesListCall)Context¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesListCall)Do¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListKeyValueEntriesResponse,error)
Do executes the "apigee.organizations.environments.keyvaluemaps.entries.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListKeyValueEntriesResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesListCall)Fields¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesListCall)Header¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesListCall)IfNoneMatch¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesListCall)PageSize¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) PageSize(pageSizeint64) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
PageSize sets the optional parameter "pageSize": Maximum number of key valueentries to return. If unspecified, at most 100 entries will be returned.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesListCall)PageToken¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) PageToken(pageTokenstring) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
PageToken sets the optional parameter "pageToken": Page token. If provides,must be a valid key value entry returned from a previous call that can beused to retrieve the next page.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesListCall)Pages¶added inv0.83.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListKeyValueEntriesResponse)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.
typeOrganizationsEnvironmentsKeyvaluemapsEntriesService¶added inv0.83.0
type OrganizationsEnvironmentsKeyvaluemapsEntriesService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsKeyvaluemapsEntriesService¶added inv0.83.0
func NewOrganizationsEnvironmentsKeyvaluemapsEntriesService(s *Service) *OrganizationsEnvironmentsKeyvaluemapsEntriesService
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesService)Create¶added inv0.83.0
func (r *OrganizationsEnvironmentsKeyvaluemapsEntriesService) Create(parentstring, googlecloudapigeev1keyvalueentry *GoogleCloudApigeeV1KeyValueEntry) *OrganizationsEnvironmentsKeyvaluemapsEntriesCreateCall
Create: Creates key value entries in a key value map scoped to anorganization, environment, or API proxy. **Note**: Supported for Apigeehybrid 1.8.x and higher.
- parent: Scope as indicated by the URI in which to create the key value mapentry. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesService)Delete¶added inv0.83.0
func (r *OrganizationsEnvironmentsKeyvaluemapsEntriesService) Delete(namestring) *OrganizationsEnvironmentsKeyvaluemapsEntriesDeleteCall
Delete: Deletes a key value entry from a key value map scoped to anorganization, environment, or API proxy. **Notes:** * After you delete thekey value entry, the policy consuming the entry will continue to functionwith its cached values for a few minutes. This is expected behavior. *Supported for Apigee hybrid 1.8.x and higher.
- name: Scope as indicated by the URI in which to delete the key value mapentry. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/{entry}` *`organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`.If the KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesService)Get¶added inv0.83.0
func (r *OrganizationsEnvironmentsKeyvaluemapsEntriesService) Get(namestring) *OrganizationsEnvironmentsKeyvaluemapsEntriesGetCall
Get: Get the key value entry value for a key value map scoped to anorganization, environment, or API proxy. **Note**: Supported for Apigeehybrid 1.8.x and higher.
- name: Scope as indicated by the URI in which to fetch the key value mapentry/value. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/{entry}` *`organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`.If the KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesService)List¶added inv0.83.0
func (r *OrganizationsEnvironmentsKeyvaluemapsEntriesService) List(parentstring) *OrganizationsEnvironmentsKeyvaluemapsEntriesListCall
List: Lists key value entries for key values maps scoped to an organization,environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x andhigher.
- parent: Scope as indicated by the URI in which to list key value maps. Use**one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesService)Update¶added inv0.157.0
func (r *OrganizationsEnvironmentsKeyvaluemapsEntriesService) Update(namestring, googlecloudapigeev1keyvalueentry *GoogleCloudApigeeV1KeyValueEntry) *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall
Update: Update key value entry scoped to an organization, environment, orAPI proxy for an existing key.
- name: Scope as indicated by the URI in which to create the key value mapentry. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall¶added inv0.157.0
type OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall)Context¶added inv0.157.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall)Do¶added inv0.157.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.environments.keyvaluemaps.entries.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall)Fields¶added inv0.157.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall)Header¶added inv0.157.0
func (c *OrganizationsEnvironmentsKeyvaluemapsEntriesUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsKeyvaluemapsGetCall¶added inv0.254.0
type OrganizationsEnvironmentsKeyvaluemapsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeyvaluemapsGetCall)Context¶added inv0.254.0
func (c *OrganizationsEnvironmentsKeyvaluemapsGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeyvaluemapsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeyvaluemapsGetCall)Do¶added inv0.254.0
func (c *OrganizationsEnvironmentsKeyvaluemapsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.environments.keyvaluemaps.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeyvaluemapsGetCall)Fields¶added inv0.254.0
func (c *OrganizationsEnvironmentsKeyvaluemapsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeyvaluemapsGetCall)Header¶added inv0.254.0
func (c *OrganizationsEnvironmentsKeyvaluemapsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsKeyvaluemapsGetCall)IfNoneMatch¶added inv0.254.0
func (c *OrganizationsEnvironmentsKeyvaluemapsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsKeyvaluemapsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsKeyvaluemapsService¶
type OrganizationsEnvironmentsKeyvaluemapsService struct {Entries *OrganizationsEnvironmentsKeyvaluemapsEntriesService// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsKeyvaluemapsService¶
func NewOrganizationsEnvironmentsKeyvaluemapsService(s *Service) *OrganizationsEnvironmentsKeyvaluemapsService
func (*OrganizationsEnvironmentsKeyvaluemapsService)Create¶
func (r *OrganizationsEnvironmentsKeyvaluemapsService) Create(parentstring, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsEnvironmentsKeyvaluemapsCreateCall
Create: Creates a key value map in an environment.
- parent: Name of the environment in which to create the key value map. Usethe following structure in your request:`organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsKeyvaluemapsService)Delete¶
func (r *OrganizationsEnvironmentsKeyvaluemapsService) Delete(namestring) *OrganizationsEnvironmentsKeyvaluemapsDeleteCall
Delete: Deletes a key value map from an environment.
- name: Name of the key value map. Use the following structure in yourrequest:`organizations/{org}/environments/{env}/keyvaluemaps/{keyvaluemap}`.
func (*OrganizationsEnvironmentsKeyvaluemapsService)Get¶added inv0.254.0
func (r *OrganizationsEnvironmentsKeyvaluemapsService) Get(namestring) *OrganizationsEnvironmentsKeyvaluemapsGetCall
Get: Get the key value map scoped to an organization, environment, or APIproxy.
- name: Scope as indicated by the URI in which to fetch the key value map.Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsKeyvaluemapsService)Update¶added inv0.254.0
func (r *OrganizationsEnvironmentsKeyvaluemapsService) Update(namestring, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsEnvironmentsKeyvaluemapsUpdateCall
Update: Update the key value map scoped to an organization, environment, orAPI proxy.
- name: Scope as indicated by the URI in which to fetch the key value map.Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsEnvironmentsKeyvaluemapsUpdateCall¶added inv0.254.0
type OrganizationsEnvironmentsKeyvaluemapsUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsKeyvaluemapsUpdateCall)Context¶added inv0.254.0
func (c *OrganizationsEnvironmentsKeyvaluemapsUpdateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsKeyvaluemapsUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsKeyvaluemapsUpdateCall)Do¶added inv0.254.0
func (c *OrganizationsEnvironmentsKeyvaluemapsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.environments.keyvaluemaps.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsKeyvaluemapsUpdateCall)Fields¶added inv0.254.0
func (c *OrganizationsEnvironmentsKeyvaluemapsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsKeyvaluemapsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsKeyvaluemapsUpdateCall)Header¶added inv0.254.0
func (c *OrganizationsEnvironmentsKeyvaluemapsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsModifyEnvironmentCall¶added inv0.93.0
type OrganizationsEnvironmentsModifyEnvironmentCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsModifyEnvironmentCall)Context¶added inv0.93.0
func (c *OrganizationsEnvironmentsModifyEnvironmentCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsModifyEnvironmentCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsModifyEnvironmentCall)Do¶added inv0.93.0
func (c *OrganizationsEnvironmentsModifyEnvironmentCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.environments.modifyEnvironment" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsModifyEnvironmentCall)Fields¶added inv0.93.0
func (c *OrganizationsEnvironmentsModifyEnvironmentCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsModifyEnvironmentCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsModifyEnvironmentCall)Header¶added inv0.93.0
func (c *OrganizationsEnvironmentsModifyEnvironmentCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsModifyEnvironmentCall)UpdateMask¶added inv0.93.0
func (c *OrganizationsEnvironmentsModifyEnvironmentCall) UpdateMask(updateMaskstring) *OrganizationsEnvironmentsModifyEnvironmentCall
UpdateMask sets the optional parameter "updateMask": List of fields to beupdated. Fields that can be updated: node_config.
typeOrganizationsEnvironmentsOptimizedStatsGetCall¶
type OrganizationsEnvironmentsOptimizedStatsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Accuracy¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Accuracy(accuracystring) *OrganizationsEnvironmentsOptimizedStatsGetCall
Accuracy sets the optional parameter "accuracy": No longer used by Apigee.Supported for backwards compatibility.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)AggTable¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) AggTable(aggTablestring) *OrganizationsEnvironmentsOptimizedStatsGetCall
AggTable sets the optional parameter "aggTable": Table name used to querycustom aggregate tables. If this parameter is skipped, then Apigee will tryto retrieve the data from fact tables which will be expensive.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Context¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsOptimizedStatsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Do¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1OptimizedStats,error)
Do executes the "apigee.organizations.environments.optimizedStats.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1OptimizedStats.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Fields¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsOptimizedStatsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Filter¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Filter(filterstring) *OrganizationsEnvironmentsOptimizedStatsGetCall
Filter sets the optional parameter "filter": Filter that enables you todrill-down on specific dimension values.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Header¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsOptimizedStatsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Limit¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Limit(limitstring) *OrganizationsEnvironmentsOptimizedStatsGetCall
Limit sets the optional parameter "limit": Maximum number of result items toreturn.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Offset¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Offset(offsetstring) *OrganizationsEnvironmentsOptimizedStatsGetCall
Offset sets the optional parameter "offset": Offset value. Use `offset` with`limit` to enable pagination of results. For example, to display results11-20, set limit to `10` and offset to `10`.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Realtime¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Realtime(realtimebool) *OrganizationsEnvironmentsOptimizedStatsGetCall
Realtime sets the optional parameter "realtime": No longer used by Apigee.Supported for backwards compatibility.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Select¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Select(select_string) *OrganizationsEnvironmentsOptimizedStatsGetCall
Select sets the optional parameter "select": Required. Comma-separated listof metrics. For example: `sum(message_count),sum(error_count)`
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Sonar¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Sonar(sonarbool) *OrganizationsEnvironmentsOptimizedStatsGetCall
Sonar sets the optional parameter "sonar": Routes the query to APIMonitoring for the last hour.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Sort¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Sort(sortstring) *OrganizationsEnvironmentsOptimizedStatsGetCall
Sort sets the optional parameter "sort": Flag that specifies whether thesort order should be ascending or descending. Valid values include `DESC`and `ASC`.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Sortby¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Sortby(sortbystring) *OrganizationsEnvironmentsOptimizedStatsGetCall
Sortby sets the optional parameter "sortby": Comma-separated list of metricsto sort the final result.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)TimeRange¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) TimeRange(timeRangestring) *OrganizationsEnvironmentsOptimizedStatsGetCall
TimeRange sets the optional parameter "timeRange": Required. Time intervalfor the interactive query. Time range is specified in GMT as `start~end`.For example: `04/15/2017 00:00~05/15/2017 23:59`
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)TimeUnit¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) TimeUnit(timeUnitstring) *OrganizationsEnvironmentsOptimizedStatsGetCall
TimeUnit sets the optional parameter "timeUnit": Granularity of metricsreturned. Valid values include: `second`, `minute`, `hour`, `day`, `week`,or `month`.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Topk¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Topk(topkstring) *OrganizationsEnvironmentsOptimizedStatsGetCall
Topk sets the optional parameter "topk": Top number of results to return.For example, to return the top 5 results, set `topk=5`.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)TsAscending¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) TsAscending(tsAscendingbool) *OrganizationsEnvironmentsOptimizedStatsGetCall
TsAscending sets the optional parameter "tsAscending": Flag that specifieswhether to list timestamps in ascending (`true`) or descending (`false`)order. Apigee recommends setting this value to `true` if you are using`sortby` with `sort=DESC`.
func (*OrganizationsEnvironmentsOptimizedStatsGetCall)Tzo¶
func (c *OrganizationsEnvironmentsOptimizedStatsGetCall) Tzo(tzostring) *OrganizationsEnvironmentsOptimizedStatsGetCall
Tzo sets the optional parameter "tzo": Timezone offset value.
typeOrganizationsEnvironmentsOptimizedStatsService¶
type OrganizationsEnvironmentsOptimizedStatsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsOptimizedStatsService¶
func NewOrganizationsEnvironmentsOptimizedStatsService(s *Service) *OrganizationsEnvironmentsOptimizedStatsService
func (*OrganizationsEnvironmentsOptimizedStatsService)Get¶
func (r *OrganizationsEnvironmentsOptimizedStatsService) Get(namestring) *OrganizationsEnvironmentsOptimizedStatsGetCall
Get: Similar to GetStats except that the response is less verbose.
- name: Resource name for which the interactive query will be executed. Usethe following format in your request:`organizations/{org}/environments/{env}/optimizedStats/{dimensions}`Dimensions let you view metrics in meaningful groupings, such as`apiproxy`, `target_host`. The value of `dimensions` should be acomma-separated list as shown below:`organizations/{org}/environments/{env}/optimizedStats/apiproxy,request_verb`.
typeOrganizationsEnvironmentsQueriesCreateCall¶
type OrganizationsEnvironmentsQueriesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsQueriesCreateCall)Context¶
func (c *OrganizationsEnvironmentsQueriesCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsQueriesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsQueriesCreateCall)Do¶
func (c *OrganizationsEnvironmentsQueriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery,error)
Do executes the "apigee.organizations.environments.queries.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AsyncQuery.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsQueriesCreateCall)Fields¶
func (c *OrganizationsEnvironmentsQueriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsQueriesCreateCall)Header¶
func (c *OrganizationsEnvironmentsQueriesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsQueriesGetCall¶
type OrganizationsEnvironmentsQueriesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsQueriesGetCall)Context¶
func (c *OrganizationsEnvironmentsQueriesGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsQueriesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsQueriesGetCall)Do¶
func (c *OrganizationsEnvironmentsQueriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery,error)
Do executes the "apigee.organizations.environments.queries.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AsyncQuery.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsQueriesGetCall)Fields¶
func (c *OrganizationsEnvironmentsQueriesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsQueriesGetCall)Header¶
func (c *OrganizationsEnvironmentsQueriesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsQueriesGetCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsQueriesGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsQueriesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsQueriesGetResultCall¶
type OrganizationsEnvironmentsQueriesGetResultCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsQueriesGetResultCall)Context¶
func (c *OrganizationsEnvironmentsQueriesGetResultCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsQueriesGetResultCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsQueriesGetResultCall)Do¶
func (c *OrganizationsEnvironmentsQueriesGetResultCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody,error)
Do executes the "apigee.organizations.environments.queries.getResult" call.Any non-2xx status code is an error. Response headers are in either*GoogleApiHttpBody.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsQueriesGetResultCall)Fields¶
func (c *OrganizationsEnvironmentsQueriesGetResultCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesGetResultCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsQueriesGetResultCall)Header¶
func (c *OrganizationsEnvironmentsQueriesGetResultCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsQueriesGetResultCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsQueriesGetResultCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsQueriesGetResultCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsQueriesGetResulturlCall¶added inv0.71.0
type OrganizationsEnvironmentsQueriesGetResulturlCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsQueriesGetResulturlCall)Context¶added inv0.71.0
func (c *OrganizationsEnvironmentsQueriesGetResulturlCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsQueriesGetResulturlCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsQueriesGetResulturlCall)Do¶added inv0.71.0
func (c *OrganizationsEnvironmentsQueriesGetResulturlCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse,error)
Do executes the "apigee.organizations.environments.queries.getResulturl" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsQueriesGetResulturlCall)Fields¶added inv0.71.0
func (c *OrganizationsEnvironmentsQueriesGetResulturlCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesGetResulturlCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsQueriesGetResulturlCall)Header¶added inv0.71.0
func (c *OrganizationsEnvironmentsQueriesGetResulturlCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsQueriesGetResulturlCall)IfNoneMatch¶added inv0.71.0
func (c *OrganizationsEnvironmentsQueriesGetResulturlCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsQueriesGetResulturlCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsQueriesListCall¶
type OrganizationsEnvironmentsQueriesListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsQueriesListCall)Context¶
func (c *OrganizationsEnvironmentsQueriesListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsQueriesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsQueriesListCall)Dataset¶
func (c *OrganizationsEnvironmentsQueriesListCall) Dataset(datasetstring) *OrganizationsEnvironmentsQueriesListCall
Dataset sets the optional parameter "dataset": Filter response list bydataset. Example: `api`, `mint`
func (*OrganizationsEnvironmentsQueriesListCall)Do¶
func (c *OrganizationsEnvironmentsQueriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAsyncQueriesResponse,error)
Do executes the "apigee.organizations.environments.queries.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListAsyncQueriesResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsQueriesListCall)Fields¶
func (c *OrganizationsEnvironmentsQueriesListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsQueriesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsQueriesListCall)From¶
func (c *OrganizationsEnvironmentsQueriesListCall) From(fromstring) *OrganizationsEnvironmentsQueriesListCall
From sets the optional parameter "from": Filter response list by returningasynchronous queries that created after this date time. Time must be in ISOdate-time format like '2011-12-03T10:15:30Z'.
func (*OrganizationsEnvironmentsQueriesListCall)Header¶
func (c *OrganizationsEnvironmentsQueriesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsQueriesListCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsQueriesListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsQueriesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsQueriesListCall)InclQueriesWithoutReport¶
func (c *OrganizationsEnvironmentsQueriesListCall) InclQueriesWithoutReport(inclQueriesWithoutReportstring) *OrganizationsEnvironmentsQueriesListCall
InclQueriesWithoutReport sets the optional parameter"inclQueriesWithoutReport": Flag to include asynchronous queries that don'thave a report denifition.
func (*OrganizationsEnvironmentsQueriesListCall)Status¶
func (c *OrganizationsEnvironmentsQueriesListCall) Status(statusstring) *OrganizationsEnvironmentsQueriesListCall
Status sets the optional parameter "status": Filter response list byasynchronous query status.
func (*OrganizationsEnvironmentsQueriesListCall)SubmittedBy¶
func (c *OrganizationsEnvironmentsQueriesListCall) SubmittedBy(submittedBystring) *OrganizationsEnvironmentsQueriesListCall
SubmittedBy sets the optional parameter "submittedBy": Filter response listby user who submitted queries.
func (*OrganizationsEnvironmentsQueriesListCall)To¶
func (c *OrganizationsEnvironmentsQueriesListCall) To(tostring) *OrganizationsEnvironmentsQueriesListCall
To sets the optional parameter "to": Filter response list by returningasynchronous queries that created before this date time. Time must be in ISOdate-time format like '2011-12-03T10:16:30Z'.
typeOrganizationsEnvironmentsQueriesService¶
type OrganizationsEnvironmentsQueriesService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsQueriesService¶
func NewOrganizationsEnvironmentsQueriesService(s *Service) *OrganizationsEnvironmentsQueriesService
func (*OrganizationsEnvironmentsQueriesService)Create¶
func (r *OrganizationsEnvironmentsQueriesService) Create(parentstring, googlecloudapigeev1query *GoogleCloudApigeeV1Query) *OrganizationsEnvironmentsQueriesCreateCall
Create: Submit a query to be processed in the background. If the submissionof the query succeeds, the API returns a 201 status and an ID that refer tothe 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(namestring) *OrganizationsEnvironmentsQueriesGetCall
Get: Get query status If the query is still in progress, the `state` is setto "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(namestring) *OrganizationsEnvironmentsQueriesGetResultCall
GetResult: After the query is completed, use this API to retrieve theresults. If the request succeeds, and there is a non-zero result set, theresult is downloaded to the client as a zipped JSON file. The name of thedownloaded 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)GetResulturl¶added inv0.71.0
func (r *OrganizationsEnvironmentsQueriesService) GetResulturl(namestring) *OrganizationsEnvironmentsQueriesGetResulturlCall
GetResulturl: After the query is completed, use this API to retrieve theresults. If the request succeeds, and there is a non-zero result set, theresult is sent to the client as a list of urls to JSON files.
- name: Name of the asynchronous query result to get. Must be of the form`organizations/{org}/environments/{env}/queries/{queryId}/resulturl`.
func (*OrganizationsEnvironmentsQueriesService)List¶
func (r *OrganizationsEnvironmentsQueriesService) List(parentstring) *OrganizationsEnvironmentsQueriesListCall
List: Return a list of Asynchronous Queries
- parent: The parent resource name. Must be of the form`organizations/{org}/environments/{env}`.
typeOrganizationsEnvironmentsReferencesCreateCall¶
type OrganizationsEnvironmentsReferencesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsReferencesCreateCall)Context¶
func (c *OrganizationsEnvironmentsReferencesCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsReferencesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsReferencesCreateCall)Do¶
func (c *OrganizationsEnvironmentsReferencesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference,error)
Do executes the "apigee.organizations.environments.references.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Reference.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsReferencesCreateCall)Fields¶
func (c *OrganizationsEnvironmentsReferencesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsReferencesCreateCall)Header¶
func (c *OrganizationsEnvironmentsReferencesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsReferencesDeleteCall¶
type OrganizationsEnvironmentsReferencesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsReferencesDeleteCall)Context¶
func (c *OrganizationsEnvironmentsReferencesDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsReferencesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsReferencesDeleteCall)Do¶
func (c *OrganizationsEnvironmentsReferencesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference,error)
Do executes the "apigee.organizations.environments.references.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Reference.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsReferencesDeleteCall)Fields¶
func (c *OrganizationsEnvironmentsReferencesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsReferencesDeleteCall)Header¶
func (c *OrganizationsEnvironmentsReferencesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsReferencesGetCall¶
type OrganizationsEnvironmentsReferencesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsReferencesGetCall)Context¶
func (c *OrganizationsEnvironmentsReferencesGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsReferencesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsReferencesGetCall)Do¶
func (c *OrganizationsEnvironmentsReferencesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference,error)
Do executes the "apigee.organizations.environments.references.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Reference.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsReferencesGetCall)Fields¶
func (c *OrganizationsEnvironmentsReferencesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsReferencesGetCall)Header¶
func (c *OrganizationsEnvironmentsReferencesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsReferencesGetCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsReferencesGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsReferencesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsReferencesService¶
type OrganizationsEnvironmentsReferencesService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsReferencesService¶
func NewOrganizationsEnvironmentsReferencesService(s *Service) *OrganizationsEnvironmentsReferencesService
func (*OrganizationsEnvironmentsReferencesService)Create¶
func (r *OrganizationsEnvironmentsReferencesService) Create(parentstring, googlecloudapigeev1reference *GoogleCloudApigeeV1Reference) *OrganizationsEnvironmentsReferencesCreateCall
Create: Creates a Reference in the specified environment.
- parent: The parent environment name under which the Reference will becreated. Must be of the form `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsReferencesService)Delete¶
func (r *OrganizationsEnvironmentsReferencesService) Delete(namestring) *OrganizationsEnvironmentsReferencesDeleteCall
Delete: Deletes a Reference from an environment. Returns the deletedReference 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(namestring) *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(namestring, googlecloudapigeev1reference *GoogleCloudApigeeV1Reference) *OrganizationsEnvironmentsReferencesUpdateCall
Update: Updates an existing Reference. Note that this operation has PUTsemantics; it will replace the entirety of the existing Reference with theresource in the request body.
- name: The name of the Reference to update. Must be of the form`organizations/{org}/environments/{env}/references/{ref}`.
typeOrganizationsEnvironmentsReferencesUpdateCall¶
type OrganizationsEnvironmentsReferencesUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsReferencesUpdateCall)Context¶
func (c *OrganizationsEnvironmentsReferencesUpdateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsReferencesUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsReferencesUpdateCall)Do¶
func (c *OrganizationsEnvironmentsReferencesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Reference,error)
Do executes the "apigee.organizations.environments.references.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Reference.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsReferencesUpdateCall)Fields¶
func (c *OrganizationsEnvironmentsReferencesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsReferencesUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsReferencesUpdateCall)Header¶
func (c *OrganizationsEnvironmentsReferencesUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsResourcefilesCreateCall¶
type OrganizationsEnvironmentsResourcefilesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsResourcefilesCreateCall)Context¶
func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsResourcefilesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsResourcefilesCreateCall)Do¶
func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ResourceFile,error)
Do executes the "apigee.organizations.environments.resourcefiles.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ResourceFile.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsResourcefilesCreateCall)Fields¶
func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsResourcefilesCreateCall)Header¶
func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsResourcefilesCreateCall)Name¶
func (c *OrganizationsEnvironmentsResourcefilesCreateCall) Name(namestring) *OrganizationsEnvironmentsResourcefilesCreateCall
Name sets the optional parameter "name": Required. Name of the resourcefile. 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 }}
typeOrganizationsEnvironmentsResourcefilesDeleteCall¶
type OrganizationsEnvironmentsResourcefilesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsResourcefilesDeleteCall)Context¶
func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsResourcefilesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsResourcefilesDeleteCall)Do¶
func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ResourceFile,error)
Do executes the "apigee.organizations.environments.resourcefiles.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ResourceFile.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsResourcefilesDeleteCall)Fields¶
func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsResourcefilesDeleteCall)Header¶
func (c *OrganizationsEnvironmentsResourcefilesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsResourcefilesGetCall¶
type OrganizationsEnvironmentsResourcefilesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsResourcefilesGetCall)Context¶
func (c *OrganizationsEnvironmentsResourcefilesGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsResourcefilesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsResourcefilesGetCall)Do¶
func (c *OrganizationsEnvironmentsResourcefilesGetCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody,error)
Do executes the "apigee.organizations.environments.resourcefiles.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleApiHttpBody.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsResourcefilesGetCall)Fields¶
func (c *OrganizationsEnvironmentsResourcefilesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsResourcefilesGetCall)Header¶
func (c *OrganizationsEnvironmentsResourcefilesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsResourcefilesGetCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsResourcefilesGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsResourcefilesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsResourcefilesListCall¶
type OrganizationsEnvironmentsResourcefilesListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsResourcefilesListCall)Context¶
func (c *OrganizationsEnvironmentsResourcefilesListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsResourcefilesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsResourcefilesListCall)Do¶
func (c *OrganizationsEnvironmentsResourcefilesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentResourcesResponse,error)
Do executes the "apigee.organizations.environments.resourcefiles.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListEnvironmentResourcesResponse.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsResourcefilesListCall)Fields¶
func (c *OrganizationsEnvironmentsResourcefilesListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsResourcefilesListCall)Header¶
func (c *OrganizationsEnvironmentsResourcefilesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsResourcefilesListCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsResourcefilesListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsResourcefilesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
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 }}
typeOrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall¶
type OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall)Context¶
func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall)Do¶
func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListEnvironmentResourcesResponse,error)
Do executes the "apigee.organizations.environments.resourcefiles.listEnvironmentResources" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListEnvironmentResourcesResponse.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall)Fields¶
func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall)Header¶
func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsResourcefilesService¶
type OrganizationsEnvironmentsResourcefilesService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsResourcefilesService¶
func NewOrganizationsEnvironmentsResourcefilesService(s *Service) *OrganizationsEnvironmentsResourcefilesService
func (*OrganizationsEnvironmentsResourcefilesService)Create¶
func (r *OrganizationsEnvironmentsResourcefilesService) Create(parentstring, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsResourcefilesCreateCall
Create: Creates a resource file. Specify the `Content-Type` as`application/octet-stream` or `multipart/form-data`. For more informationabout 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 inthe following format: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsResourcefilesService)Delete¶
func (r *OrganizationsEnvironmentsResourcefilesService) Delete(parentstring, type_string, namestring) *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 regularexpression: [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(parentstring, type_string, namestring) *OrganizationsEnvironmentsResourcefilesGetCall
Get: Gets the contents of a resource file. For more information aboutresource 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(parentstring) *OrganizationsEnvironmentsResourcefilesListCall
List: Lists all resource files, optionally filtering by type. For moreinformation 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 thefollowing format: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsResourcefilesService)ListEnvironmentResources¶
func (r *OrganizationsEnvironmentsResourcefilesService) ListEnvironmentResources(parentstring, type_string) *OrganizationsEnvironmentsResourcefilesListEnvironmentResourcesCall
ListEnvironmentResources: Lists all resource files, optionally filtering bytype. 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 thefollowing format: `organizations/{org}/environments/{env}`.
- type: Optional. Type of resource files to list. {{ resource_file_type }}.
func (*OrganizationsEnvironmentsResourcefilesService)Update¶
func (r *OrganizationsEnvironmentsResourcefilesService) Update(parentstring, type_string, namestring, googleapihttpbody *GoogleApiHttpBody) *OrganizationsEnvironmentsResourcefilesUpdateCall
Update: Updates a resource file. Specify the `Content-Type` as`application/octet-stream` or `multipart/form-data`. For more informationabout 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 regularexpression: [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 }}.
typeOrganizationsEnvironmentsResourcefilesUpdateCall¶
type OrganizationsEnvironmentsResourcefilesUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsResourcefilesUpdateCall)Context¶
func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsResourcefilesUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsResourcefilesUpdateCall)Do¶
func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ResourceFile,error)
Do executes the "apigee.organizations.environments.resourcefiles.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ResourceFile.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsResourcefilesUpdateCall)Fields¶
func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsResourcefilesUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsResourcefilesUpdateCall)Header¶
func (c *OrganizationsEnvironmentsResourcefilesUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsSecurityActionsCreateCall¶added inv0.144.0
type OrganizationsEnvironmentsSecurityActionsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityActionsCreateCall)Context¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityActionsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityActionsCreateCall)Do¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityAction,error)
Do executes the "apigee.organizations.environments.securityActions.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityAction.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityActionsCreateCall)Fields¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityActionsCreateCall)Header¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityActionsCreateCall)SecurityActionId¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsCreateCall) SecurityActionId(securityActionIdstring) *OrganizationsEnvironmentsSecurityActionsCreateCall
SecurityActionId sets the optional parameter "securityActionId": Required.The ID to use for the SecurityAction, which will become the final componentof the action's resource name. This value should be 0-61 characters, andvalid format is (^a-z ([a-z0-9-]{0,61}[a-z0-9])?$).
typeOrganizationsEnvironmentsSecurityActionsDeleteCall¶added inv0.240.0
type OrganizationsEnvironmentsSecurityActionsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityActionsDeleteCall)Context¶added inv0.240.0
func (c *OrganizationsEnvironmentsSecurityActionsDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityActionsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityActionsDeleteCall)Do¶added inv0.240.0
func (c *OrganizationsEnvironmentsSecurityActionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.environments.securityActions.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsSecurityActionsDeleteCall)Fields¶added inv0.240.0
func (c *OrganizationsEnvironmentsSecurityActionsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityActionsDeleteCall)Header¶added inv0.240.0
func (c *OrganizationsEnvironmentsSecurityActionsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsSecurityActionsDisableCall¶added inv0.144.0
type OrganizationsEnvironmentsSecurityActionsDisableCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityActionsDisableCall)Context¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsDisableCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityActionsDisableCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityActionsDisableCall)Do¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsDisableCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityAction,error)
Do executes the "apigee.organizations.environments.securityActions.disable" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityAction.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityActionsDisableCall)Fields¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsDisableCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsDisableCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityActionsDisableCall)Header¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsDisableCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsSecurityActionsEnableCall¶added inv0.144.0
type OrganizationsEnvironmentsSecurityActionsEnableCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityActionsEnableCall)Context¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsEnableCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityActionsEnableCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityActionsEnableCall)Do¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsEnableCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityAction,error)
Do executes the "apigee.organizations.environments.securityActions.enable" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityAction.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityActionsEnableCall)Fields¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsEnableCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsEnableCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityActionsEnableCall)Header¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsEnableCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsSecurityActionsGetCall¶added inv0.144.0
type OrganizationsEnvironmentsSecurityActionsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityActionsGetCall)Context¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityActionsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityActionsGetCall)Do¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityAction,error)
Do executes the "apigee.organizations.environments.securityActions.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityAction.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityActionsGetCall)Fields¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityActionsGetCall)Header¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityActionsGetCall)IfNoneMatch¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsSecurityActionsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsSecurityActionsListCall¶added inv0.144.0
type OrganizationsEnvironmentsSecurityActionsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityActionsListCall)Context¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityActionsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityActionsListCall)Do¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityActionsResponse,error)
Do executes the "apigee.organizations.environments.securityActions.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListSecurityActionsResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityActionsListCall)Fields¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityActionsListCall)Filter¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsListCall) Filter(filterstring) *OrganizationsEnvironmentsSecurityActionsListCall
Filter sets the optional parameter "filter": The filter expression to filterList results.https://google.aip.dev/160. Allows for filtering over: stateand api_proxies. E.g.: state = ACTIVE AND apiProxies:foo. Filtering byaction is not supportedhttps://github.com/aip-dev/google.aip.dev/issues/624
func (*OrganizationsEnvironmentsSecurityActionsListCall)Header¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityActionsListCall)IfNoneMatch¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsSecurityActionsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsSecurityActionsListCall)PageSize¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsListCall) PageSize(pageSizeint64) *OrganizationsEnvironmentsSecurityActionsListCall
PageSize sets the optional parameter "pageSize": The maximum number ofSecurityActions to return. If unspecified, at most 50 SecurityActions willbe returned. The maximum value is 1000; values above 1000 will be coerced to1000.
func (*OrganizationsEnvironmentsSecurityActionsListCall)PageToken¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsListCall) PageToken(pageTokenstring) *OrganizationsEnvironmentsSecurityActionsListCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListSecurityActions` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`ListSecurityActions` must match the call that provided the page token.
func (*OrganizationsEnvironmentsSecurityActionsListCall)Pages¶added inv0.144.0
func (c *OrganizationsEnvironmentsSecurityActionsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListSecurityActionsResponse)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.
typeOrganizationsEnvironmentsSecurityActionsPatchCall¶added inv0.240.0
type OrganizationsEnvironmentsSecurityActionsPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityActionsPatchCall)Context¶added inv0.240.0
func (c *OrganizationsEnvironmentsSecurityActionsPatchCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityActionsPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityActionsPatchCall)Do¶added inv0.240.0
func (c *OrganizationsEnvironmentsSecurityActionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityAction,error)
Do executes the "apigee.organizations.environments.securityActions.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityAction.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityActionsPatchCall)Fields¶added inv0.240.0
func (c *OrganizationsEnvironmentsSecurityActionsPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityActionsPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityActionsPatchCall)Header¶added inv0.240.0
func (c *OrganizationsEnvironmentsSecurityActionsPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityActionsPatchCall)UpdateMask¶added inv0.240.0
func (c *OrganizationsEnvironmentsSecurityActionsPatchCall) UpdateMask(updateMaskstring) *OrganizationsEnvironmentsSecurityActionsPatchCall
UpdateMask sets the optional parameter "updateMask": The list of fields toupdate. Valid fields to update are `description`, `state`, `allow`, `deny`,and `flag`, `expire_time`, and `ttl`, `api_proxies`, and `condition_config`.
typeOrganizationsEnvironmentsSecurityActionsService¶added inv0.144.0
type OrganizationsEnvironmentsSecurityActionsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsSecurityActionsService¶added inv0.144.0
func NewOrganizationsEnvironmentsSecurityActionsService(s *Service) *OrganizationsEnvironmentsSecurityActionsService
func (*OrganizationsEnvironmentsSecurityActionsService)Create¶added inv0.144.0
func (r *OrganizationsEnvironmentsSecurityActionsService) Create(parentstring, googlecloudapigeev1securityaction *GoogleCloudApigeeV1SecurityAction) *OrganizationsEnvironmentsSecurityActionsCreateCall
Create: CreateSecurityAction creates a SecurityAction.
- parent: The organization and environment that this SecurityAction appliesto. Format: organizations/{org}/environments/{env}.
func (*OrganizationsEnvironmentsSecurityActionsService)Delete¶added inv0.240.0
func (r *OrganizationsEnvironmentsSecurityActionsService) Delete(namestring) *OrganizationsEnvironmentsSecurityActionsDeleteCall
Delete: Delete a SecurityAction.
- name: The name of the security monitoring condition to delete. Format:`organizations/{org}/environment/{env}/securityActions/{security_action}`.
func (*OrganizationsEnvironmentsSecurityActionsService)Disable¶added inv0.144.0
func (r *OrganizationsEnvironmentsSecurityActionsService) Disable(namestring, googlecloudapigeev1disablesecurityactionrequest *GoogleCloudApigeeV1DisableSecurityActionRequest) *OrganizationsEnvironmentsSecurityActionsDisableCall
Disable: Disable a SecurityAction. The `state` of the SecurityAction afterdisabling is `DISABLED`. `DisableSecurityAction` can be called onSecurityActions in the state `ENABLED`; SecurityActions in a different state(including `DISABLED`) return an error.
- name: The name of the SecurityAction to disable. Format:organizations/{org}/environments/{env}/securityActions/{security_action}.
func (*OrganizationsEnvironmentsSecurityActionsService)Enable¶added inv0.144.0
func (r *OrganizationsEnvironmentsSecurityActionsService) Enable(namestring, googlecloudapigeev1enablesecurityactionrequest *GoogleCloudApigeeV1EnableSecurityActionRequest) *OrganizationsEnvironmentsSecurityActionsEnableCall
Enable: Enable a SecurityAction. The `state` of the SecurityAction afterenabling is `ENABLED`. `EnableSecurityAction` can be called onSecurityActions in the state `DISABLED`; SecurityActions in a differentstate (including `ENABLED) return an error.
- name: The name of the SecurityAction to enable. Format:organizations/{org}/environments/{env}/securityActions/{security_action}.
func (*OrganizationsEnvironmentsSecurityActionsService)Get¶added inv0.144.0
func (r *OrganizationsEnvironmentsSecurityActionsService) Get(namestring) *OrganizationsEnvironmentsSecurityActionsGetCall
Get: Get a SecurityAction by name.
- name: The fully qualified name of the SecurityAction to retrieve. Format:organizations/{org}/environments/{env}/securityActions/{security_action}.
func (*OrganizationsEnvironmentsSecurityActionsService)List¶added inv0.144.0
func (r *OrganizationsEnvironmentsSecurityActionsService) List(parentstring) *OrganizationsEnvironmentsSecurityActionsListCall
List: Returns a list of SecurityActions. This returns both enabled anddisabled actions.
- parent: The parent, which owns this collection of SecurityActions. Format:organizations/{org}/environments/{env}.
func (*OrganizationsEnvironmentsSecurityActionsService)Patch¶added inv0.240.0
func (r *OrganizationsEnvironmentsSecurityActionsService) Patch(namestring, googlecloudapigeev1securityaction *GoogleCloudApigeeV1SecurityAction) *OrganizationsEnvironmentsSecurityActionsPatchCall
Patch: Update a SecurityAction.
- name: Immutable. This field is ignored during creation as per AIP-133.Please set the `security_action_id` field in theCreateSecurityActionRequest when creating a new SecurityAction. Format:organizations/{org}/environments/{env}/securityActions/{security_action}.
typeOrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall¶added inv0.153.0
type OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall)Context¶added inv0.153.0
func (c *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall)Do¶added inv0.153.0
func (c *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse,error)
Do executes the "apigee.organizations.environments.securityIncidents.batchUpdate" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse.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 becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall)Fields¶added inv0.153.0
func (c *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall)Header¶added inv0.153.0
func (c *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsSecurityIncidentsGetCall¶added inv0.112.0
type OrganizationsEnvironmentsSecurityIncidentsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityIncidentsGetCall)Context¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityIncidentsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityIncidentsGetCall)Do¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityIncident,error)
Do executes the "apigee.organizations.environments.securityIncidents.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityIncident.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityIncidentsGetCall)Fields¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityIncidentsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityIncidentsGetCall)Header¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityIncidentsGetCall)IfNoneMatch¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsSecurityIncidentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsSecurityIncidentsListCall¶added inv0.112.0
type OrganizationsEnvironmentsSecurityIncidentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityIncidentsListCall)Context¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityIncidentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityIncidentsListCall)Do¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityIncidentsResponse,error)
Do executes the "apigee.organizations.environments.securityIncidents.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListSecurityIncidentsResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityIncidentsListCall)Fields¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityIncidentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityIncidentsListCall)Filter¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Filter(filterstring) *OrganizationsEnvironmentsSecurityIncidentsListCall
Filter sets the optional parameter "filter": The filter expression to beused to get the list of security incidents, where filtering can be done onAPI Proxies. Example: filter = "api_proxy = /", "first_detected_time >","last_detected_time <"
func (*OrganizationsEnvironmentsSecurityIncidentsListCall)Header¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityIncidentsListCall)IfNoneMatch¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsSecurityIncidentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsSecurityIncidentsListCall)PageSize¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) PageSize(pageSizeint64) *OrganizationsEnvironmentsSecurityIncidentsListCall
PageSize sets the optional parameter "pageSize": The maximum number ofincidents to return. The service may return fewer than this value. Ifunspecified, at most 50 incidents will be returned.
func (*OrganizationsEnvironmentsSecurityIncidentsListCall)PageToken¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) PageToken(pageTokenstring) *OrganizationsEnvironmentsSecurityIncidentsListCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListSecurityIncident` call. Provide this to retrieve thesubsequent page.
func (*OrganizationsEnvironmentsSecurityIncidentsListCall)Pages¶added inv0.112.0
func (c *OrganizationsEnvironmentsSecurityIncidentsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListSecurityIncidentsResponse)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.
typeOrganizationsEnvironmentsSecurityIncidentsPatchCall¶added inv0.153.0
type OrganizationsEnvironmentsSecurityIncidentsPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityIncidentsPatchCall)Context¶added inv0.153.0
func (c *OrganizationsEnvironmentsSecurityIncidentsPatchCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityIncidentsPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityIncidentsPatchCall)Do¶added inv0.153.0
func (c *OrganizationsEnvironmentsSecurityIncidentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityIncident,error)
Do executes the "apigee.organizations.environments.securityIncidents.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityIncident.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityIncidentsPatchCall)Fields¶added inv0.153.0
func (c *OrganizationsEnvironmentsSecurityIncidentsPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityIncidentsPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityIncidentsPatchCall)Header¶added inv0.153.0
func (c *OrganizationsEnvironmentsSecurityIncidentsPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityIncidentsPatchCall)UpdateMask¶added inv0.153.0
func (c *OrganizationsEnvironmentsSecurityIncidentsPatchCall) UpdateMask(updateMaskstring) *OrganizationsEnvironmentsSecurityIncidentsPatchCall
UpdateMask sets the optional parameter "updateMask": Required. The list offields to update. Allowed fields are:LINT.IfChange(allowed_update_fields_comment) - observabilityLINT.ThenChange()
typeOrganizationsEnvironmentsSecurityIncidentsService¶added inv0.112.0
type OrganizationsEnvironmentsSecurityIncidentsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsSecurityIncidentsService¶added inv0.112.0
func NewOrganizationsEnvironmentsSecurityIncidentsService(s *Service) *OrganizationsEnvironmentsSecurityIncidentsService
func (*OrganizationsEnvironmentsSecurityIncidentsService)BatchUpdate¶added inv0.153.0
func (r *OrganizationsEnvironmentsSecurityIncidentsService) BatchUpdate(parentstring, googlecloudapigeev1batchupdatesecurityincidentsrequest *GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest) *OrganizationsEnvironmentsSecurityIncidentsBatchUpdateCall
BatchUpdate: BatchUpdateSecurityIncident updates multiple existing securityincidents.
- parent: Optional. The parent resource shared by all security incidentsbeing updated. If this is set, the parent field in theUpdateSecurityIncidentRequest messages must either be empty or match thisfield.
func (*OrganizationsEnvironmentsSecurityIncidentsService)Get¶added inv0.112.0
func (r *OrganizationsEnvironmentsSecurityIncidentsService) Get(namestring) *OrganizationsEnvironmentsSecurityIncidentsGetCall
Get: GetSecurityIncident gets the specified security incident. ReturnsNOT_FOUND if security incident is not present for the specified organizationand environment.
- name: Security incident in the following format:`organizations/{org}/environments/{environment}/securityIncidents/{incident}'. Example:organizations/testOrg/environments/testEnv/securityIncidents/1234-4567-890-111.
func (*OrganizationsEnvironmentsSecurityIncidentsService)List¶added inv0.112.0
func (r *OrganizationsEnvironmentsSecurityIncidentsService) List(parentstring) *OrganizationsEnvironmentsSecurityIncidentsListCall
List: ListSecurityIncidents lists all the security incident associated withthe environment.
- parent: For a specific organization, list of all the security incidents.Format: `organizations/{org}/environments/{environment}`.
func (*OrganizationsEnvironmentsSecurityIncidentsService)Patch¶added inv0.153.0
func (r *OrganizationsEnvironmentsSecurityIncidentsService) Patch(namestring, googlecloudapigeev1securityincident *GoogleCloudApigeeV1SecurityIncident) *OrganizationsEnvironmentsSecurityIncidentsPatchCall
Patch: UpdateSecurityIncidents updates an existing security incident.
- name: Immutable. Name of the security incident resource. Format:organizations/{org}/environments/{environment}/securityIncidents/{incident}Example:organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111.
typeOrganizationsEnvironmentsSecurityReportsCreateCall¶added inv0.86.0
type OrganizationsEnvironmentsSecurityReportsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityReportsCreateCall)Context¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityReportsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityReportsCreateCall)Do¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReport,error)
Do executes the "apigee.organizations.environments.securityReports.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityReport.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityReportsCreateCall)Fields¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityReportsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityReportsCreateCall)Header¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsSecurityReportsGetCall¶added inv0.86.0
type OrganizationsEnvironmentsSecurityReportsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityReportsGetCall)Context¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityReportsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityReportsGetCall)Do¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReport,error)
Do executes the "apigee.organizations.environments.securityReports.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityReport.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityReportsGetCall)Fields¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityReportsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityReportsGetCall)Header¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityReportsGetCall)IfNoneMatch¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsSecurityReportsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsSecurityReportsGetResultCall¶added inv0.86.0
type OrganizationsEnvironmentsSecurityReportsGetResultCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityReportsGetResultCall)Context¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetResultCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityReportsGetResultCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityReportsGetResultCall)Do¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetResultCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody,error)
Do executes the "apigee.organizations.environments.securityReports.getResult" call.Any non-2xx status code is an error. Response headers are in either*GoogleApiHttpBody.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsSecurityReportsGetResultCall)Fields¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetResultCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityReportsGetResultCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityReportsGetResultCall)Header¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetResultCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityReportsGetResultCall)IfNoneMatch¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetResultCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsSecurityReportsGetResultCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsSecurityReportsGetResultViewCall¶added inv0.86.0
type OrganizationsEnvironmentsSecurityReportsGetResultViewCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityReportsGetResultViewCall)Context¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetResultViewCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityReportsGetResultViewCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityReportsGetResultViewCall)Do¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetResultViewCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReportResultView,error)
Do executes the "apigee.organizations.environments.securityReports.getResultView" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityReportResultView.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityReportsGetResultViewCall)Fields¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetResultViewCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityReportsGetResultViewCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityReportsGetResultViewCall)Header¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetResultViewCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityReportsGetResultViewCall)IfNoneMatch¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsGetResultViewCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsSecurityReportsGetResultViewCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsSecurityReportsListCall¶added inv0.86.0
type OrganizationsEnvironmentsSecurityReportsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityReportsListCall)Context¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityReportsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityReportsListCall)Dataset¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) Dataset(datasetstring) *OrganizationsEnvironmentsSecurityReportsListCall
Dataset sets the optional parameter "dataset": Filter response list bydataset. Example: `api`, `mint`
func (*OrganizationsEnvironmentsSecurityReportsListCall)Do¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityReportsResponse,error)
Do executes the "apigee.organizations.environments.securityReports.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListSecurityReportsResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityReportsListCall)Fields¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityReportsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityReportsListCall)From¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) From(fromstring) *OrganizationsEnvironmentsSecurityReportsListCall
From sets the optional parameter "from": Filter response list by returningsecurity reports that created after this date time. Time must be in ISOdate-time format like '2011-12-03T10:15:30Z'.
func (*OrganizationsEnvironmentsSecurityReportsListCall)Header¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityReportsListCall)IfNoneMatch¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsSecurityReportsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsSecurityReportsListCall)PageSize¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) PageSize(pageSizeint64) *OrganizationsEnvironmentsSecurityReportsListCall
PageSize sets the optional parameter "pageSize": The maximum number ofsecurity report to return in the list response.
func (*OrganizationsEnvironmentsSecurityReportsListCall)PageToken¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) PageToken(pageTokenstring) *OrganizationsEnvironmentsSecurityReportsListCall
PageToken sets the optional parameter "pageToken": Token returned from theprevious list response to fetch the next page.
func (*OrganizationsEnvironmentsSecurityReportsListCall)Pages¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListSecurityReportsResponse)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.
func (*OrganizationsEnvironmentsSecurityReportsListCall)Status¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) Status(statusstring) *OrganizationsEnvironmentsSecurityReportsListCall
Status sets the optional parameter "status": Filter response list bysecurity reports status.
func (*OrganizationsEnvironmentsSecurityReportsListCall)SubmittedBy¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) SubmittedBy(submittedBystring) *OrganizationsEnvironmentsSecurityReportsListCall
SubmittedBy sets the optional parameter "submittedBy": Filter response listby user who submitted queries.
func (*OrganizationsEnvironmentsSecurityReportsListCall)To¶added inv0.86.0
func (c *OrganizationsEnvironmentsSecurityReportsListCall) To(tostring) *OrganizationsEnvironmentsSecurityReportsListCall
To sets the optional parameter "to": Filter response list by returningsecurity reports that created before this date time. Time must be in ISOdate-time format like '2011-12-03T10:16:30Z'.
typeOrganizationsEnvironmentsSecurityReportsService¶added inv0.86.0
type OrganizationsEnvironmentsSecurityReportsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsSecurityReportsService¶added inv0.86.0
func NewOrganizationsEnvironmentsSecurityReportsService(s *Service) *OrganizationsEnvironmentsSecurityReportsService
func (*OrganizationsEnvironmentsSecurityReportsService)Create¶added inv0.86.0
func (r *OrganizationsEnvironmentsSecurityReportsService) Create(parentstring, googlecloudapigeev1securityreportquery *GoogleCloudApigeeV1SecurityReportQuery) *OrganizationsEnvironmentsSecurityReportsCreateCall
Create: Submit a report request to be processed in the background. If thesubmission succeeds, the API returns a 200 status and an ID that refer tothe report request. In addition to the HTTP status 200, the `state` of"enqueued" means that the request succeeded.
- parent: The parent resource name. Must be of the form`organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsSecurityReportsService)Get¶added inv0.86.0
func (r *OrganizationsEnvironmentsSecurityReportsService) Get(namestring) *OrganizationsEnvironmentsSecurityReportsGetCall
Get: Get security report 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 security report to get. Must be of the form`organizations/{org}/environments/{env}/securityReports/{reportId}`.
func (*OrganizationsEnvironmentsSecurityReportsService)GetResult¶added inv0.86.0
func (r *OrganizationsEnvironmentsSecurityReportsService) GetResult(namestring) *OrganizationsEnvironmentsSecurityReportsGetResultCall
GetResult: After the query is completed, use this API to retrieve theresults as file. If the request succeeds, and there is a non-zero resultset, the result is downloaded to the client as a zipped JSON file. The nameof the downloaded file will be: OfflineQueryResult-.zip Example:`OfflineQueryResult-9cfc0d85-0f30-46d6-ae6f-318d0cb961bd.zip`
- name: Name of the security report result to get. Must be of the form`organizations/{org}/environments/{env}/securityReports/{reportId}/result`.
func (*OrganizationsEnvironmentsSecurityReportsService)GetResultView¶added inv0.86.0
func (r *OrganizationsEnvironmentsSecurityReportsService) GetResultView(namestring) *OrganizationsEnvironmentsSecurityReportsGetResultViewCall
GetResultView: After the query is completed, use this API to view the queryresult when result size is small.
- name: Name of the security report result view to get. Must be of the form`organizations/{org}/environments/{env}/securityReports/{reportId}/resultView`.
func (*OrganizationsEnvironmentsSecurityReportsService)List¶added inv0.86.0
func (r *OrganizationsEnvironmentsSecurityReportsService) List(parentstring) *OrganizationsEnvironmentsSecurityReportsListCall
List: Return a list of Security Reports
- parent: The parent resource name. Must be of the form`organizations/{org}/environments/{env}`.
typeOrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall¶added inv0.93.0
type OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall)Context¶added inv0.93.0
func (c *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall)Do¶added inv0.93.0
func (c *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1QueryTabularStatsResponse,error)
Do executes the "apigee.organizations.environments.securityStats.queryTabularStats" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1QueryTabularStatsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall)Fields¶added inv0.93.0
func (c *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall)Header¶added inv0.93.0
func (c *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall)Pages¶added inv0.93.0
func (c *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1QueryTabularStatsResponse)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.
typeOrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall¶added inv0.93.0
type OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall)Context¶added inv0.93.0
func (c *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall)Do¶added inv0.93.0
func (c *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1QueryTimeSeriesStatsResponse,error)
Do executes the "apigee.organizations.environments.securityStats.queryTimeSeriesStats" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1QueryTimeSeriesStatsResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall)Fields¶added inv0.93.0
func (c *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall)Header¶added inv0.93.0
func (c *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall)Pages¶added inv0.93.0
func (c *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1QueryTimeSeriesStatsResponse)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.
typeOrganizationsEnvironmentsSecurityStatsService¶added inv0.93.0
type OrganizationsEnvironmentsSecurityStatsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsSecurityStatsService¶added inv0.93.0
func NewOrganizationsEnvironmentsSecurityStatsService(s *Service) *OrganizationsEnvironmentsSecurityStatsService
func (*OrganizationsEnvironmentsSecurityStatsService)QueryTabularStats¶added inv0.93.0
func (r *OrganizationsEnvironmentsSecurityStatsService) QueryTabularStats(orgenvstring, googlecloudapigeev1querytabularstatsrequest *GoogleCloudApigeeV1QueryTabularStatsRequest) *OrganizationsEnvironmentsSecurityStatsQueryTabularStatsCall
QueryTabularStats: Retrieve security statistics as tabular rows.
- orgenv: Should be of the form organizations//environments/.
func (*OrganizationsEnvironmentsSecurityStatsService)QueryTimeSeriesStats¶added inv0.93.0
func (r *OrganizationsEnvironmentsSecurityStatsService) QueryTimeSeriesStats(orgenvstring, googlecloudapigeev1querytimeseriesstatsrequest *GoogleCloudApigeeV1QueryTimeSeriesStatsRequest) *OrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsCall
QueryTimeSeriesStats: Retrieve security statistics as a collection of timeseries.
- orgenv: Should be of the form organizations//environments/.
typeOrganizationsEnvironmentsService¶
type OrganizationsEnvironmentsService struct {AddonsConfig *OrganizationsEnvironmentsAddonsConfigServiceAnalytics *OrganizationsEnvironmentsAnalyticsServiceApis *OrganizationsEnvironmentsApisServiceArchiveDeployments *OrganizationsEnvironmentsArchiveDeploymentsServiceCaches *OrganizationsEnvironmentsCachesServiceDeployments *OrganizationsEnvironmentsDeploymentsServiceFlowhooks *OrganizationsEnvironmentsFlowhooksServiceKeystores *OrganizationsEnvironmentsKeystoresServiceKeyvaluemaps *OrganizationsEnvironmentsKeyvaluemapsServiceOptimizedStats *OrganizationsEnvironmentsOptimizedStatsServiceQueries *OrganizationsEnvironmentsQueriesServiceReferences *OrganizationsEnvironmentsReferencesServiceResourcefiles *OrganizationsEnvironmentsResourcefilesServiceSecurityActions *OrganizationsEnvironmentsSecurityActionsServiceSecurityIncidents *OrganizationsEnvironmentsSecurityIncidentsServiceSecurityReports *OrganizationsEnvironmentsSecurityReportsServiceSecurityStats *OrganizationsEnvironmentsSecurityStatsServiceSharedflows *OrganizationsEnvironmentsSharedflowsServiceStats *OrganizationsEnvironmentsStatsServiceTargetservers *OrganizationsEnvironmentsTargetserversServiceTraceConfig *OrganizationsEnvironmentsTraceConfigService// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsService¶
func NewOrganizationsEnvironmentsService(s *Service) *OrganizationsEnvironmentsService
func (*OrganizationsEnvironmentsService)Create¶
func (r *OrganizationsEnvironmentsService) Create(parentstring, 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(namestring) *OrganizationsEnvironmentsDeleteCall
Delete: Deletes an environment from an organization. **Warning: You mustdelete all key value maps and key value entries before you delete anenvironment.** Otherwise, if you re-create the environment the key value mapentry operations will encounter encryption/decryption discrepancies.
- name: Name of the environment. Use the following structure in yourrequest: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService)Get¶
func (r *OrganizationsEnvironmentsService) Get(namestring) *OrganizationsEnvironmentsGetCall
Get: Gets environment details.
- name: Name of the environment. Use the following structure in yourrequest: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService)GetAddonsConfig¶added inv0.144.0
func (r *OrganizationsEnvironmentsService) GetAddonsConfig(namestring) *OrganizationsEnvironmentsGetAddonsConfigCall
GetAddonsConfig: Gets the add-ons config of an environment.
- name: Name of the add-ons config. Must be in the format of`/organizations/{org}/environments/{env}/addonsConfig`.
func (*OrganizationsEnvironmentsService)GetApiSecurityRuntimeConfig¶added inv0.104.0
func (r *OrganizationsEnvironmentsService) GetApiSecurityRuntimeConfig(namestring) *OrganizationsEnvironmentsGetApiSecurityRuntimeConfigCall
GetApiSecurityRuntimeConfig: Gets the API Security runtime configuration foran environment. This named ApiSecurityRuntimeConfig to prevent conflictswith ApiSecurityConfig from addon config.
- name: Name of the environment API Security Runtime configuration resource.Use the following structure in your request:`organizations/{org}/environments/{env}/apiSecurityRuntimeConfig`.
func (*OrganizationsEnvironmentsService)GetDebugmask¶
func (r *OrganizationsEnvironmentsService) GetDebugmask(namestring) *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(namestring) *OrganizationsEnvironmentsGetDeployedConfigCall
GetDeployedConfig: Gets the deployed configuration for an environment.
- name: Name of the environment deployed configuration resource. Use thefollowing structure in your request:`organizations/{org}/environments/{env}/deployedConfig`.
func (*OrganizationsEnvironmentsService)GetIamPolicy¶
func (r *OrganizationsEnvironmentsService) GetIamPolicy(resourcestring) *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 thisAPI.
- resource: REQUIRED: The resource for which the policy is being requested.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*OrganizationsEnvironmentsService)GetSecurityActionsConfig¶added inv0.144.0
func (r *OrganizationsEnvironmentsService) GetSecurityActionsConfig(namestring) *OrganizationsEnvironmentsGetSecurityActionsConfigCall
GetSecurityActionsConfig: GetSecurityActionConfig returns the currentSecurityActions configuration.
- name: The name of the SecurityActionsConfig to retrieve. This will alwaysbe: `organizations/{org}/environments/{env}/security_actions_config`.
func (*OrganizationsEnvironmentsService)GetTraceConfig¶added inv0.41.0
func (r *OrganizationsEnvironmentsService) GetTraceConfig(namestring) *OrganizationsEnvironmentsGetTraceConfigCall
GetTraceConfig: Get distributed trace configuration in an environment.
- name: Name of the trace configuration. Use the following structure in yourrequest: "organizations/*/environments/*/traceConfig".
func (*OrganizationsEnvironmentsService)ModifyEnvironment¶added inv0.93.0
func (r *OrganizationsEnvironmentsService) ModifyEnvironment(namestring, googlecloudapigeev1environment *GoogleCloudApigeeV1Environment) *OrganizationsEnvironmentsModifyEnvironmentCall
ModifyEnvironment: Updates properties for an Apigee environment with patchsemantics using a field mask. **Note:** Not supported for Apigee hybrid.
- name: Name of the environment. Use the following structure in yourrequest: `organizations/{org}/environments/{environment}`.
func (*OrganizationsEnvironmentsService)SetIamPolicy¶
func (r *OrganizationsEnvironmentsService) SetIamPolicy(resourcestring, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *OrganizationsEnvironmentsSetIamPolicyCall
SetIamPolicy: Sets the IAM policy on an environment, if the policy alreadyexists 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 thisAPI.
- resource: REQUIRED: The resource for which the policy is being specified.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*OrganizationsEnvironmentsService)Subscribe¶
func (r *OrganizationsEnvironmentsService) Subscribe(parentstring) *OrganizationsEnvironmentsSubscribeCall
Subscribe: Creates a subscription for the environment's Pub/Sub topic. Theserver 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 yourrequest: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService)TestIamPermissions¶
func (r *OrganizationsEnvironmentsService) TestIamPermissions(resourcestring, googleiamv1testiampermissionsrequest *GoogleIamV1TestIamPermissionsRequest) *OrganizationsEnvironmentsTestIamPermissionsCall
TestIamPermissions: Tests the permissions of a user on an environment, andreturns a subset of permissions that the user has on the environment. If theenvironment does not exist, an empty permission set is returned (a NOT_FOUNDerror is not returned).
- resource: REQUIRED: The resource for which the policy detail is beingrequested. See Resource names(https://cloud.google.com/apis/design/resource_names) for the appropriatevalue for this field.
func (*OrganizationsEnvironmentsService)Unsubscribe¶
func (r *OrganizationsEnvironmentsService) Unsubscribe(parentstring, googlecloudapigeev1subscription *GoogleCloudApigeeV1Subscription) *OrganizationsEnvironmentsUnsubscribeCall
Unsubscribe: Deletes a subscription for the environment's Pub/Sub topic.
- parent: Name of the environment. Use the following structure in yourrequest: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService)Update¶
func (r *OrganizationsEnvironmentsService) Update(namestring, googlecloudapigeev1environment *GoogleCloudApigeeV1Environment) *OrganizationsEnvironmentsUpdateCall
Update: Updates an existing environment. When updating properties, you mustpass 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 getthe current list of properties for the environment, use the Get EnvironmentAPI (get). **Note**: Both `PUT` and `POST` methods are supported forupdating an existing environment.
- name: Name of the environment. Use the following structure in yourrequest: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService)UpdateDebugmask¶
func (r *OrganizationsEnvironmentsService) UpdateDebugmask(namestring, googlecloudapigeev1debugmask *GoogleCloudApigeeV1DebugMask) *OrganizationsEnvironmentsUpdateDebugmaskCall
UpdateDebugmask: Updates the debug mask singleton resource for anenvironment.
- name: Name of the debug mask.
func (*OrganizationsEnvironmentsService)UpdateEnvironment¶
func (r *OrganizationsEnvironmentsService) UpdateEnvironment(namestring, googlecloudapigeev1environment *GoogleCloudApigeeV1Environment) *OrganizationsEnvironmentsUpdateEnvironmentCall
UpdateEnvironment: Updates an existing environment. When updatingproperties, you must pass all existing properties to the API, even if theyare not being changed. If you omit properties from the payload, theproperties are removed. To get the current list of properties for theenvironment, use the Get Environment API (get). **Note**: Both `PUT` and`POST` methods are supported for updating an existing environment.
- name: Name of the environment. Use the following structure in yourrequest: `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsService)UpdateSecurityActionsConfig¶added inv0.144.0
func (r *OrganizationsEnvironmentsService) UpdateSecurityActionsConfig(namestring, googlecloudapigeev1securityactionsconfig *GoogleCloudApigeeV1SecurityActionsConfig) *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall
UpdateSecurityActionsConfig: UpdateSecurityActionConfig updates the currentSecurityActions configuration. This method is used to enable/disable thefeature at the environment level.
- name: This is a singleton resource, the name will always be set bySecurityActions and any user input will be ignored. The name is always:`organizations/{org}/environments/{env}/security_actions_config`.
func (*OrganizationsEnvironmentsService)UpdateTraceConfig¶added inv0.41.0
func (r *OrganizationsEnvironmentsService) UpdateTraceConfig(namestring, googlecloudapigeev1traceconfig *GoogleCloudApigeeV1TraceConfig) *OrganizationsEnvironmentsUpdateTraceConfigCall
UpdateTraceConfig: Updates the trace configurations in an environment. Notethat the repeated fields have replace semantics when included in the fieldmask and that they will be overwritten by the value of the fields in therequest body.
- name: Name of the trace configuration. Use the following structure in yourrequest: "organizations/*/environments/*/traceConfig".
typeOrganizationsEnvironmentsSetIamPolicyCall¶
type OrganizationsEnvironmentsSetIamPolicyCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSetIamPolicyCall)Context¶
func (c *OrganizationsEnvironmentsSetIamPolicyCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSetIamPolicyCall)Do¶
func (c *OrganizationsEnvironmentsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy,error)
Do executes the "apigee.organizations.environments.setIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*GoogleIamV1Policy.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsSetIamPolicyCall)Fields¶
func (c *OrganizationsEnvironmentsSetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSetIamPolicyCall)Header¶
func (c *OrganizationsEnvironmentsSetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsSharedflowsDeploymentsListCall¶
type OrganizationsEnvironmentsSharedflowsDeploymentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSharedflowsDeploymentsListCall)Context¶
func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSharedflowsDeploymentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSharedflowsDeploymentsListCall)Do¶
func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse,error)
Do executes the "apigee.organizations.environments.sharedflows.deployments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSharedflowsDeploymentsListCall)Fields¶
func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsDeploymentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSharedflowsDeploymentsListCall)Header¶
func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSharedflowsDeploymentsListCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsSharedflowsDeploymentsListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsSharedflowsDeploymentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsSharedflowsDeploymentsService¶
type OrganizationsEnvironmentsSharedflowsDeploymentsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsSharedflowsDeploymentsService¶
func NewOrganizationsEnvironmentsSharedflowsDeploymentsService(s *Service) *OrganizationsEnvironmentsSharedflowsDeploymentsService
func (*OrganizationsEnvironmentsSharedflowsDeploymentsService)List¶
func (r *OrganizationsEnvironmentsSharedflowsDeploymentsService) List(parentstring) *OrganizationsEnvironmentsSharedflowsDeploymentsListCall
List: Lists all deployments of a shared flow in an environment.
- parent: Name representing a shared flow in an environment in the followingformat: `organizations/{org}/environments/{env}/sharedflows/{sharedflow}`If the shared flow resource has the `space` attribute set, IAM permissionsare checked differently . To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsEnvironmentsSharedflowsRevisionsDeployCall¶added inv0.31.0
type OrganizationsEnvironmentsSharedflowsRevisionsDeployCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSharedflowsRevisionsDeployCall)Context¶added inv0.31.0
func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSharedflowsRevisionsDeployCall)Do¶added inv0.31.0
func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment,error)
Do executes the "apigee.organizations.environments.sharedflows.revisions.deploy" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Deployment.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSharedflowsRevisionsDeployCall)Fields¶added inv0.31.0
func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSharedflowsRevisionsDeployCall)Header¶added inv0.31.0
func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSharedflowsRevisionsDeployCall)Override¶added inv0.31.0
func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) Override(overridebool) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
Override sets the optional parameter "override": Flag that specifies whetherthe new deployment replaces other deployed revisions of the shared flow inthe environment. Set `override` to `true` to replace other deployedrevisions. By default, `override` is `false` and the deployment is rejectedif other revisions of the shared flow are deployed in the environment.
func (*OrganizationsEnvironmentsSharedflowsRevisionsDeployCall)ServiceAccount¶added inv0.48.0
func (c *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall) ServiceAccount(serviceAccountstring) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
ServiceAccount sets the optional parameter "serviceAccount": Google CloudIAM service account. The service account represents the identity of thedeployed proxy, and determines what permissions it has. The format must be`{ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com`.
typeOrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall¶
type OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall)Context¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall)Do¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Deployment,error)
Do executes the "apigee.organizations.environments.sharedflows.revisions.getDeployments" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Deployment.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall)Fields¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall)Header¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsSharedflowsRevisionsService¶
type OrganizationsEnvironmentsSharedflowsRevisionsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsSharedflowsRevisionsService¶
func NewOrganizationsEnvironmentsSharedflowsRevisionsService(s *Service) *OrganizationsEnvironmentsSharedflowsRevisionsService
func (*OrganizationsEnvironmentsSharedflowsRevisionsService)Deploy¶added inv0.31.0
func (r *OrganizationsEnvironmentsSharedflowsRevisionsService) Deploy(namestring) *OrganizationsEnvironmentsSharedflowsRevisionsDeployCall
Deploy: Deploys a revision of a shared flow. If another revision of the sameshared flow is currently deployed, set the `override` parameter to `true` tohave this revision replace the currently deployed revision. You cannot use ashared flow until it has been deployed to an environment. For a request path`organizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.create` on theresource `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}/revisions/{rev}` If the shared flow resource being deployed has the `space`attribute set, IAM permissions are checked differently . To learn more,read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsSharedflowsRevisionsService)GetDeployments¶
func (r *OrganizationsEnvironmentsSharedflowsRevisionsService) GetDeployments(namestring) *OrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsCall
GetDeployments: Gets the deployment of a shared flow revision and actualstate reported by runtime pods.
- name: Name representing a shared flow in an environment in the followingformat:`organizations/{org}/environments/{env}/sharedflows/{sharedflow}/revisions/{rev}` If the shared flow resource has the `space` attribute set, IAMpermissions are checked differently . To learn more, read the ApigeeSpaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsEnvironmentsSharedflowsRevisionsService)Undeploy¶added inv0.31.0
func (r *OrganizationsEnvironmentsSharedflowsRevisionsService) Undeploy(namestring) *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall
Undeploy: Undeploys a shared flow revision from an environment. For arequest path`organizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.delete` on theresource `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 followingformat:`organizations/{org}/environments/{env}/sharedflows/{sharedflow}/revisions/{rev}` If the shared flow resource has the `space` attribute set, IAMpermissions are checked differently . To learn more, read the ApigeeSpaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsEnvironmentsSharedflowsRevisionsUndeployCall¶added inv0.31.0
type OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall)Context¶added inv0.31.0
func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall)Do¶added inv0.31.0
func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.environments.sharedflows.revisions.undeploy" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall)Fields¶added inv0.31.0
func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall)Header¶added inv0.31.0
func (c *OrganizationsEnvironmentsSharedflowsRevisionsUndeployCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsSharedflowsService¶
type OrganizationsEnvironmentsSharedflowsService struct {Deployments *OrganizationsEnvironmentsSharedflowsDeploymentsServiceRevisions *OrganizationsEnvironmentsSharedflowsRevisionsService// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsSharedflowsService¶
func NewOrganizationsEnvironmentsSharedflowsService(s *Service) *OrganizationsEnvironmentsSharedflowsService
typeOrganizationsEnvironmentsStatsGetCall¶
type OrganizationsEnvironmentsStatsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsStatsGetCall)Accuracy¶
func (c *OrganizationsEnvironmentsStatsGetCall) Accuracy(accuracystring) *OrganizationsEnvironmentsStatsGetCall
Accuracy sets the optional parameter "accuracy": No longer used by Apigee.Supported for backwards compatibility.
func (*OrganizationsEnvironmentsStatsGetCall)AggTable¶
func (c *OrganizationsEnvironmentsStatsGetCall) AggTable(aggTablestring) *OrganizationsEnvironmentsStatsGetCall
AggTable sets the optional parameter "aggTable": Table name used to querycustom aggregate tables. If this parameter is skipped, then Apigee will tryto retrieve the data from fact tables which will be expensive.
func (*OrganizationsEnvironmentsStatsGetCall)Context¶
func (c *OrganizationsEnvironmentsStatsGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsStatsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsStatsGetCall)Do¶
func (c *OrganizationsEnvironmentsStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Stats,error)
Do executes the "apigee.organizations.environments.stats.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Stats.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsStatsGetCall)Fields¶
func (c *OrganizationsEnvironmentsStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsStatsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsStatsGetCall)Filter¶
func (c *OrganizationsEnvironmentsStatsGetCall) Filter(filterstring) *OrganizationsEnvironmentsStatsGetCall
Filter sets the optional parameter "filter": Filter that enables you todrill down on specific dimension values.
func (*OrganizationsEnvironmentsStatsGetCall)Header¶
func (c *OrganizationsEnvironmentsStatsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsStatsGetCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsStatsGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsStatsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsStatsGetCall)Limit¶
func (c *OrganizationsEnvironmentsStatsGetCall) Limit(limitstring) *OrganizationsEnvironmentsStatsGetCall
Limit sets the optional parameter "limit": Maximum number of result items toreturn.
func (*OrganizationsEnvironmentsStatsGetCall)Offset¶
func (c *OrganizationsEnvironmentsStatsGetCall) Offset(offsetstring) *OrganizationsEnvironmentsStatsGetCall
Offset sets the optional parameter "offset": Offset value. Use `offset` with`limit` to enable pagination of results. For example, to display results11-20, set limit to `10` and offset to `10`.
func (*OrganizationsEnvironmentsStatsGetCall)Realtime¶
func (c *OrganizationsEnvironmentsStatsGetCall) Realtime(realtimebool) *OrganizationsEnvironmentsStatsGetCall
Realtime sets the optional parameter "realtime": No longer used by Apigee.Supported for backwards compatibility.
func (*OrganizationsEnvironmentsStatsGetCall)Select¶
func (c *OrganizationsEnvironmentsStatsGetCall) Select(select_string) *OrganizationsEnvironmentsStatsGetCall
Select sets the optional parameter "select": Comma-separated list ofmetrics. For example: `sum(message_count),sum(error_count)`
func (*OrganizationsEnvironmentsStatsGetCall)Sonar¶
func (c *OrganizationsEnvironmentsStatsGetCall) Sonar(sonarbool) *OrganizationsEnvironmentsStatsGetCall
Sonar sets the optional parameter "sonar": Routes the query to APIMonitoring for the last hour.
func (*OrganizationsEnvironmentsStatsGetCall)Sort¶
func (c *OrganizationsEnvironmentsStatsGetCall) Sort(sortstring) *OrganizationsEnvironmentsStatsGetCall
Sort sets the optional parameter "sort": Flag that specifies whether thesort order should be ascending or descending. Valid values include: `DESC`and `ASC`.
func (*OrganizationsEnvironmentsStatsGetCall)Sortby¶
func (c *OrganizationsEnvironmentsStatsGetCall) Sortby(sortbystring) *OrganizationsEnvironmentsStatsGetCall
Sortby sets the optional parameter "sortby": Comma-separated list of metricsto sort the final result.
func (*OrganizationsEnvironmentsStatsGetCall)TimeRange¶
func (c *OrganizationsEnvironmentsStatsGetCall) TimeRange(timeRangestring) *OrganizationsEnvironmentsStatsGetCall
TimeRange sets the optional parameter "timeRange": Time interval for theinteractive query. Time range is specified in GMT as `start~end`. Forexample: `04/15/2017 00:00~05/15/2017 23:59`
func (*OrganizationsEnvironmentsStatsGetCall)TimeUnit¶
func (c *OrganizationsEnvironmentsStatsGetCall) TimeUnit(timeUnitstring) *OrganizationsEnvironmentsStatsGetCall
TimeUnit sets the optional parameter "timeUnit": Granularity of metricsreturned. Valid values include: `second`, `minute`, `hour`, `day`, `week`,or` month`.
func (*OrganizationsEnvironmentsStatsGetCall)Topk¶
func (c *OrganizationsEnvironmentsStatsGetCall) Topk(topkstring) *OrganizationsEnvironmentsStatsGetCall
Topk sets the optional parameter "topk": Top number of results to return.For example, to return the top 5 results, set `topk=5`.
func (*OrganizationsEnvironmentsStatsGetCall)TsAscending¶
func (c *OrganizationsEnvironmentsStatsGetCall) TsAscending(tsAscendingbool) *OrganizationsEnvironmentsStatsGetCall
TsAscending sets the optional parameter "tsAscending": Flag that specifieswhether to list timestamps in ascending (`true`) or descending (`false`)order. Apigee recommends that you set this value to `true` if you are using`sortby` with `sort=DESC`.
func (*OrganizationsEnvironmentsStatsGetCall)Tzo¶
func (c *OrganizationsEnvironmentsStatsGetCall) Tzo(tzostring) *OrganizationsEnvironmentsStatsGetCall
Tzo sets the optional parameter "tzo": Timezone offset value.
typeOrganizationsEnvironmentsStatsService¶
type OrganizationsEnvironmentsStatsService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsStatsService¶
func NewOrganizationsEnvironmentsStatsService(s *Service) *OrganizationsEnvironmentsStatsService
func (*OrganizationsEnvironmentsStatsService)Get¶
func (r *OrganizationsEnvironmentsStatsService) Get(namestring) *OrganizationsEnvironmentsStatsGetCall
Get: Retrieve metrics grouped by dimensions. The types of metrics you canretrieve include traffic, message counts, API call latency, response size,and cache hits and counts. Dimensions let you view metrics in meaningfulgroups. You can optionally pass dimensions as path parameters to the `stats`API. If dimensions are not specified, the metrics are computed on the entireset of data for the given time range.
- name: Resource name for which the interactive query will be executed. Usethe following format in your request:`organizations/{org}/environments/{env}/stats/{dimensions}` Dimensions letyou view metrics in meaningful groupings, such as `apiproxy` or`target_host`. The value of dimensions should be a comma-separated list,as shown below:`organizations/{org}/environments/{env}/stats/apiproxy,request_verb`.
typeOrganizationsEnvironmentsSubscribeCall¶
type OrganizationsEnvironmentsSubscribeCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsSubscribeCall)Context¶
func (c *OrganizationsEnvironmentsSubscribeCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsSubscribeCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsSubscribeCall)Do¶
func (c *OrganizationsEnvironmentsSubscribeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Subscription,error)
Do executes the "apigee.organizations.environments.subscribe" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Subscription.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsSubscribeCall)Fields¶
func (c *OrganizationsEnvironmentsSubscribeCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsSubscribeCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsSubscribeCall)Header¶
func (c *OrganizationsEnvironmentsSubscribeCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsTargetserversCreateCall¶
type OrganizationsEnvironmentsTargetserversCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsTargetserversCreateCall)Context¶
func (c *OrganizationsEnvironmentsTargetserversCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsTargetserversCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsTargetserversCreateCall)Do¶
func (c *OrganizationsEnvironmentsTargetserversCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer,error)
Do executes the "apigee.organizations.environments.targetservers.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1TargetServer.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTargetserversCreateCall)Fields¶
func (c *OrganizationsEnvironmentsTargetserversCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsTargetserversCreateCall)Header¶
func (c *OrganizationsEnvironmentsTargetserversCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsTargetserversCreateCall)Name¶
func (c *OrganizationsEnvironmentsTargetserversCreateCall) Name(namestring) *OrganizationsEnvironmentsTargetserversCreateCall
Name sets the optional parameter "name": The ID to give the TargetServer.This will overwrite the value in TargetServer.
typeOrganizationsEnvironmentsTargetserversDeleteCall¶
type OrganizationsEnvironmentsTargetserversDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsTargetserversDeleteCall)Context¶
func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsTargetserversDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsTargetserversDeleteCall)Do¶
func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer,error)
Do executes the "apigee.organizations.environments.targetservers.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1TargetServer.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTargetserversDeleteCall)Fields¶
func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsTargetserversDeleteCall)Header¶
func (c *OrganizationsEnvironmentsTargetserversDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsTargetserversGetCall¶
type OrganizationsEnvironmentsTargetserversGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsTargetserversGetCall)Context¶
func (c *OrganizationsEnvironmentsTargetserversGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsTargetserversGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsTargetserversGetCall)Do¶
func (c *OrganizationsEnvironmentsTargetserversGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer,error)
Do executes the "apigee.organizations.environments.targetservers.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1TargetServer.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTargetserversGetCall)Fields¶
func (c *OrganizationsEnvironmentsTargetserversGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsTargetserversGetCall)Header¶
func (c *OrganizationsEnvironmentsTargetserversGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsTargetserversGetCall)IfNoneMatch¶
func (c *OrganizationsEnvironmentsTargetserversGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsTargetserversGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsTargetserversService¶
type OrganizationsEnvironmentsTargetserversService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsTargetserversService¶
func NewOrganizationsEnvironmentsTargetserversService(s *Service) *OrganizationsEnvironmentsTargetserversService
func (*OrganizationsEnvironmentsTargetserversService)Create¶
func (r *OrganizationsEnvironmentsTargetserversService) Create(parentstring, googlecloudapigeev1targetserver *GoogleCloudApigeeV1TargetServer) *OrganizationsEnvironmentsTargetserversCreateCall
Create: Creates a TargetServer in the specified environment.
- parent: The parent environment name under which the TargetServer will becreated. Must be of the form `organizations/{org}/environments/{env}`.
func (*OrganizationsEnvironmentsTargetserversService)Delete¶
func (r *OrganizationsEnvironmentsTargetserversService) Delete(namestring) *OrganizationsEnvironmentsTargetserversDeleteCall
Delete: Deletes a TargetServer from an environment. Returns the deletedTargetServer 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(namestring) *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(namestring, googlecloudapigeev1targetserver *GoogleCloudApigeeV1TargetServer) *OrganizationsEnvironmentsTargetserversUpdateCall
Update: Updates an existing TargetServer. Note that this operation has PUTsemantics; it will replace the entirety of the existing TargetServer withthe 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}`.
typeOrganizationsEnvironmentsTargetserversUpdateCall¶
type OrganizationsEnvironmentsTargetserversUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsTargetserversUpdateCall)Context¶
func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsTargetserversUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsTargetserversUpdateCall)Do¶
func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TargetServer,error)
Do executes the "apigee.organizations.environments.targetservers.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1TargetServer.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTargetserversUpdateCall)Fields¶
func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTargetserversUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsTargetserversUpdateCall)Header¶
func (c *OrganizationsEnvironmentsTargetserversUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsTestIamPermissionsCall¶
type OrganizationsEnvironmentsTestIamPermissionsCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsTestIamPermissionsCall)Context¶
func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsTestIamPermissionsCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsTestIamPermissionsCall)Do¶
func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse,error)
Do executes the "apigee.organizations.environments.testIamPermissions" call.Any non-2xx status code is an error. Response headers are in either*GoogleIamV1TestIamPermissionsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTestIamPermissionsCall)Fields¶
func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTestIamPermissionsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsTestIamPermissionsCall)Header¶
func (c *OrganizationsEnvironmentsTestIamPermissionsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsTraceConfigOverridesCreateCall¶added inv0.41.0
type OrganizationsEnvironmentsTraceConfigOverridesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsTraceConfigOverridesCreateCall)Context¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsTraceConfigOverridesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsTraceConfigOverridesCreateCall)Do¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfigOverride,error)
Do executes the "apigee.organizations.environments.traceConfig.overrides.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1TraceConfigOverride.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTraceConfigOverridesCreateCall)Fields¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsTraceConfigOverridesCreateCall)Header¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsTraceConfigOverridesDeleteCall¶added inv0.41.0
type OrganizationsEnvironmentsTraceConfigOverridesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsTraceConfigOverridesDeleteCall)Context¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsTraceConfigOverridesDeleteCall)Do¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.environments.traceConfig.overrides.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsTraceConfigOverridesDeleteCall)Fields¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsTraceConfigOverridesDeleteCall)Header¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsTraceConfigOverridesGetCall¶added inv0.41.0
type OrganizationsEnvironmentsTraceConfigOverridesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsTraceConfigOverridesGetCall)Context¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsTraceConfigOverridesGetCall)Do¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfigOverride,error)
Do executes the "apigee.organizations.environments.traceConfig.overrides.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1TraceConfigOverride.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTraceConfigOverridesGetCall)Fields¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsTraceConfigOverridesGetCall)Header¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsTraceConfigOverridesGetCall)IfNoneMatch¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesGetCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsEnvironmentsTraceConfigOverridesListCall¶added inv0.41.0
type OrganizationsEnvironmentsTraceConfigOverridesListCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsTraceConfigOverridesListCall)Context¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsTraceConfigOverridesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall)Do¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListTraceConfigOverridesResponse,error)
Do executes the "apigee.organizations.environments.traceConfig.overrides.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListTraceConfigOverridesResponse.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall)Fields¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall)Header¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall)IfNoneMatch¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) IfNoneMatch(entityTagstring) *OrganizationsEnvironmentsTraceConfigOverridesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall)PageSize¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) PageSize(pageSizeint64) *OrganizationsEnvironmentsTraceConfigOverridesListCall
PageSize sets the optional parameter "pageSize": Maximum number of traceconfiguration overrides to return. If not specified, the maximum numberreturned is 25. The maximum number cannot exceed 100.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall)PageToken¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) PageToken(pageTokenstring) *OrganizationsEnvironmentsTraceConfigOverridesListCall
PageToken sets the optional parameter "pageToken": A page token, returnedfrom a previous `ListTraceConfigOverrides` call. Token value that can beused to retrieve the subsequent page. When paginating, all other parametersprovided to `ListTraceConfigOverrides` must match those specified in thecall to obtain the page token.
func (*OrganizationsEnvironmentsTraceConfigOverridesListCall)Pages¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesListCall) Pages(ctxcontext.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.
typeOrganizationsEnvironmentsTraceConfigOverridesPatchCall¶added inv0.41.0
type OrganizationsEnvironmentsTraceConfigOverridesPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsTraceConfigOverridesPatchCall)Context¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsTraceConfigOverridesPatchCall)Do¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfigOverride,error)
Do executes the "apigee.organizations.environments.traceConfig.overrides.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1TraceConfigOverride.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsTraceConfigOverridesPatchCall)Fields¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsTraceConfigOverridesPatchCall)Header¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsTraceConfigOverridesPatchCall)UpdateMask¶added inv0.41.0
func (c *OrganizationsEnvironmentsTraceConfigOverridesPatchCall) UpdateMask(updateMaskstring) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
UpdateMask sets the optional parameter "updateMask": List of fields to beupdated.
typeOrganizationsEnvironmentsTraceConfigOverridesService¶added inv0.41.0
type OrganizationsEnvironmentsTraceConfigOverridesService struct {// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsTraceConfigOverridesService¶added inv0.41.0
func NewOrganizationsEnvironmentsTraceConfigOverridesService(s *Service) *OrganizationsEnvironmentsTraceConfigOverridesService
func (*OrganizationsEnvironmentsTraceConfigOverridesService)Create¶added inv0.41.0
func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Create(parentstring, googlecloudapigeev1traceconfigoverride *GoogleCloudApigeeV1TraceConfigOverride) *OrganizationsEnvironmentsTraceConfigOverridesCreateCall
Create: Creates a trace configuration override. The response contains asystem-generated UUID, that can be used to view, update, or delete theconfiguration override. Use the List API to view the existing traceconfiguration overrides.
- parent: Parent resource of the trace configuration override. Use thefollowing structure in your request."organizations/*/environments/*/traceConfig".
func (*OrganizationsEnvironmentsTraceConfigOverridesService)Delete¶added inv0.41.0
func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Delete(namestring) *OrganizationsEnvironmentsTraceConfigOverridesDeleteCall
Delete: Deletes a distributed trace configuration override.
- name: Name of the trace configuration override. Use the followingstructure in your request:"organizations/*/environments/*/traceConfig/overrides/*".
func (*OrganizationsEnvironmentsTraceConfigOverridesService)Get¶added inv0.41.0
func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Get(namestring) *OrganizationsEnvironmentsTraceConfigOverridesGetCall
Get: Gets a trace configuration override.
- name: Name of the trace configuration override. Use the followingstructure in your request:"organizations/*/environments/*/traceConfig/overrides/*".
func (*OrganizationsEnvironmentsTraceConfigOverridesService)List¶added inv0.41.0
func (r *OrganizationsEnvironmentsTraceConfigOverridesService) List(parentstring) *OrganizationsEnvironmentsTraceConfigOverridesListCall
List: Lists all of the distributed trace configuration overrides in anenvironment.
- parent: Parent resource of the trace configuration override. Use thefollowing structure in your request:"organizations/*/environments/*/traceConfig".
func (*OrganizationsEnvironmentsTraceConfigOverridesService)Patch¶added inv0.41.0
func (r *OrganizationsEnvironmentsTraceConfigOverridesService) Patch(namestring, googlecloudapigeev1traceconfigoverride *GoogleCloudApigeeV1TraceConfigOverride) *OrganizationsEnvironmentsTraceConfigOverridesPatchCall
Patch: Updates a distributed trace configuration override. Note that therepeated fields have replace semantics when included in the field mask andthat they will be overwritten by the value of the fields in the requestbody.
- name: Name of the trace configuration override. Use the followingstructure in your request:"organizations/*/environments/*/traceConfig/overrides/*".
typeOrganizationsEnvironmentsTraceConfigService¶added inv0.41.0
type OrganizationsEnvironmentsTraceConfigService struct {Overrides *OrganizationsEnvironmentsTraceConfigOverridesService// contains filtered or unexported fields}funcNewOrganizationsEnvironmentsTraceConfigService¶added inv0.41.0
func NewOrganizationsEnvironmentsTraceConfigService(s *Service) *OrganizationsEnvironmentsTraceConfigService
typeOrganizationsEnvironmentsUnsubscribeCall¶
type OrganizationsEnvironmentsUnsubscribeCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsUnsubscribeCall)Context¶
func (c *OrganizationsEnvironmentsUnsubscribeCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsUnsubscribeCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsUnsubscribeCall)Do¶
func (c *OrganizationsEnvironmentsUnsubscribeCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.environments.unsubscribe" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsEnvironmentsUnsubscribeCall)Fields¶
func (c *OrganizationsEnvironmentsUnsubscribeCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUnsubscribeCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsUnsubscribeCall)Header¶
func (c *OrganizationsEnvironmentsUnsubscribeCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsUpdateCall¶
type OrganizationsEnvironmentsUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsUpdateCall)Context¶
func (c *OrganizationsEnvironmentsUpdateCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsUpdateCall)Do¶
func (c *OrganizationsEnvironmentsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Environment,error)
Do executes the "apigee.organizations.environments.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Environment.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsUpdateCall)Fields¶
func (c *OrganizationsEnvironmentsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsUpdateCall)Header¶
func (c *OrganizationsEnvironmentsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsUpdateDebugmaskCall¶
type OrganizationsEnvironmentsUpdateDebugmaskCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsUpdateDebugmaskCall)Context¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsUpdateDebugmaskCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsUpdateDebugmaskCall)Do¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DebugMask,error)
Do executes the "apigee.organizations.environments.updateDebugmask" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DebugMask.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsUpdateDebugmaskCall)Fields¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateDebugmaskCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsUpdateDebugmaskCall)Header¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsUpdateDebugmaskCall)ReplaceRepeatedFields¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) ReplaceRepeatedFields(replaceRepeatedFieldsbool) *OrganizationsEnvironmentsUpdateDebugmaskCall
ReplaceRepeatedFields sets the optional parameter "replaceRepeatedFields":Boolean flag that specifies whether to replace existing values in the debugmask when doing an update. Set to true to replace existing values. Thedefault behavior is to append the values (false).
func (*OrganizationsEnvironmentsUpdateDebugmaskCall)UpdateMask¶
func (c *OrganizationsEnvironmentsUpdateDebugmaskCall) UpdateMask(updateMaskstring) *OrganizationsEnvironmentsUpdateDebugmaskCall
UpdateMask sets the optional parameter "updateMask": Field debug mask tosupport partial updates.
typeOrganizationsEnvironmentsUpdateEnvironmentCall¶
type OrganizationsEnvironmentsUpdateEnvironmentCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsUpdateEnvironmentCall)Context¶
func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsUpdateEnvironmentCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsUpdateEnvironmentCall)Do¶
func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Environment,error)
Do executes the "apigee.organizations.environments.updateEnvironment" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Environment.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsUpdateEnvironmentCall)Fields¶
func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateEnvironmentCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsUpdateEnvironmentCall)Header¶
func (c *OrganizationsEnvironmentsUpdateEnvironmentCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsEnvironmentsUpdateSecurityActionsConfigCall¶added inv0.144.0
type OrganizationsEnvironmentsUpdateSecurityActionsConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsUpdateSecurityActionsConfigCall)Context¶added inv0.144.0
func (c *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsUpdateSecurityActionsConfigCall)Do¶added inv0.144.0
func (c *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityActionsConfig,error)
Do executes the "apigee.organizations.environments.updateSecurityActionsConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityActionsConfig.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsUpdateSecurityActionsConfigCall)Fields¶added inv0.144.0
func (c *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsUpdateSecurityActionsConfigCall)Header¶added inv0.144.0
func (c *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsUpdateSecurityActionsConfigCall)UpdateMask¶added inv0.144.0
func (c *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall) UpdateMask(updateMaskstring) *OrganizationsEnvironmentsUpdateSecurityActionsConfigCall
UpdateMask sets the optional parameter "updateMask": The list of fields toupdate.
typeOrganizationsEnvironmentsUpdateTraceConfigCall¶added inv0.41.0
type OrganizationsEnvironmentsUpdateTraceConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsEnvironmentsUpdateTraceConfigCall)Context¶added inv0.41.0
func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Context(ctxcontext.Context) *OrganizationsEnvironmentsUpdateTraceConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsEnvironmentsUpdateTraceConfigCall)Do¶added inv0.41.0
func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1TraceConfig,error)
Do executes the "apigee.organizations.environments.updateTraceConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1TraceConfig.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsEnvironmentsUpdateTraceConfigCall)Fields¶added inv0.41.0
func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Fields(s ...googleapi.Field) *OrganizationsEnvironmentsUpdateTraceConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsEnvironmentsUpdateTraceConfigCall)Header¶added inv0.41.0
func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsEnvironmentsUpdateTraceConfigCall)UpdateMask¶added inv0.41.0
func (c *OrganizationsEnvironmentsUpdateTraceConfigCall) UpdateMask(updateMaskstring) *OrganizationsEnvironmentsUpdateTraceConfigCall
UpdateMask sets the optional parameter "updateMask": List of fields to beupdated.
typeOrganizationsGetCall¶
type OrganizationsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsGetCall)Context¶
func (c *OrganizationsGetCall) Context(ctxcontext.Context) *OrganizationsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsGetCall)Do¶
func (c *OrganizationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Organization,error)
Do executes the "apigee.organizations.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Organization.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsGetCall)Fields¶
func (c *OrganizationsGetCall) Fields(s ...googleapi.Field) *OrganizationsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsGetCall)Header¶
func (c *OrganizationsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsGetCall)IfNoneMatch¶
func (c *OrganizationsGetCall) IfNoneMatch(entityTagstring) *OrganizationsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsGetControlPlaneAccessCall¶added inv0.200.0
type OrganizationsGetControlPlaneAccessCall struct {// contains filtered or unexported fields}func (*OrganizationsGetControlPlaneAccessCall)Context¶added inv0.200.0
func (c *OrganizationsGetControlPlaneAccessCall) Context(ctxcontext.Context) *OrganizationsGetControlPlaneAccessCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsGetControlPlaneAccessCall)Do¶added inv0.200.0
func (c *OrganizationsGetControlPlaneAccessCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ControlPlaneAccess,error)
Do executes the "apigee.organizations.getControlPlaneAccess" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ControlPlaneAccess.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsGetControlPlaneAccessCall)Fields¶added inv0.200.0
func (c *OrganizationsGetControlPlaneAccessCall) Fields(s ...googleapi.Field) *OrganizationsGetControlPlaneAccessCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsGetControlPlaneAccessCall)Header¶added inv0.200.0
func (c *OrganizationsGetControlPlaneAccessCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsGetControlPlaneAccessCall)IfNoneMatch¶added inv0.200.0
func (c *OrganizationsGetControlPlaneAccessCall) IfNoneMatch(entityTagstring) *OrganizationsGetControlPlaneAccessCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsGetDeployedIngressConfigCall¶added inv0.30.0
type OrganizationsGetDeployedIngressConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsGetDeployedIngressConfigCall)Context¶added inv0.30.0
func (c *OrganizationsGetDeployedIngressConfigCall) Context(ctxcontext.Context) *OrganizationsGetDeployedIngressConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsGetDeployedIngressConfigCall)Do¶added inv0.30.0
func (c *OrganizationsGetDeployedIngressConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1IngressConfig,error)
Do executes the "apigee.organizations.getDeployedIngressConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1IngressConfig.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsGetDeployedIngressConfigCall)Fields¶added inv0.30.0
func (c *OrganizationsGetDeployedIngressConfigCall) Fields(s ...googleapi.Field) *OrganizationsGetDeployedIngressConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsGetDeployedIngressConfigCall)Header¶added inv0.30.0
func (c *OrganizationsGetDeployedIngressConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsGetDeployedIngressConfigCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsGetDeployedIngressConfigCall) IfNoneMatch(entityTagstring) *OrganizationsGetDeployedIngressConfigCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsGetDeployedIngressConfigCall)View¶added inv0.33.0
func (c *OrganizationsGetDeployedIngressConfigCall) View(viewstring) *OrganizationsGetDeployedIngressConfigCall
View sets the optional parameter "view": When set to FULL, additionaldetails about the specific deployments receiving traffic will be included inthe 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 anddestination 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 andwhen the routing rule first appeared in the env group.
typeOrganizationsGetProjectMappingCall¶added inv0.82.0
type OrganizationsGetProjectMappingCall struct {// contains filtered or unexported fields}func (*OrganizationsGetProjectMappingCall)Context¶added inv0.82.0
func (c *OrganizationsGetProjectMappingCall) Context(ctxcontext.Context) *OrganizationsGetProjectMappingCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsGetProjectMappingCall)Do¶added inv0.82.0
func (c *OrganizationsGetProjectMappingCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1OrganizationProjectMapping,error)
Do executes the "apigee.organizations.getProjectMapping" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1OrganizationProjectMapping.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsGetProjectMappingCall)Fields¶added inv0.82.0
func (c *OrganizationsGetProjectMappingCall) Fields(s ...googleapi.Field) *OrganizationsGetProjectMappingCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsGetProjectMappingCall)Header¶added inv0.82.0
func (c *OrganizationsGetProjectMappingCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsGetProjectMappingCall)IfNoneMatch¶added inv0.82.0
func (c *OrganizationsGetProjectMappingCall) IfNoneMatch(entityTagstring) *OrganizationsGetProjectMappingCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsGetRuntimeConfigCall¶added inv0.50.0
type OrganizationsGetRuntimeConfigCall struct {// contains filtered or unexported fields}func (*OrganizationsGetRuntimeConfigCall)Context¶added inv0.50.0
func (c *OrganizationsGetRuntimeConfigCall) Context(ctxcontext.Context) *OrganizationsGetRuntimeConfigCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsGetRuntimeConfigCall)Do¶added inv0.50.0
func (c *OrganizationsGetRuntimeConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1RuntimeConfig,error)
Do executes the "apigee.organizations.getRuntimeConfig" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1RuntimeConfig.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsGetRuntimeConfigCall)Fields¶added inv0.50.0
func (c *OrganizationsGetRuntimeConfigCall) Fields(s ...googleapi.Field) *OrganizationsGetRuntimeConfigCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsGetRuntimeConfigCall)Header¶added inv0.50.0
func (c *OrganizationsGetRuntimeConfigCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsGetRuntimeConfigCall)IfNoneMatch¶added inv0.50.0
func (c *OrganizationsGetRuntimeConfigCall) IfNoneMatch(entityTagstring) *OrganizationsGetRuntimeConfigCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsGetSecuritySettingsCall¶added inv0.155.0
type OrganizationsGetSecuritySettingsCall struct {// contains filtered or unexported fields}func (*OrganizationsGetSecuritySettingsCall)Context¶added inv0.155.0
func (c *OrganizationsGetSecuritySettingsCall) Context(ctxcontext.Context) *OrganizationsGetSecuritySettingsCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsGetSecuritySettingsCall)Do¶added inv0.155.0
func (c *OrganizationsGetSecuritySettingsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecuritySettings,error)
Do executes the "apigee.organizations.getSecuritySettings" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecuritySettings.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsGetSecuritySettingsCall)Fields¶added inv0.155.0
func (c *OrganizationsGetSecuritySettingsCall) Fields(s ...googleapi.Field) *OrganizationsGetSecuritySettingsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsGetSecuritySettingsCall)Header¶added inv0.155.0
func (c *OrganizationsGetSecuritySettingsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsGetSecuritySettingsCall)IfNoneMatch¶added inv0.155.0
func (c *OrganizationsGetSecuritySettingsCall) IfNoneMatch(entityTagstring) *OrganizationsGetSecuritySettingsCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsGetSyncAuthorizationCall¶
type OrganizationsGetSyncAuthorizationCall struct {// contains filtered or unexported fields}func (*OrganizationsGetSyncAuthorizationCall)Context¶
func (c *OrganizationsGetSyncAuthorizationCall) Context(ctxcontext.Context) *OrganizationsGetSyncAuthorizationCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsGetSyncAuthorizationCall)Do¶
func (c *OrganizationsGetSyncAuthorizationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SyncAuthorization,error)
Do executes the "apigee.organizations.getSyncAuthorization" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SyncAuthorization.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsGetSyncAuthorizationCall)Fields¶
func (c *OrganizationsGetSyncAuthorizationCall) Fields(s ...googleapi.Field) *OrganizationsGetSyncAuthorizationCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsGetSyncAuthorizationCall)Header¶
func (c *OrganizationsGetSyncAuthorizationCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsHostQueriesCreateCall¶added inv0.36.0
type OrganizationsHostQueriesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsHostQueriesCreateCall)Context¶added inv0.36.0
func (c *OrganizationsHostQueriesCreateCall) Context(ctxcontext.Context) *OrganizationsHostQueriesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsHostQueriesCreateCall)Do¶added inv0.36.0
func (c *OrganizationsHostQueriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery,error)
Do executes the "apigee.organizations.hostQueries.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AsyncQuery.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsHostQueriesCreateCall)Fields¶added inv0.36.0
func (c *OrganizationsHostQueriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsHostQueriesCreateCall)Header¶added inv0.36.0
func (c *OrganizationsHostQueriesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsHostQueriesGetCall¶added inv0.36.0
type OrganizationsHostQueriesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsHostQueriesGetCall)Context¶added inv0.36.0
func (c *OrganizationsHostQueriesGetCall) Context(ctxcontext.Context) *OrganizationsHostQueriesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsHostQueriesGetCall)Do¶added inv0.36.0
func (c *OrganizationsHostQueriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQuery,error)
Do executes the "apigee.organizations.hostQueries.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AsyncQuery.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsHostQueriesGetCall)Fields¶added inv0.36.0
func (c *OrganizationsHostQueriesGetCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsHostQueriesGetCall)Header¶added inv0.36.0
func (c *OrganizationsHostQueriesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsHostQueriesGetCall)IfNoneMatch¶added inv0.36.0
func (c *OrganizationsHostQueriesGetCall) IfNoneMatch(entityTagstring) *OrganizationsHostQueriesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsHostQueriesGetResultCall¶added inv0.36.0
type OrganizationsHostQueriesGetResultCall struct {// contains filtered or unexported fields}func (*OrganizationsHostQueriesGetResultCall)Context¶added inv0.36.0
func (c *OrganizationsHostQueriesGetResultCall) Context(ctxcontext.Context) *OrganizationsHostQueriesGetResultCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsHostQueriesGetResultCall)Do¶added inv0.36.0
func (c *OrganizationsHostQueriesGetResultCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody,error)
Do executes the "apigee.organizations.hostQueries.getResult" call.Any non-2xx status code is an error. Response headers are in either*GoogleApiHttpBody.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsHostQueriesGetResultCall)Fields¶added inv0.36.0
func (c *OrganizationsHostQueriesGetResultCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesGetResultCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsHostQueriesGetResultCall)Header¶added inv0.36.0
func (c *OrganizationsHostQueriesGetResultCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsHostQueriesGetResultCall)IfNoneMatch¶added inv0.36.0
func (c *OrganizationsHostQueriesGetResultCall) IfNoneMatch(entityTagstring) *OrganizationsHostQueriesGetResultCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsHostQueriesGetResultViewCall¶added inv0.36.0
type OrganizationsHostQueriesGetResultViewCall struct {// contains filtered or unexported fields}func (*OrganizationsHostQueriesGetResultViewCall)Context¶added inv0.36.0
func (c *OrganizationsHostQueriesGetResultViewCall) Context(ctxcontext.Context) *OrganizationsHostQueriesGetResultViewCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsHostQueriesGetResultViewCall)Do¶added inv0.36.0
func (c *OrganizationsHostQueriesGetResultViewCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1AsyncQueryResultView,error)
Do executes the "apigee.organizations.hostQueries.getResultView" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1AsyncQueryResultView.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsHostQueriesGetResultViewCall)Fields¶added inv0.36.0
func (c *OrganizationsHostQueriesGetResultViewCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesGetResultViewCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsHostQueriesGetResultViewCall)Header¶added inv0.36.0
func (c *OrganizationsHostQueriesGetResultViewCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsHostQueriesGetResultViewCall)IfNoneMatch¶added inv0.36.0
func (c *OrganizationsHostQueriesGetResultViewCall) IfNoneMatch(entityTagstring) *OrganizationsHostQueriesGetResultViewCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsHostQueriesListCall¶added inv0.36.0
type OrganizationsHostQueriesListCall struct {// contains filtered or unexported fields}func (*OrganizationsHostQueriesListCall)Context¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) Context(ctxcontext.Context) *OrganizationsHostQueriesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsHostQueriesListCall)Dataset¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) Dataset(datasetstring) *OrganizationsHostQueriesListCall
Dataset sets the optional parameter "dataset": Filter response list bydataset. Example: `api`, `mint`
func (*OrganizationsHostQueriesListCall)Do¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListAsyncQueriesResponse,error)
Do executes the "apigee.organizations.hostQueries.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListAsyncQueriesResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsHostQueriesListCall)EnvgroupHostname¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) EnvgroupHostname(envgroupHostnamestring) *OrganizationsHostQueriesListCall
EnvgroupHostname sets the optional parameter "envgroupHostname": Required.Filter response list by hostname.
func (*OrganizationsHostQueriesListCall)Fields¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) Fields(s ...googleapi.Field) *OrganizationsHostQueriesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsHostQueriesListCall)From¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) From(fromstring) *OrganizationsHostQueriesListCall
From sets the optional parameter "from": Filter response list by returningasynchronous queries that created after this date time. Time must be in ISOdate-time format like '2011-12-03T10:15:30Z'.
func (*OrganizationsHostQueriesListCall)Header¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsHostQueriesListCall)IfNoneMatch¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) IfNoneMatch(entityTagstring) *OrganizationsHostQueriesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsHostQueriesListCall)InclQueriesWithoutReport¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) InclQueriesWithoutReport(inclQueriesWithoutReportstring) *OrganizationsHostQueriesListCall
InclQueriesWithoutReport sets the optional parameter"inclQueriesWithoutReport": Flag to include asynchronous queries that don'thave a report denifition.
func (*OrganizationsHostQueriesListCall)Status¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) Status(statusstring) *OrganizationsHostQueriesListCall
Status sets the optional parameter "status": Filter response list byasynchronous query status.
func (*OrganizationsHostQueriesListCall)SubmittedBy¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) SubmittedBy(submittedBystring) *OrganizationsHostQueriesListCall
SubmittedBy sets the optional parameter "submittedBy": Filter response listby user who submitted queries.
func (*OrganizationsHostQueriesListCall)To¶added inv0.36.0
func (c *OrganizationsHostQueriesListCall) To(tostring) *OrganizationsHostQueriesListCall
To sets the optional parameter "to": Filter response list by returningasynchronous queries that created before this date time. Time must be in ISOdate-time format like '2011-12-03T10:16:30Z'.
typeOrganizationsHostQueriesService¶added inv0.36.0
type OrganizationsHostQueriesService struct {// contains filtered or unexported fields}funcNewOrganizationsHostQueriesService¶added inv0.36.0
func NewOrganizationsHostQueriesService(s *Service) *OrganizationsHostQueriesService
func (*OrganizationsHostQueriesService)Create¶added inv0.36.0
func (r *OrganizationsHostQueriesService) Create(parentstring, googlecloudapigeev1query *GoogleCloudApigeeV1Query) *OrganizationsHostQueriesCreateCall
Create: Submit a query at host level to be processed in the background. Ifthe submission of the query succeeds, the API returns a 201 status and an IDthat 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¶added inv0.36.0
func (r *OrganizationsHostQueriesService) Get(namestring) *OrganizationsHostQueriesGetCall
Get: Get status of a query submitted at host level. If the query is still inprogress, the `state` is set to "running" After the query has completedsuccessfully, `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¶added inv0.36.0
func (r *OrganizationsHostQueriesService) GetResult(namestring) *OrganizationsHostQueriesGetResultCall
GetResult: After the query is completed, use this API to retrieve theresults. If the request succeeds, and there is a non-zero result set, theresult is downloaded to the client as a zipped JSON file. The name of thedownloaded 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¶added inv0.36.0
func (r *OrganizationsHostQueriesService) GetResultView(namestring) *OrganizationsHostQueriesGetResultViewCall
GetResultView:
- name: Name of the asynchronous query result view to get. Must be of theform `organizations/{org}/queries/{queryId}/resultView`.
func (*OrganizationsHostQueriesService)List¶added inv0.36.0
func (r *OrganizationsHostQueriesService) List(parentstring) *OrganizationsHostQueriesListCall
List: Return a list of Asynchronous Queries at host level.
- parent: The parent resource name. Must be of the form`organizations/{org}`.
typeOrganizationsHostSecurityReportsCreateCall¶added inv0.86.0
type OrganizationsHostSecurityReportsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsHostSecurityReportsCreateCall)Context¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsCreateCall) Context(ctxcontext.Context) *OrganizationsHostSecurityReportsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsHostSecurityReportsCreateCall)Do¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReport,error)
Do executes the "apigee.organizations.hostSecurityReports.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityReport.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsHostSecurityReportsCreateCall)Fields¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsCreateCall) Fields(s ...googleapi.Field) *OrganizationsHostSecurityReportsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsHostSecurityReportsCreateCall)Header¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsHostSecurityReportsGetCall¶added inv0.86.0
type OrganizationsHostSecurityReportsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsHostSecurityReportsGetCall)Context¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetCall) Context(ctxcontext.Context) *OrganizationsHostSecurityReportsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsHostSecurityReportsGetCall)Do¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReport,error)
Do executes the "apigee.organizations.hostSecurityReports.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityReport.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsHostSecurityReportsGetCall)Fields¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetCall) Fields(s ...googleapi.Field) *OrganizationsHostSecurityReportsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsHostSecurityReportsGetCall)Header¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsHostSecurityReportsGetCall)IfNoneMatch¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetCall) IfNoneMatch(entityTagstring) *OrganizationsHostSecurityReportsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsHostSecurityReportsGetResultCall¶added inv0.86.0
type OrganizationsHostSecurityReportsGetResultCall struct {// contains filtered or unexported fields}func (*OrganizationsHostSecurityReportsGetResultCall)Context¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetResultCall) Context(ctxcontext.Context) *OrganizationsHostSecurityReportsGetResultCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsHostSecurityReportsGetResultCall)Do¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetResultCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody,error)
Do executes the "apigee.organizations.hostSecurityReports.getResult" call.Any non-2xx status code is an error. Response headers are in either*GoogleApiHttpBody.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsHostSecurityReportsGetResultCall)Fields¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetResultCall) Fields(s ...googleapi.Field) *OrganizationsHostSecurityReportsGetResultCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsHostSecurityReportsGetResultCall)Header¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetResultCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsHostSecurityReportsGetResultCall)IfNoneMatch¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetResultCall) IfNoneMatch(entityTagstring) *OrganizationsHostSecurityReportsGetResultCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsHostSecurityReportsGetResultViewCall¶added inv0.86.0
type OrganizationsHostSecurityReportsGetResultViewCall struct {// contains filtered or unexported fields}func (*OrganizationsHostSecurityReportsGetResultViewCall)Context¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetResultViewCall) Context(ctxcontext.Context) *OrganizationsHostSecurityReportsGetResultViewCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsHostSecurityReportsGetResultViewCall)Do¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetResultViewCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityReportResultView,error)
Do executes the "apigee.organizations.hostSecurityReports.getResultView" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityReportResultView.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsHostSecurityReportsGetResultViewCall)Fields¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetResultViewCall) Fields(s ...googleapi.Field) *OrganizationsHostSecurityReportsGetResultViewCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsHostSecurityReportsGetResultViewCall)Header¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetResultViewCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsHostSecurityReportsGetResultViewCall)IfNoneMatch¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsGetResultViewCall) IfNoneMatch(entityTagstring) *OrganizationsHostSecurityReportsGetResultViewCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsHostSecurityReportsListCall¶added inv0.86.0
type OrganizationsHostSecurityReportsListCall struct {// contains filtered or unexported fields}func (*OrganizationsHostSecurityReportsListCall)Context¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) Context(ctxcontext.Context) *OrganizationsHostSecurityReportsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsHostSecurityReportsListCall)Dataset¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) Dataset(datasetstring) *OrganizationsHostSecurityReportsListCall
Dataset sets the optional parameter "dataset": Filter response list bydataset. Example: `api`, `mint`
func (*OrganizationsHostSecurityReportsListCall)Do¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityReportsResponse,error)
Do executes the "apigee.organizations.hostSecurityReports.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListSecurityReportsResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsHostSecurityReportsListCall)EnvgroupHostname¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) EnvgroupHostname(envgroupHostnamestring) *OrganizationsHostSecurityReportsListCall
EnvgroupHostname sets the optional parameter "envgroupHostname": Required.Filter response list by hostname.
func (*OrganizationsHostSecurityReportsListCall)Fields¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) Fields(s ...googleapi.Field) *OrganizationsHostSecurityReportsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsHostSecurityReportsListCall)From¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) From(fromstring) *OrganizationsHostSecurityReportsListCall
From sets the optional parameter "from": Filter response list by returningsecurity reports that created after this date time. Time must be in ISOdate-time format like '2011-12-03T10:15:30Z'.
func (*OrganizationsHostSecurityReportsListCall)Header¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsHostSecurityReportsListCall)IfNoneMatch¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) IfNoneMatch(entityTagstring) *OrganizationsHostSecurityReportsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsHostSecurityReportsListCall)PageSize¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) PageSize(pageSizeint64) *OrganizationsHostSecurityReportsListCall
PageSize sets the optional parameter "pageSize": The maximum number ofsecurity report to return in the list response.
func (*OrganizationsHostSecurityReportsListCall)PageToken¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) PageToken(pageTokenstring) *OrganizationsHostSecurityReportsListCall
PageToken sets the optional parameter "pageToken": Token returned from theprevious list response to fetch the next page.
func (*OrganizationsHostSecurityReportsListCall)Pages¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListSecurityReportsResponse)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.
func (*OrganizationsHostSecurityReportsListCall)Status¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) Status(statusstring) *OrganizationsHostSecurityReportsListCall
Status sets the optional parameter "status": Filter response list bysecurity report status.
func (*OrganizationsHostSecurityReportsListCall)SubmittedBy¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) SubmittedBy(submittedBystring) *OrganizationsHostSecurityReportsListCall
SubmittedBy sets the optional parameter "submittedBy": Filter response listby user who submitted queries.
func (*OrganizationsHostSecurityReportsListCall)To¶added inv0.86.0
func (c *OrganizationsHostSecurityReportsListCall) To(tostring) *OrganizationsHostSecurityReportsListCall
To sets the optional parameter "to": Filter response list by returningsecurity reports that created before this date time. Time must be in ISOdate-time format like '2011-12-03T10:16:30Z'.
typeOrganizationsHostSecurityReportsService¶added inv0.86.0
type OrganizationsHostSecurityReportsService struct {// contains filtered or unexported fields}funcNewOrganizationsHostSecurityReportsService¶added inv0.86.0
func NewOrganizationsHostSecurityReportsService(s *Service) *OrganizationsHostSecurityReportsService
func (*OrganizationsHostSecurityReportsService)Create¶added inv0.86.0
func (r *OrganizationsHostSecurityReportsService) Create(parentstring, googlecloudapigeev1securityreportquery *GoogleCloudApigeeV1SecurityReportQuery) *OrganizationsHostSecurityReportsCreateCall
Create: Submit a query at host level to be processed in the background. Ifthe submission of the query succeeds, the API returns a 201 status and an IDthat 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 (*OrganizationsHostSecurityReportsService)Get¶added inv0.86.0
func (r *OrganizationsHostSecurityReportsService) Get(namestring) *OrganizationsHostSecurityReportsGetCall
Get: Get status of a query submitted at host level. If the query is still inprogress, the `state` is set to "running" After the query has completedsuccessfully, `state` is set to "completed"
- name: Name of the security report to get. Must be of the form`organizations/{org}/securityReports/{reportId}`.
func (*OrganizationsHostSecurityReportsService)GetResult¶added inv0.86.0
func (r *OrganizationsHostSecurityReportsService) GetResult(namestring) *OrganizationsHostSecurityReportsGetResultCall
GetResult: After the query is completed, use this API to retrieve theresults. If the request succeeds, and there is a non-zero result set, theresult is downloaded to the client as a zipped JSON file. The name of thedownloaded file will be: OfflineQueryResult-.zip Example:`OfflineQueryResult-9cfc0d85-0f30-46d6-ae6f-318d0cb961bd.zip`
- name: Name of the security report result to get. Must be of the form`organizations/{org}/securityReports/{reportId}/result`.
func (*OrganizationsHostSecurityReportsService)GetResultView¶added inv0.86.0
func (r *OrganizationsHostSecurityReportsService) GetResultView(namestring) *OrganizationsHostSecurityReportsGetResultViewCall
GetResultView: After the query is completed, use this API to view the queryresult when result size is small.
- name: Name of the security report result view to get. Must be of the form`organizations/{org}/securityReports/{reportId}/resultView`.
func (*OrganizationsHostSecurityReportsService)List¶added inv0.86.0
func (r *OrganizationsHostSecurityReportsService) List(parentstring) *OrganizationsHostSecurityReportsListCall
List: Return a list of Security Reports at host level.
- parent: The parent resource name. Must be of the form`organizations/{org}`.
typeOrganizationsHostStatsGetCall¶added inv0.36.0
type OrganizationsHostStatsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsHostStatsGetCall)Accuracy¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Accuracy(accuracystring) *OrganizationsHostStatsGetCall
Accuracy sets the optional parameter "accuracy": No longer used by Apigee.Supported for backwards compatibility.
func (*OrganizationsHostStatsGetCall)Context¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Context(ctxcontext.Context) *OrganizationsHostStatsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsHostStatsGetCall)Do¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Stats,error)
Do executes the "apigee.organizations.hostStats.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Stats.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsHostStatsGetCall)EnvgroupHostname¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) EnvgroupHostname(envgroupHostnamestring) *OrganizationsHostStatsGetCall
EnvgroupHostname sets the optional parameter "envgroupHostname": Required.Hostname for which the interactive query will be executed.
func (*OrganizationsHostStatsGetCall)Fields¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsHostStatsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsHostStatsGetCall)Filter¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Filter(filterstring) *OrganizationsHostStatsGetCall
Filter sets the optional parameter "filter": Flag that enables drill-down onspecific dimension values.
func (*OrganizationsHostStatsGetCall)Header¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsHostStatsGetCall)IfNoneMatch¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) IfNoneMatch(entityTagstring) *OrganizationsHostStatsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsHostStatsGetCall)Limit¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Limit(limitstring) *OrganizationsHostStatsGetCall
Limit sets the optional parameter "limit": Maximum number of result items toreturn.
func (*OrganizationsHostStatsGetCall)Offset¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Offset(offsetstring) *OrganizationsHostStatsGetCall
Offset sets the optional parameter "offset": Offset value. Use `offset` with`limit` to enable pagination of results. For example, to display results11-20, set limit to `10` and offset to `10`.
func (*OrganizationsHostStatsGetCall)Realtime¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Realtime(realtimebool) *OrganizationsHostStatsGetCall
Realtime sets the optional parameter "realtime": No longer used by Apigee.Supported for backwards compatibility.
func (*OrganizationsHostStatsGetCall)Select¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Select(select_string) *OrganizationsHostStatsGetCall
Select sets the optional parameter "select": Comma-separated list ofmetrics. For example: `sum(message_count),sum(error_count)`
func (*OrganizationsHostStatsGetCall)Sort¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Sort(sortstring) *OrganizationsHostStatsGetCall
Sort sets the optional parameter "sort": Flag that specifies if the sortorder should be ascending or descending. Valid values are `DESC` and `ASC`.
func (*OrganizationsHostStatsGetCall)Sortby¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Sortby(sortbystring) *OrganizationsHostStatsGetCall
Sortby sets the optional parameter "sortby": Comma-separated list of metricsto sort the final result.
func (*OrganizationsHostStatsGetCall)TimeRange¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) TimeRange(timeRangestring) *OrganizationsHostStatsGetCall
TimeRange sets the optional parameter "timeRange": Time interval for theinteractive query. Time range is specified in GMT as `start~end`. Forexample: `04/15/2017 00:00~05/15/2017 23:59`
func (*OrganizationsHostStatsGetCall)TimeUnit¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) TimeUnit(timeUnitstring) *OrganizationsHostStatsGetCall
TimeUnit sets the optional parameter "timeUnit": Granularity of metricsreturned. Valid values include: `second`, `minute`, `hour`, `day`, `week`,or `month`.
func (*OrganizationsHostStatsGetCall)Topk¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Topk(topkstring) *OrganizationsHostStatsGetCall
Topk sets the optional parameter "topk": Top number of results to return.For example, to return the top 5 results, set `topk=5`.
func (*OrganizationsHostStatsGetCall)TsAscending¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) TsAscending(tsAscendingbool) *OrganizationsHostStatsGetCall
TsAscending sets the optional parameter "tsAscending": Flag that specifieswhether to list timestamps in ascending (`true`) or descending (`false`)order. Apigee recommends that you set this value to `true` if you are using`sortby` with `sort=DESC`.
func (*OrganizationsHostStatsGetCall)Tzo¶added inv0.36.0
func (c *OrganizationsHostStatsGetCall) Tzo(tzostring) *OrganizationsHostStatsGetCall
Tzo sets the optional parameter "tzo": Timezone offset value.
typeOrganizationsHostStatsService¶added inv0.36.0
type OrganizationsHostStatsService struct {// contains filtered or unexported fields}funcNewOrganizationsHostStatsService¶added inv0.36.0
func NewOrganizationsHostStatsService(s *Service) *OrganizationsHostStatsService
func (*OrganizationsHostStatsService)Get¶added inv0.36.0
func (r *OrganizationsHostStatsService) Get(namestring) *OrganizationsHostStatsGetCall
Get: Retrieve metrics grouped by dimensions in host level. The types ofmetrics you can retrieve include traffic, message counts, API call latency,response size, and cache hits and counts. Dimensions let you view metrics inmeaningful groups. You can optionally pass dimensions as path parameters tothe `stats` API. If dimensions are not specified, the metrics are computedon the entire set of data for the given time range.
- name: Resource name for which the interactive query will be executed. Usethe following format in your request:`organizations/{org}/hostStats/{dimensions}` Dimensions let you viewmetrics in meaningful groupings, such as `apiproxy`, `target_host`. Thevalue of dimensions should be a comma-separated list as shown below`organizations/{org}/hostStats/apiproxy,request_verb`.
typeOrganizationsInstancesAttachmentsCreateCall¶added inv0.30.0
type OrganizationsInstancesAttachmentsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesAttachmentsCreateCall)Context¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsCreateCall) Context(ctxcontext.Context) *OrganizationsInstancesAttachmentsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesAttachmentsCreateCall)Do¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.instances.attachments.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesAttachmentsCreateCall)Fields¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesAttachmentsCreateCall)Header¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsInstancesAttachmentsDeleteCall¶added inv0.30.0
type OrganizationsInstancesAttachmentsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesAttachmentsDeleteCall)Context¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsDeleteCall) Context(ctxcontext.Context) *OrganizationsInstancesAttachmentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesAttachmentsDeleteCall)Do¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.instances.attachments.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesAttachmentsDeleteCall)Fields¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesAttachmentsDeleteCall)Header¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsInstancesAttachmentsGetCall¶added inv0.30.0
type OrganizationsInstancesAttachmentsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesAttachmentsGetCall)Context¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsGetCall) Context(ctxcontext.Context) *OrganizationsInstancesAttachmentsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesAttachmentsGetCall)Do¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1InstanceAttachment,error)
Do executes the "apigee.organizations.instances.attachments.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1InstanceAttachment.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesAttachmentsGetCall)Fields¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesAttachmentsGetCall)Header¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsInstancesAttachmentsGetCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsGetCall) IfNoneMatch(entityTagstring) *OrganizationsInstancesAttachmentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsInstancesAttachmentsListCall¶added inv0.30.0
type OrganizationsInstancesAttachmentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesAttachmentsListCall)Context¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsListCall) Context(ctxcontext.Context) *OrganizationsInstancesAttachmentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesAttachmentsListCall)Do¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListInstanceAttachmentsResponse,error)
Do executes the "apigee.organizations.instances.attachments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListInstanceAttachmentsResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesAttachmentsListCall)Fields¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsListCall) Fields(s ...googleapi.Field) *OrganizationsInstancesAttachmentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesAttachmentsListCall)Header¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsInstancesAttachmentsListCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsListCall) IfNoneMatch(entityTagstring) *OrganizationsInstancesAttachmentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsInstancesAttachmentsListCall)PageSize¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsListCall) PageSize(pageSizeint64) *OrganizationsInstancesAttachmentsListCall
PageSize sets the optional parameter "pageSize": Maximum number of instanceattachments to return. Defaults to 25.
func (*OrganizationsInstancesAttachmentsListCall)PageToken¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsListCall) PageToken(pageTokenstring) *OrganizationsInstancesAttachmentsListCall
PageToken sets the optional parameter "pageToken": Page token, returned by aprevious ListInstanceAttachments call, that you can use to retrieve the nextpage of content.
func (*OrganizationsInstancesAttachmentsListCall)Pages¶added inv0.30.0
func (c *OrganizationsInstancesAttachmentsListCall) Pages(ctxcontext.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.
typeOrganizationsInstancesAttachmentsService¶added inv0.30.0
type OrganizationsInstancesAttachmentsService struct {// contains filtered or unexported fields}funcNewOrganizationsInstancesAttachmentsService¶added inv0.30.0
func NewOrganizationsInstancesAttachmentsService(s *Service) *OrganizationsInstancesAttachmentsService
func (*OrganizationsInstancesAttachmentsService)Create¶added inv0.30.0
func (r *OrganizationsInstancesAttachmentsService) Create(parentstring, 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¶added inv0.30.0
func (r *OrganizationsInstancesAttachmentsService) Delete(namestring) *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¶added inv0.30.0
func (r *OrganizationsInstancesAttachmentsService) Get(namestring) *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¶added inv0.30.0
func (r *OrganizationsInstancesAttachmentsService) List(parentstring) *OrganizationsInstancesAttachmentsListCall
List: Lists all attachments to an instance. **Note:** Not supported forApigee hybrid.
- parent: Name of the organization. Use the following structure in yourrequest: `organizations/{org}/instances/{instance}`.
typeOrganizationsInstancesCanaryevaluationsCreateCall¶added inv0.36.0
type OrganizationsInstancesCanaryevaluationsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesCanaryevaluationsCreateCall)Context¶added inv0.36.0
func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Context(ctxcontext.Context) *OrganizationsInstancesCanaryevaluationsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesCanaryevaluationsCreateCall)Do¶added inv0.36.0
func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.instances.canaryevaluations.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesCanaryevaluationsCreateCall)Fields¶added inv0.36.0
func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesCanaryevaluationsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesCanaryevaluationsCreateCall)Header¶added inv0.36.0
func (c *OrganizationsInstancesCanaryevaluationsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsInstancesCanaryevaluationsGetCall¶added inv0.36.0
type OrganizationsInstancesCanaryevaluationsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesCanaryevaluationsGetCall)Context¶added inv0.36.0
func (c *OrganizationsInstancesCanaryevaluationsGetCall) Context(ctxcontext.Context) *OrganizationsInstancesCanaryevaluationsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesCanaryevaluationsGetCall)Do¶added inv0.36.0
func (c *OrganizationsInstancesCanaryevaluationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CanaryEvaluation,error)
Do executes the "apigee.organizations.instances.canaryevaluations.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1CanaryEvaluation.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesCanaryevaluationsGetCall)Fields¶added inv0.36.0
func (c *OrganizationsInstancesCanaryevaluationsGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesCanaryevaluationsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesCanaryevaluationsGetCall)Header¶added inv0.36.0
func (c *OrganizationsInstancesCanaryevaluationsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsInstancesCanaryevaluationsGetCall)IfNoneMatch¶added inv0.36.0
func (c *OrganizationsInstancesCanaryevaluationsGetCall) IfNoneMatch(entityTagstring) *OrganizationsInstancesCanaryevaluationsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsInstancesCanaryevaluationsService¶added inv0.36.0
type OrganizationsInstancesCanaryevaluationsService struct {// contains filtered or unexported fields}funcNewOrganizationsInstancesCanaryevaluationsService¶added inv0.36.0
func NewOrganizationsInstancesCanaryevaluationsService(s *Service) *OrganizationsInstancesCanaryevaluationsService
func (*OrganizationsInstancesCanaryevaluationsService)Create¶added inv0.36.0
func (r *OrganizationsInstancesCanaryevaluationsService) Create(parentstring, googlecloudapigeev1canaryevaluation *GoogleCloudApigeeV1CanaryEvaluation) *OrganizationsInstancesCanaryevaluationsCreateCall
Create: Creates a new canary evaluation for an organization.
- parent: Name of the organization. Use the following structure in yourrequest: `organizations/{org}/instances/{instance}`.
func (*OrganizationsInstancesCanaryevaluationsService)Get¶added inv0.36.0
func (r *OrganizationsInstancesCanaryevaluationsService) Get(namestring) *OrganizationsInstancesCanaryevaluationsGetCall
Get: Gets a CanaryEvaluation for an organization.
- name: Name of the CanaryEvaluation. Use the following structure in yourrequest: `organizations/{org}/instances/*/canaryevaluations/{evaluation}`.
typeOrganizationsInstancesCreateCall¶added inv0.30.0
type OrganizationsInstancesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesCreateCall)Context¶added inv0.30.0
func (c *OrganizationsInstancesCreateCall) Context(ctxcontext.Context) *OrganizationsInstancesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesCreateCall)Do¶added inv0.30.0
func (c *OrganizationsInstancesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.instances.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesCreateCall)Fields¶added inv0.30.0
func (c *OrganizationsInstancesCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesCreateCall)Header¶added inv0.30.0
func (c *OrganizationsInstancesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsInstancesDeleteCall¶added inv0.30.0
type OrganizationsInstancesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesDeleteCall)Context¶added inv0.30.0
func (c *OrganizationsInstancesDeleteCall) Context(ctxcontext.Context) *OrganizationsInstancesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesDeleteCall)Do¶added inv0.30.0
func (c *OrganizationsInstancesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.instances.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesDeleteCall)Fields¶added inv0.30.0
func (c *OrganizationsInstancesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsInstancesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesDeleteCall)Header¶added inv0.30.0
func (c *OrganizationsInstancesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsInstancesGetCall¶added inv0.30.0
type OrganizationsInstancesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesGetCall)Context¶added inv0.30.0
func (c *OrganizationsInstancesGetCall) Context(ctxcontext.Context) *OrganizationsInstancesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesGetCall)Do¶added inv0.30.0
func (c *OrganizationsInstancesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Instance,error)
Do executes the "apigee.organizations.instances.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Instance.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesGetCall)Fields¶added inv0.30.0
func (c *OrganizationsInstancesGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesGetCall)Header¶added inv0.30.0
func (c *OrganizationsInstancesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsInstancesGetCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsInstancesGetCall) IfNoneMatch(entityTagstring) *OrganizationsInstancesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsInstancesListCall¶added inv0.30.0
type OrganizationsInstancesListCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesListCall)Context¶added inv0.30.0
func (c *OrganizationsInstancesListCall) Context(ctxcontext.Context) *OrganizationsInstancesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesListCall)Do¶added inv0.30.0
func (c *OrganizationsInstancesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListInstancesResponse,error)
Do executes the "apigee.organizations.instances.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListInstancesResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesListCall)Fields¶added inv0.30.0
func (c *OrganizationsInstancesListCall) Fields(s ...googleapi.Field) *OrganizationsInstancesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesListCall)Header¶added inv0.30.0
func (c *OrganizationsInstancesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsInstancesListCall)IfNoneMatch¶added inv0.30.0
func (c *OrganizationsInstancesListCall) IfNoneMatch(entityTagstring) *OrganizationsInstancesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsInstancesListCall)PageSize¶added inv0.30.0
func (c *OrganizationsInstancesListCall) PageSize(pageSizeint64) *OrganizationsInstancesListCall
PageSize sets the optional parameter "pageSize": Maximum number of instancesto return. Defaults to 25.
func (*OrganizationsInstancesListCall)PageToken¶added inv0.30.0
func (c *OrganizationsInstancesListCall) PageToken(pageTokenstring) *OrganizationsInstancesListCall
PageToken sets the optional parameter "pageToken": Page token, returned froma previous ListInstances call, that you can use to retrieve the next page ofcontent.
func (*OrganizationsInstancesListCall)Pages¶added inv0.30.0
func (c *OrganizationsInstancesListCall) Pages(ctxcontext.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.
typeOrganizationsInstancesNatAddressesActivateCall¶added inv0.37.0
type OrganizationsInstancesNatAddressesActivateCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesNatAddressesActivateCall)Context¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesActivateCall) Context(ctxcontext.Context) *OrganizationsInstancesNatAddressesActivateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesNatAddressesActivateCall)Do¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesActivateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.instances.natAddresses.activate" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesNatAddressesActivateCall)Fields¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesActivateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesActivateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesNatAddressesActivateCall)Header¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesActivateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsInstancesNatAddressesCreateCall¶added inv0.37.0
type OrganizationsInstancesNatAddressesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesNatAddressesCreateCall)Context¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesCreateCall) Context(ctxcontext.Context) *OrganizationsInstancesNatAddressesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesNatAddressesCreateCall)Do¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.instances.natAddresses.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesNatAddressesCreateCall)Fields¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesCreateCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesNatAddressesCreateCall)Header¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsInstancesNatAddressesDeleteCall¶added inv0.37.0
type OrganizationsInstancesNatAddressesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesNatAddressesDeleteCall)Context¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesDeleteCall) Context(ctxcontext.Context) *OrganizationsInstancesNatAddressesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesNatAddressesDeleteCall)Do¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.instances.natAddresses.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesNatAddressesDeleteCall)Fields¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesNatAddressesDeleteCall)Header¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsInstancesNatAddressesGetCall¶added inv0.37.0
type OrganizationsInstancesNatAddressesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesNatAddressesGetCall)Context¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesGetCall) Context(ctxcontext.Context) *OrganizationsInstancesNatAddressesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesNatAddressesGetCall)Do¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1NatAddress,error)
Do executes the "apigee.organizations.instances.natAddresses.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1NatAddress.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesNatAddressesGetCall)Fields¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesGetCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesNatAddressesGetCall)Header¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsInstancesNatAddressesGetCall)IfNoneMatch¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesGetCall) IfNoneMatch(entityTagstring) *OrganizationsInstancesNatAddressesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsInstancesNatAddressesListCall¶added inv0.37.0
type OrganizationsInstancesNatAddressesListCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesNatAddressesListCall)Context¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesListCall) Context(ctxcontext.Context) *OrganizationsInstancesNatAddressesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesNatAddressesListCall)Do¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListNatAddressesResponse,error)
Do executes the "apigee.organizations.instances.natAddresses.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListNatAddressesResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesNatAddressesListCall)Fields¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesListCall) Fields(s ...googleapi.Field) *OrganizationsInstancesNatAddressesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesNatAddressesListCall)Header¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsInstancesNatAddressesListCall)IfNoneMatch¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesListCall) IfNoneMatch(entityTagstring) *OrganizationsInstancesNatAddressesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsInstancesNatAddressesListCall)PageSize¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesListCall) PageSize(pageSizeint64) *OrganizationsInstancesNatAddressesListCall
PageSize sets the optional parameter "pageSize": Maximum number ofnatAddresses to return. Defaults to 25.
func (*OrganizationsInstancesNatAddressesListCall)PageToken¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesListCall) PageToken(pageTokenstring) *OrganizationsInstancesNatAddressesListCall
PageToken sets the optional parameter "pageToken": Page token, returned froma previous ListNatAddresses call, that you can use to retrieve the next pageof content.
func (*OrganizationsInstancesNatAddressesListCall)Pages¶added inv0.37.0
func (c *OrganizationsInstancesNatAddressesListCall) Pages(ctxcontext.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.
typeOrganizationsInstancesNatAddressesService¶added inv0.37.0
type OrganizationsInstancesNatAddressesService struct {// contains filtered or unexported fields}funcNewOrganizationsInstancesNatAddressesService¶added inv0.37.0
func NewOrganizationsInstancesNatAddressesService(s *Service) *OrganizationsInstancesNatAddressesService
func (*OrganizationsInstancesNatAddressesService)Activate¶added inv0.37.0
func (r *OrganizationsInstancesNatAddressesService) Activate(namestring, googlecloudapigeev1activatenataddressrequest *GoogleCloudApigeeV1ActivateNatAddressRequest) *OrganizationsInstancesNatAddressesActivateCall
Activate: Activates the NAT address. The Apigee instance can now use thisfor Internet egress traffic. **Note:** Not supported for Apigee hybrid.
- name: Name of the nat address. Use the following structure in yourrequest:`organizations/{org}/instances/{instances}/natAddresses/{nataddress}“.
func (*OrganizationsInstancesNatAddressesService)Create¶added inv0.37.0
func (r *OrganizationsInstancesNatAddressesService) Create(parentstring, googlecloudapigeev1nataddress *GoogleCloudApigeeV1NatAddress) *OrganizationsInstancesNatAddressesCreateCall
Create: Creates a NAT address. The address is created in the RESERVED stateand a static external IP address will be provisioned. At this time, theinstance will not use this IP address for Internet egress traffic. Theaddress can be activated for use once any required firewall IP whitelistinghas 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¶added inv0.37.0
func (r *OrganizationsInstancesNatAddressesService) Delete(namestring) *OrganizationsInstancesNatAddressesDeleteCall
Delete: Deletes the NAT address. Connections that are actively using theaddress are drained before it is removed. **Note:** Not supported for Apigeehybrid.
- name: Name of the nat address. Use the following structure in yourrequest:`organizations/{org}/instances/{instances}/natAddresses/{nataddress}“.
func (*OrganizationsInstancesNatAddressesService)Get¶added inv0.37.0
func (r *OrganizationsInstancesNatAddressesService) Get(namestring) *OrganizationsInstancesNatAddressesGetCall
Get: Gets the details of a NAT address. **Note:** Not supported for Apigeehybrid.
- name: Name of the nat address. Use the following structure in yourrequest:`organizations/{org}/instances/{instances}/natAddresses/{nataddress}`.
func (*OrganizationsInstancesNatAddressesService)List¶added inv0.37.0
func (r *OrganizationsInstancesNatAddressesService) List(parentstring) *OrganizationsInstancesNatAddressesListCall
List: Lists the NAT addresses for an Apigee instance. **Note:** Notsupported for Apigee hybrid.
- parent: Name of the instance. Use the following structure in your request:`organizations/{org}/instances/{instance}`.
typeOrganizationsInstancesPatchCall¶added inv0.53.0
type OrganizationsInstancesPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesPatchCall)Context¶added inv0.53.0
func (c *OrganizationsInstancesPatchCall) Context(ctxcontext.Context) *OrganizationsInstancesPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesPatchCall)Do¶added inv0.53.0
func (c *OrganizationsInstancesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.instances.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesPatchCall)Fields¶added inv0.53.0
func (c *OrganizationsInstancesPatchCall) Fields(s ...googleapi.Field) *OrganizationsInstancesPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesPatchCall)Header¶added inv0.53.0
func (c *OrganizationsInstancesPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsInstancesPatchCall)UpdateMask¶added inv0.53.0
func (c *OrganizationsInstancesPatchCall) UpdateMask(updateMaskstring) *OrganizationsInstancesPatchCall
UpdateMask sets the optional parameter "updateMask": List of fields to beupdated.
typeOrganizationsInstancesReportStatusCall¶added inv0.30.0
type OrganizationsInstancesReportStatusCall struct {// contains filtered or unexported fields}func (*OrganizationsInstancesReportStatusCall)Context¶added inv0.30.0
func (c *OrganizationsInstancesReportStatusCall) Context(ctxcontext.Context) *OrganizationsInstancesReportStatusCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsInstancesReportStatusCall)Do¶added inv0.30.0
func (c *OrganizationsInstancesReportStatusCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ReportInstanceStatusResponse,error)
Do executes the "apigee.organizations.instances.reportStatus" call.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. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsInstancesReportStatusCall)Fields¶added inv0.30.0
func (c *OrganizationsInstancesReportStatusCall) Fields(s ...googleapi.Field) *OrganizationsInstancesReportStatusCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsInstancesReportStatusCall)Header¶added inv0.30.0
func (c *OrganizationsInstancesReportStatusCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsInstancesService¶added inv0.30.0
type OrganizationsInstancesService struct {Attachments *OrganizationsInstancesAttachmentsServiceCanaryevaluations *OrganizationsInstancesCanaryevaluationsServiceNatAddresses *OrganizationsInstancesNatAddressesService// contains filtered or unexported fields}funcNewOrganizationsInstancesService¶added inv0.30.0
func NewOrganizationsInstancesService(s *Service) *OrganizationsInstancesService
func (*OrganizationsInstancesService)Create¶added inv0.30.0
func (r *OrganizationsInstancesService) Create(parentstring, googlecloudapigeev1instance *GoogleCloudApigeeV1Instance) *OrganizationsInstancesCreateCall
Create: Creates an Apigee runtime instance. The instance is accessible fromthe authorized network configured on the organization. **Note:** Notsupported for Apigee hybrid.
- parent: Name of the organization. Use the following structure in yourrequest: `organizations/{org}`.
func (*OrganizationsInstancesService)Delete¶added inv0.30.0
func (r *OrganizationsInstancesService) Delete(namestring) *OrganizationsInstancesDeleteCall
Delete: Deletes an Apigee runtime instance. The instance stops servingrequests and the runtime data is deleted. **Note:** Not supported for Apigeehybrid.
- name: Name of the instance. Use the following structure in your request:`organizations/{org}/instances/{instance}`.
func (*OrganizationsInstancesService)Get¶added inv0.30.0
func (r *OrganizationsInstancesService) Get(namestring) *OrganizationsInstancesGetCall
Get: Gets the details for an Apigee runtime instance. **Note:** Notsupported for Apigee hybrid.
- name: Name of the instance. Use the following structure in your request:`organizations/{org}/instances/{instance}`.
func (*OrganizationsInstancesService)List¶added inv0.30.0
func (r *OrganizationsInstancesService) List(parentstring) *OrganizationsInstancesListCall
List: Lists all Apigee runtime instances for the organization. **Note:** Notsupported for Apigee hybrid.
- parent: Name of the organization. Use the following structure in yourrequest: `organizations/{org}`.
func (*OrganizationsInstancesService)Patch¶added inv0.53.0
func (r *OrganizationsInstancesService) Patch(namestring, googlecloudapigeev1instance *GoogleCloudApigeeV1Instance) *OrganizationsInstancesPatchCall
Patch: Updates an Apigee runtime instance. You can update the fieldsdescribed in NodeConfig. No other fields will be updated. **Note:** Notsupported for Apigee hybrid.
- name: Name of the instance. Use the following structure in your request:`organizations/{org}/instances/{instance}`.
func (*OrganizationsInstancesService)ReportStatus¶added inv0.30.0
func (r *OrganizationsInstancesService) ReportStatus(instancestring, googlecloudapigeev1reportinstancestatusrequest *GoogleCloudApigeeV1ReportInstanceStatusRequest) *OrganizationsInstancesReportStatusCall
ReportStatus: Reports the latest status for a runtime instance.
- instance: The name of the instance reporting this status. For SaaS therequest will be rejected if no instance exists under this name. Format isorganizations/{org}/instances/{instance}.
typeOrganizationsKeyvaluemapsCreateCall¶
type OrganizationsKeyvaluemapsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsKeyvaluemapsCreateCall)Context¶
func (c *OrganizationsKeyvaluemapsCreateCall) Context(ctxcontext.Context) *OrganizationsKeyvaluemapsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsKeyvaluemapsCreateCall)Do¶
func (c *OrganizationsKeyvaluemapsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.keyvaluemaps.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsKeyvaluemapsCreateCall)Fields¶
func (c *OrganizationsKeyvaluemapsCreateCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsKeyvaluemapsCreateCall)Header¶
func (c *OrganizationsKeyvaluemapsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsKeyvaluemapsDeleteCall¶
type OrganizationsKeyvaluemapsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsKeyvaluemapsDeleteCall)Context¶
func (c *OrganizationsKeyvaluemapsDeleteCall) Context(ctxcontext.Context) *OrganizationsKeyvaluemapsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsKeyvaluemapsDeleteCall)Do¶
func (c *OrganizationsKeyvaluemapsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.keyvaluemaps.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsKeyvaluemapsDeleteCall)Fields¶
func (c *OrganizationsKeyvaluemapsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsKeyvaluemapsDeleteCall)Header¶
func (c *OrganizationsKeyvaluemapsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsKeyvaluemapsEntriesCreateCall¶added inv0.83.0
type OrganizationsKeyvaluemapsEntriesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsKeyvaluemapsEntriesCreateCall)Context¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesCreateCall) Context(ctxcontext.Context) *OrganizationsKeyvaluemapsEntriesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsKeyvaluemapsEntriesCreateCall)Do¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.keyvaluemaps.entries.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsKeyvaluemapsEntriesCreateCall)Fields¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsEntriesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsKeyvaluemapsEntriesCreateCall)Header¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsKeyvaluemapsEntriesDeleteCall¶added inv0.83.0
type OrganizationsKeyvaluemapsEntriesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsKeyvaluemapsEntriesDeleteCall)Context¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesDeleteCall) Context(ctxcontext.Context) *OrganizationsKeyvaluemapsEntriesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsKeyvaluemapsEntriesDeleteCall)Do¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.keyvaluemaps.entries.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsKeyvaluemapsEntriesDeleteCall)Fields¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsEntriesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsKeyvaluemapsEntriesDeleteCall)Header¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsKeyvaluemapsEntriesGetCall¶added inv0.83.0
type OrganizationsKeyvaluemapsEntriesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsKeyvaluemapsEntriesGetCall)Context¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesGetCall) Context(ctxcontext.Context) *OrganizationsKeyvaluemapsEntriesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsKeyvaluemapsEntriesGetCall)Do¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.keyvaluemaps.entries.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsKeyvaluemapsEntriesGetCall)Fields¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesGetCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsEntriesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsKeyvaluemapsEntriesGetCall)Header¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsKeyvaluemapsEntriesGetCall)IfNoneMatch¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesGetCall) IfNoneMatch(entityTagstring) *OrganizationsKeyvaluemapsEntriesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsKeyvaluemapsEntriesListCall¶added inv0.83.0
type OrganizationsKeyvaluemapsEntriesListCall struct {// contains filtered or unexported fields}func (*OrganizationsKeyvaluemapsEntriesListCall)Context¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesListCall) Context(ctxcontext.Context) *OrganizationsKeyvaluemapsEntriesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsKeyvaluemapsEntriesListCall)Do¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListKeyValueEntriesResponse,error)
Do executes the "apigee.organizations.keyvaluemaps.entries.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListKeyValueEntriesResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsKeyvaluemapsEntriesListCall)Fields¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesListCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsEntriesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsKeyvaluemapsEntriesListCall)Header¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsKeyvaluemapsEntriesListCall)IfNoneMatch¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesListCall) IfNoneMatch(entityTagstring) *OrganizationsKeyvaluemapsEntriesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsKeyvaluemapsEntriesListCall)PageSize¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesListCall) PageSize(pageSizeint64) *OrganizationsKeyvaluemapsEntriesListCall
PageSize sets the optional parameter "pageSize": Maximum number of key valueentries to return. If unspecified, at most 100 entries will be returned.
func (*OrganizationsKeyvaluemapsEntriesListCall)PageToken¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesListCall) PageToken(pageTokenstring) *OrganizationsKeyvaluemapsEntriesListCall
PageToken sets the optional parameter "pageToken": Page token. If provides,must be a valid key value entry returned from a previous call that can beused to retrieve the next page.
func (*OrganizationsKeyvaluemapsEntriesListCall)Pages¶added inv0.83.0
func (c *OrganizationsKeyvaluemapsEntriesListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListKeyValueEntriesResponse)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.
typeOrganizationsKeyvaluemapsEntriesService¶added inv0.83.0
type OrganizationsKeyvaluemapsEntriesService struct {// contains filtered or unexported fields}funcNewOrganizationsKeyvaluemapsEntriesService¶added inv0.83.0
func NewOrganizationsKeyvaluemapsEntriesService(s *Service) *OrganizationsKeyvaluemapsEntriesService
func (*OrganizationsKeyvaluemapsEntriesService)Create¶added inv0.83.0
func (r *OrganizationsKeyvaluemapsEntriesService) Create(parentstring, googlecloudapigeev1keyvalueentry *GoogleCloudApigeeV1KeyValueEntry) *OrganizationsKeyvaluemapsEntriesCreateCall
Create: Creates key value entries in a key value map scoped to anorganization, environment, or API proxy. **Note**: Supported for Apigeehybrid 1.8.x and higher.
- parent: Scope as indicated by the URI in which to create the key value mapentry. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsKeyvaluemapsEntriesService)Delete¶added inv0.83.0
func (r *OrganizationsKeyvaluemapsEntriesService) Delete(namestring) *OrganizationsKeyvaluemapsEntriesDeleteCall
Delete: Deletes a key value entry from a key value map scoped to anorganization, environment, or API proxy. **Notes:** * After you delete thekey value entry, the policy consuming the entry will continue to functionwith its cached values for a few minutes. This is expected behavior. *Supported for Apigee hybrid 1.8.x and higher.
- name: Scope as indicated by the URI in which to delete the key value mapentry. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/{entry}` *`organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`.If the KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsKeyvaluemapsEntriesService)Get¶added inv0.83.0
func (r *OrganizationsKeyvaluemapsEntriesService) Get(namestring) *OrganizationsKeyvaluemapsEntriesGetCall
Get: Get the key value entry value for a key value map scoped to anorganization, environment, or API proxy. **Note**: Supported for Apigeehybrid 1.8.x and higher.
- name: Scope as indicated by the URI in which to fetch the key value mapentry/value. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/{entry}` *`organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`.If the KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsKeyvaluemapsEntriesService)List¶added inv0.83.0
func (r *OrganizationsKeyvaluemapsEntriesService) List(parentstring) *OrganizationsKeyvaluemapsEntriesListCall
List: Lists key value entries for key values maps scoped to an organization,environment, or API proxy. **Note**: Supported for Apigee hybrid 1.8.x andhigher.
- parent: Scope as indicated by the URI in which to list key value maps. Use**one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsKeyvaluemapsEntriesService)Update¶added inv0.157.0
func (r *OrganizationsKeyvaluemapsEntriesService) Update(namestring, googlecloudapigeev1keyvalueentry *GoogleCloudApigeeV1KeyValueEntry) *OrganizationsKeyvaluemapsEntriesUpdateCall
Update: Update key value entry scoped to an organization, environment, orAPI proxy for an existing key.
- name: Scope as indicated by the URI in which to create the key value mapentry. Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsKeyvaluemapsEntriesUpdateCall¶added inv0.157.0
type OrganizationsKeyvaluemapsEntriesUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsKeyvaluemapsEntriesUpdateCall)Context¶added inv0.157.0
func (c *OrganizationsKeyvaluemapsEntriesUpdateCall) Context(ctxcontext.Context) *OrganizationsKeyvaluemapsEntriesUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsKeyvaluemapsEntriesUpdateCall)Do¶added inv0.157.0
func (c *OrganizationsKeyvaluemapsEntriesUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueEntry,error)
Do executes the "apigee.organizations.keyvaluemaps.entries.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueEntry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsKeyvaluemapsEntriesUpdateCall)Fields¶added inv0.157.0
func (c *OrganizationsKeyvaluemapsEntriesUpdateCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsEntriesUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsKeyvaluemapsEntriesUpdateCall)Header¶added inv0.157.0
func (c *OrganizationsKeyvaluemapsEntriesUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsKeyvaluemapsGetCall¶added inv0.254.0
type OrganizationsKeyvaluemapsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsKeyvaluemapsGetCall)Context¶added inv0.254.0
func (c *OrganizationsKeyvaluemapsGetCall) Context(ctxcontext.Context) *OrganizationsKeyvaluemapsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsKeyvaluemapsGetCall)Do¶added inv0.254.0
func (c *OrganizationsKeyvaluemapsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.keyvaluemaps.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsKeyvaluemapsGetCall)Fields¶added inv0.254.0
func (c *OrganizationsKeyvaluemapsGetCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsKeyvaluemapsGetCall)Header¶added inv0.254.0
func (c *OrganizationsKeyvaluemapsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsKeyvaluemapsGetCall)IfNoneMatch¶added inv0.254.0
func (c *OrganizationsKeyvaluemapsGetCall) IfNoneMatch(entityTagstring) *OrganizationsKeyvaluemapsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsKeyvaluemapsService¶
type OrganizationsKeyvaluemapsService struct {Entries *OrganizationsKeyvaluemapsEntriesService// contains filtered or unexported fields}funcNewOrganizationsKeyvaluemapsService¶
func NewOrganizationsKeyvaluemapsService(s *Service) *OrganizationsKeyvaluemapsService
func (*OrganizationsKeyvaluemapsService)Create¶
func (r *OrganizationsKeyvaluemapsService) Create(parentstring, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsKeyvaluemapsCreateCall
Create: Creates a key value map in an organization.
- parent: Name of the organization in which to create the key value mapfile. Use the following structure in your request: `organizations/{org}`.
func (*OrganizationsKeyvaluemapsService)Delete¶
func (r *OrganizationsKeyvaluemapsService) Delete(namestring) *OrganizationsKeyvaluemapsDeleteCall
Delete: Deletes a key value map from an organization.
- name: Name of the key value map. Use the following structure in yourrequest: `organizations/{org}/keyvaluemaps/{keyvaluemap}`.
func (*OrganizationsKeyvaluemapsService)Get¶added inv0.254.0
func (r *OrganizationsKeyvaluemapsService) Get(namestring) *OrganizationsKeyvaluemapsGetCall
Get: Get the key value map scoped to an organization, environment, or APIproxy.
- name: Scope as indicated by the URI in which to fetch the key value map.Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsKeyvaluemapsService)Update¶added inv0.254.0
func (r *OrganizationsKeyvaluemapsService) Update(namestring, googlecloudapigeev1keyvaluemap *GoogleCloudApigeeV1KeyValueMap) *OrganizationsKeyvaluemapsUpdateCall
Update: Update the key value map scoped to an organization, environment, orAPI proxy.
- name: Scope as indicated by the URI in which to fetch the key value map.Use **one** of the following structures in your request: *`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. Ifthe KeyValueMap is under an API Proxy resource that has the `space`attribute set, IAM permissions are checked against the Space resourcepath. To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsKeyvaluemapsUpdateCall¶added inv0.254.0
type OrganizationsKeyvaluemapsUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsKeyvaluemapsUpdateCall)Context¶added inv0.254.0
func (c *OrganizationsKeyvaluemapsUpdateCall) Context(ctxcontext.Context) *OrganizationsKeyvaluemapsUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsKeyvaluemapsUpdateCall)Do¶added inv0.254.0
func (c *OrganizationsKeyvaluemapsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1KeyValueMap,error)
Do executes the "apigee.organizations.keyvaluemaps.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1KeyValueMap.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsKeyvaluemapsUpdateCall)Fields¶added inv0.254.0
func (c *OrganizationsKeyvaluemapsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsKeyvaluemapsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsKeyvaluemapsUpdateCall)Header¶added inv0.254.0
func (c *OrganizationsKeyvaluemapsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsListCall¶
type OrganizationsListCall struct {// contains filtered or unexported fields}func (*OrganizationsListCall)Context¶
func (c *OrganizationsListCall) Context(ctxcontext.Context) *OrganizationsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsListCall)Do¶
func (c *OrganizationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListOrganizationsResponse,error)
Do executes the "apigee.organizations.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListOrganizationsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsListCall)Fields¶
func (c *OrganizationsListCall) Fields(s ...googleapi.Field) *OrganizationsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsListCall)Header¶
func (c *OrganizationsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsListCall)IfNoneMatch¶
func (c *OrganizationsListCall) IfNoneMatch(entityTagstring) *OrganizationsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsOperationsGetCall¶
type OrganizationsOperationsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsOperationsGetCall)Context¶
func (c *OrganizationsOperationsGetCall) Context(ctxcontext.Context) *OrganizationsOperationsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsOperationsGetCall)Do¶
func (c *OrganizationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.operations.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsOperationsGetCall)Fields¶
func (c *OrganizationsOperationsGetCall) Fields(s ...googleapi.Field) *OrganizationsOperationsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsOperationsGetCall)Header¶
func (c *OrganizationsOperationsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsOperationsGetCall)IfNoneMatch¶
func (c *OrganizationsOperationsGetCall) IfNoneMatch(entityTagstring) *OrganizationsOperationsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsOperationsListCall¶
type OrganizationsOperationsListCall struct {// contains filtered or unexported fields}func (*OrganizationsOperationsListCall)Context¶
func (c *OrganizationsOperationsListCall) Context(ctxcontext.Context) *OrganizationsOperationsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsOperationsListCall)Do¶
func (c *OrganizationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse,error)
Do executes the "apigee.organizations.operations.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsOperationsListCall)Fields¶
func (c *OrganizationsOperationsListCall) Fields(s ...googleapi.Field) *OrganizationsOperationsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsOperationsListCall)Filter¶
func (c *OrganizationsOperationsListCall) Filter(filterstring) *OrganizationsOperationsListCall
Filter sets the optional parameter "filter": The standard list filter.
func (*OrganizationsOperationsListCall)Header¶
func (c *OrganizationsOperationsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsOperationsListCall)IfNoneMatch¶
func (c *OrganizationsOperationsListCall) IfNoneMatch(entityTagstring) *OrganizationsOperationsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsOperationsListCall)PageSize¶
func (c *OrganizationsOperationsListCall) PageSize(pageSizeint64) *OrganizationsOperationsListCall
PageSize sets the optional parameter "pageSize": The standard list pagesize.
func (*OrganizationsOperationsListCall)PageToken¶
func (c *OrganizationsOperationsListCall) PageToken(pageTokenstring) *OrganizationsOperationsListCall
PageToken sets the optional parameter "pageToken": The standard list pagetoken.
func (*OrganizationsOperationsListCall)Pages¶
func (c *OrganizationsOperationsListCall) Pages(ctxcontext.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.
func (*OrganizationsOperationsListCall)ReturnPartialSuccess¶added inv0.252.0
func (c *OrganizationsOperationsListCall) ReturnPartialSuccess(returnPartialSuccessbool) *OrganizationsOperationsListCall
ReturnPartialSuccess sets the optional parameter "returnPartialSuccess":When set to `true`, operations that are reachable are returned as normal,and those that are unreachable are returned in the[ListOperationsResponse.unreachable] field. This can only be `true` whenreading across collections e.g. when `parent` is set to"projects/example/locations/-". This field is not by default supported andwill result in an `UNIMPLEMENTED` error if set unless explicitly documentedotherwise in service or product specific documentation.
typeOrganizationsOperationsService¶
type OrganizationsOperationsService struct {// contains filtered or unexported fields}funcNewOrganizationsOperationsService¶
func NewOrganizationsOperationsService(s *Service) *OrganizationsOperationsService
func (*OrganizationsOperationsService)Get¶
func (r *OrganizationsOperationsService) Get(namestring) *OrganizationsOperationsGetCall
Get: Gets the latest state of a long-running operation. Clients can use thismethod to poll the operation result at intervals as recommended by the APIservice.
- name: The name of the operation resource.
func (*OrganizationsOperationsService)List¶
func (r *OrganizationsOperationsService) List(namestring) *OrganizationsOperationsListCall
List: Lists operations that match the specified filter in the request. Ifthe server doesn't support this method, it returns `UNIMPLEMENTED`.
- name: The name of the operation's parent resource.
typeOrganizationsOptimizedHostStatsGetCall¶added inv0.36.0
type OrganizationsOptimizedHostStatsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsOptimizedHostStatsGetCall)Accuracy¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Accuracy(accuracystring) *OrganizationsOptimizedHostStatsGetCall
Accuracy sets the optional parameter "accuracy": No longer used by Apigee.Supported for backwards compatibility.
func (*OrganizationsOptimizedHostStatsGetCall)Context¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Context(ctxcontext.Context) *OrganizationsOptimizedHostStatsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsOptimizedHostStatsGetCall)Do¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1OptimizedStats,error)
Do executes the "apigee.organizations.optimizedHostStats.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1OptimizedStats.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsOptimizedHostStatsGetCall)EnvgroupHostname¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) EnvgroupHostname(envgroupHostnamestring) *OrganizationsOptimizedHostStatsGetCall
EnvgroupHostname sets the optional parameter "envgroupHostname": Required.Hostname for which the interactive query will be executed.
func (*OrganizationsOptimizedHostStatsGetCall)Fields¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Fields(s ...googleapi.Field) *OrganizationsOptimizedHostStatsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsOptimizedHostStatsGetCall)Filter¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Filter(filterstring) *OrganizationsOptimizedHostStatsGetCall
Filter sets the optional parameter "filter": Filter that enables you todrill-down on specific dimension values.
func (*OrganizationsOptimizedHostStatsGetCall)Header¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsOptimizedHostStatsGetCall)IfNoneMatch¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) IfNoneMatch(entityTagstring) *OrganizationsOptimizedHostStatsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsOptimizedHostStatsGetCall)Limit¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Limit(limitstring) *OrganizationsOptimizedHostStatsGetCall
Limit sets the optional parameter "limit": Maximum number of result items toreturn.
func (*OrganizationsOptimizedHostStatsGetCall)Offset¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Offset(offsetstring) *OrganizationsOptimizedHostStatsGetCall
Offset sets the optional parameter "offset": Offset value. Use `offset` with`limit` to enable pagination of results. For example, to display results11-20, set limit to `10` and offset to `10`.
func (*OrganizationsOptimizedHostStatsGetCall)Realtime¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Realtime(realtimebool) *OrganizationsOptimizedHostStatsGetCall
Realtime sets the optional parameter "realtime": No longer used by Apigee.Supported for backwards compatibility.
func (*OrganizationsOptimizedHostStatsGetCall)Select¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Select(select_string) *OrganizationsOptimizedHostStatsGetCall
Select sets the optional parameter "select": Required. Comma-separated listof metrics. For example: `sum(message_count),sum(error_count)`
func (*OrganizationsOptimizedHostStatsGetCall)Sort¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Sort(sortstring) *OrganizationsOptimizedHostStatsGetCall
Sort sets the optional parameter "sort": Flag that specifies whether thesort order should be ascending or descending. Valid values include `DESC`and `ASC`.
func (*OrganizationsOptimizedHostStatsGetCall)Sortby¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Sortby(sortbystring) *OrganizationsOptimizedHostStatsGetCall
Sortby sets the optional parameter "sortby": Comma-separated list of metricsused to sort the final result.
func (*OrganizationsOptimizedHostStatsGetCall)TimeRange¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) TimeRange(timeRangestring) *OrganizationsOptimizedHostStatsGetCall
TimeRange sets the optional parameter "timeRange": Required. Time intervalfor the interactive query. Time range is specified in GMT as `start~end`.For example: `04/15/2017 00:00~05/15/2017 23:59`.
func (*OrganizationsOptimizedHostStatsGetCall)TimeUnit¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) TimeUnit(timeUnitstring) *OrganizationsOptimizedHostStatsGetCall
TimeUnit sets the optional parameter "timeUnit": Granularity of metricsreturned. Valid values include: `second`, `minute`, `hour`, `day`, `week`,or `month`.
func (*OrganizationsOptimizedHostStatsGetCall)Topk¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Topk(topkstring) *OrganizationsOptimizedHostStatsGetCall
Topk sets the optional parameter "topk": Top number of results to return.For example, to return the top 5 results, set `topk=5`.
func (*OrganizationsOptimizedHostStatsGetCall)TsAscending¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) TsAscending(tsAscendingbool) *OrganizationsOptimizedHostStatsGetCall
TsAscending sets the optional parameter "tsAscending": Flag that specifieswhether to list timestamps in ascending (`true`) or descending (`false`)order. Apigee recommends that you set this value to `true` if you are using`sortby` with `sort=DESC`.
func (*OrganizationsOptimizedHostStatsGetCall)Tzo¶added inv0.36.0
func (c *OrganizationsOptimizedHostStatsGetCall) Tzo(tzostring) *OrganizationsOptimizedHostStatsGetCall
Tzo sets the optional parameter "tzo": Timezone offset value.
typeOrganizationsOptimizedHostStatsService¶added inv0.36.0
type OrganizationsOptimizedHostStatsService struct {// contains filtered or unexported fields}funcNewOrganizationsOptimizedHostStatsService¶added inv0.36.0
func NewOrganizationsOptimizedHostStatsService(s *Service) *OrganizationsOptimizedHostStatsService
func (*OrganizationsOptimizedHostStatsService)Get¶added inv0.36.0
func (r *OrganizationsOptimizedHostStatsService) Get(namestring) *OrganizationsOptimizedHostStatsGetCall
Get: Similar to GetHostStats except that the response is less verbose.
- name: Resource name for which the interactive query will be executed. Usethe following format in your request:`organizations/{organization_id}/optimizedHostStats/{dimensions}`Dimensions let you view metrics in meaningful groupings, such as`apiproxy`, `target_host`. The value of dimensions should be acomma-separated list as shown below:`organizations/{org}/optimizedHostStats/apiproxy,request_verb`.
typeOrganizationsReportsCreateCall¶
type OrganizationsReportsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsReportsCreateCall)Context¶
func (c *OrganizationsReportsCreateCall) Context(ctxcontext.Context) *OrganizationsReportsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsReportsCreateCall)Do¶
func (c *OrganizationsReportsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CustomReport,error)
Do executes the "apigee.organizations.reports.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1CustomReport.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsReportsCreateCall)Fields¶
func (c *OrganizationsReportsCreateCall) Fields(s ...googleapi.Field) *OrganizationsReportsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsReportsCreateCall)Header¶
func (c *OrganizationsReportsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsReportsDeleteCall¶
type OrganizationsReportsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsReportsDeleteCall)Context¶
func (c *OrganizationsReportsDeleteCall) Context(ctxcontext.Context) *OrganizationsReportsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsReportsDeleteCall)Do¶
func (c *OrganizationsReportsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeleteCustomReportResponse,error)
Do executes the "apigee.organizations.reports.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeleteCustomReportResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsReportsDeleteCall)Fields¶
func (c *OrganizationsReportsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsReportsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsReportsDeleteCall)Header¶
func (c *OrganizationsReportsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsReportsGetCall¶
type OrganizationsReportsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsReportsGetCall)Context¶
func (c *OrganizationsReportsGetCall) Context(ctxcontext.Context) *OrganizationsReportsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsReportsGetCall)Do¶
func (c *OrganizationsReportsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CustomReport,error)
Do executes the "apigee.organizations.reports.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1CustomReport.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsReportsGetCall)Fields¶
func (c *OrganizationsReportsGetCall) Fields(s ...googleapi.Field) *OrganizationsReportsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsReportsGetCall)Header¶
func (c *OrganizationsReportsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsReportsGetCall)IfNoneMatch¶
func (c *OrganizationsReportsGetCall) IfNoneMatch(entityTagstring) *OrganizationsReportsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsReportsListCall¶
type OrganizationsReportsListCall struct {// contains filtered or unexported fields}func (*OrganizationsReportsListCall)Context¶
func (c *OrganizationsReportsListCall) Context(ctxcontext.Context) *OrganizationsReportsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsReportsListCall)Do¶
func (c *OrganizationsReportsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListCustomReportsResponse,error)
Do executes the "apigee.organizations.reports.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListCustomReportsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsReportsListCall)Expand¶
func (c *OrganizationsReportsListCall) Expand(expandbool) *OrganizationsReportsListCall
Expand sets the optional parameter "expand": Set to 'true' to get expandeddetails about each custom report.
func (*OrganizationsReportsListCall)Fields¶
func (c *OrganizationsReportsListCall) Fields(s ...googleapi.Field) *OrganizationsReportsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsReportsListCall)Header¶
func (c *OrganizationsReportsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsReportsListCall)IfNoneMatch¶
func (c *OrganizationsReportsListCall) IfNoneMatch(entityTagstring) *OrganizationsReportsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsReportsService¶
type OrganizationsReportsService struct {// contains filtered or unexported fields}funcNewOrganizationsReportsService¶
func NewOrganizationsReportsService(s *Service) *OrganizationsReportsService
func (*OrganizationsReportsService)Create¶
func (r *OrganizationsReportsService) Create(parentstring, googlecloudapigeev1customreport *GoogleCloudApigeeV1CustomReport) *OrganizationsReportsCreateCall
Create: Creates a Custom Report for an Organization. A Custom Reportprovides Apigee Customers to create custom dashboards in addition to thestandard dashboards which are provided. The Custom Report in its simplestform contains specifications about metrics, dimensions and filters. It isimportant to note that the custom report by itself does not provide anexecutable entity. The Edge UI converts the custom report definition into ananalytics query and displays the result in a chart.
- parent: The parent organization name under which the Custom Report will becreated. Must be of the form: `organizations/{organization_id}/reports`.
func (*OrganizationsReportsService)Delete¶
func (r *OrganizationsReportsService) Delete(namestring) *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(namestring) *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(parentstring) *OrganizationsReportsListCall
List: Return a list of Custom Reports
- parent: The parent organization name under which the API product will belisted `organizations/{organization_id}/reports`.
func (*OrganizationsReportsService)Update¶
func (r *OrganizationsReportsService) Update(namestring, googlecloudapigeev1customreport *GoogleCloudApigeeV1CustomReport) *OrganizationsReportsUpdateCall
Update: Update an existing custom report definition
- name: Custom Report name of the form:`organizations/{organization_id}/reports/{report_name}`.
typeOrganizationsReportsUpdateCall¶
type OrganizationsReportsUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsReportsUpdateCall)Context¶
func (c *OrganizationsReportsUpdateCall) Context(ctxcontext.Context) *OrganizationsReportsUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsReportsUpdateCall)Do¶
func (c *OrganizationsReportsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1CustomReport,error)
Do executes the "apigee.organizations.reports.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1CustomReport.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsReportsUpdateCall)Fields¶
func (c *OrganizationsReportsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsReportsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsReportsUpdateCall)Header¶
func (c *OrganizationsReportsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSecurityAssessmentResultsBatchComputeCall¶added inv0.173.0
type OrganizationsSecurityAssessmentResultsBatchComputeCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityAssessmentResultsBatchComputeCall)Context¶added inv0.173.0
func (c *OrganizationsSecurityAssessmentResultsBatchComputeCall) Context(ctxcontext.Context) *OrganizationsSecurityAssessmentResultsBatchComputeCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityAssessmentResultsBatchComputeCall)Do¶added inv0.173.0
func (c *OrganizationsSecurityAssessmentResultsBatchComputeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse,error)
Do executes the "apigee.organizations.securityAssessmentResults.batchCompute" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSecurityAssessmentResultsBatchComputeCall)Fields¶added inv0.173.0
func (c *OrganizationsSecurityAssessmentResultsBatchComputeCall) Fields(s ...googleapi.Field) *OrganizationsSecurityAssessmentResultsBatchComputeCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityAssessmentResultsBatchComputeCall)Header¶added inv0.173.0
func (c *OrganizationsSecurityAssessmentResultsBatchComputeCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityAssessmentResultsBatchComputeCall)Pages¶added inv0.173.0
func (c *OrganizationsSecurityAssessmentResultsBatchComputeCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse)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.
typeOrganizationsSecurityAssessmentResultsService¶added inv0.173.0
type OrganizationsSecurityAssessmentResultsService struct {// contains filtered or unexported fields}funcNewOrganizationsSecurityAssessmentResultsService¶added inv0.173.0
func NewOrganizationsSecurityAssessmentResultsService(s *Service) *OrganizationsSecurityAssessmentResultsService
func (*OrganizationsSecurityAssessmentResultsService)BatchCompute¶added inv0.173.0
func (r *OrganizationsSecurityAssessmentResultsService) BatchCompute(namestring, googlecloudapigeev1batchcomputesecurityassessmentresultsrequest *GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest) *OrganizationsSecurityAssessmentResultsBatchComputeCall
BatchCompute: Compute RAV2 security scores for a set of resources.
- name: Name of the organization for which the score needs to be computed inthe following format: `organizations/{org}/securityAssessmentResults`.
typeOrganizationsSecurityFeedbackCreateCall¶added inv0.250.0
type OrganizationsSecurityFeedbackCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityFeedbackCreateCall)Context¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackCreateCall) Context(ctxcontext.Context) *OrganizationsSecurityFeedbackCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityFeedbackCreateCall)Do¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityFeedback,error)
Do executes the "apigee.organizations.securityFeedback.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityFeedback.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityFeedbackCreateCall)Fields¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackCreateCall) Fields(s ...googleapi.Field) *OrganizationsSecurityFeedbackCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityFeedbackCreateCall)Header¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityFeedbackCreateCall)SecurityFeedbackId¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackCreateCall) SecurityFeedbackId(securityFeedbackIdstring) *OrganizationsSecurityFeedbackCreateCall
SecurityFeedbackId sets the optional parameter "securityFeedbackId": The idfor this feedback report. If not provided, it will be set to asystem-generated UUID.
typeOrganizationsSecurityFeedbackDeleteCall¶added inv0.250.0
type OrganizationsSecurityFeedbackDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityFeedbackDeleteCall)Context¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackDeleteCall) Context(ctxcontext.Context) *OrganizationsSecurityFeedbackDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityFeedbackDeleteCall)Do¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.securityFeedback.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsSecurityFeedbackDeleteCall)Fields¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSecurityFeedbackDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityFeedbackDeleteCall)Header¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSecurityFeedbackGetCall¶added inv0.250.0
type OrganizationsSecurityFeedbackGetCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityFeedbackGetCall)Context¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackGetCall) Context(ctxcontext.Context) *OrganizationsSecurityFeedbackGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityFeedbackGetCall)Do¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityFeedback,error)
Do executes the "apigee.organizations.securityFeedback.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityFeedback.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityFeedbackGetCall)Fields¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackGetCall) Fields(s ...googleapi.Field) *OrganizationsSecurityFeedbackGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityFeedbackGetCall)Header¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityFeedbackGetCall)IfNoneMatch¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackGetCall) IfNoneMatch(entityTagstring) *OrganizationsSecurityFeedbackGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSecurityFeedbackListCall¶added inv0.250.0
type OrganizationsSecurityFeedbackListCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityFeedbackListCall)Context¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackListCall) Context(ctxcontext.Context) *OrganizationsSecurityFeedbackListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityFeedbackListCall)Do¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityFeedbackResponse,error)
Do executes the "apigee.organizations.securityFeedback.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListSecurityFeedbackResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityFeedbackListCall)Fields¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackListCall) Fields(s ...googleapi.Field) *OrganizationsSecurityFeedbackListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityFeedbackListCall)Header¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityFeedbackListCall)IfNoneMatch¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackListCall) IfNoneMatch(entityTagstring) *OrganizationsSecurityFeedbackListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsSecurityFeedbackListCall)PageSize¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackListCall) PageSize(pageSizeint64) *OrganizationsSecurityFeedbackListCall
PageSize sets the optional parameter "pageSize": The maximum number offeedback reports to return. The service may return fewer than this value.LINT.IfChange(documented_page_size_limits) If unspecified, at most 10feedback reports will be returned. The maximum value is 100; values above100 will be coerced to 100. LINT.ThenChange(//depot/google3/edge/sense/boq/service/v1/securityfeedback/securityfeedback_rpc.go:page_size_limits )
func (*OrganizationsSecurityFeedbackListCall)PageToken¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackListCall) PageToken(pageTokenstring) *OrganizationsSecurityFeedbackListCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListSecurityFeedback` call. Provide this to retrieve thesubsequent page. When paginating, all other parameters provided to`ListSecurityFeedback` must match the call that provided the page token.
func (*OrganizationsSecurityFeedbackListCall)Pages¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListSecurityFeedbackResponse)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.
typeOrganizationsSecurityFeedbackPatchCall¶added inv0.250.0
type OrganizationsSecurityFeedbackPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityFeedbackPatchCall)Context¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackPatchCall) Context(ctxcontext.Context) *OrganizationsSecurityFeedbackPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityFeedbackPatchCall)Do¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityFeedback,error)
Do executes the "apigee.organizations.securityFeedback.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityFeedback.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityFeedbackPatchCall)Fields¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackPatchCall) Fields(s ...googleapi.Field) *OrganizationsSecurityFeedbackPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityFeedbackPatchCall)Header¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityFeedbackPatchCall)UpdateMask¶added inv0.250.0
func (c *OrganizationsSecurityFeedbackPatchCall) UpdateMask(updateMaskstring) *OrganizationsSecurityFeedbackPatchCall
UpdateMask sets the optional parameter "updateMask": The list of fields toupdate.
typeOrganizationsSecurityFeedbackService¶added inv0.250.0
type OrganizationsSecurityFeedbackService struct {// contains filtered or unexported fields}funcNewOrganizationsSecurityFeedbackService¶added inv0.250.0
func NewOrganizationsSecurityFeedbackService(s *Service) *OrganizationsSecurityFeedbackService
func (*OrganizationsSecurityFeedbackService)Create¶added inv0.250.0
func (r *OrganizationsSecurityFeedbackService) Create(parentstring, googlecloudapigeev1securityfeedback *GoogleCloudApigeeV1SecurityFeedback) *OrganizationsSecurityFeedbackCreateCall
Create: Creates a new report containing customer feedback.
- parent: Name of the organization. Use the following structure in yourrequest: `organizations/{org}`.
func (*OrganizationsSecurityFeedbackService)Delete¶added inv0.250.0
func (r *OrganizationsSecurityFeedbackService) Delete(namestring) *OrganizationsSecurityFeedbackDeleteCall
Delete: Deletes a specific feedback report. Used for "undo" of a feedbacksubmission.
- name: Name of the SecurityFeedback to delete. Use the following structurein your request: `organizations/{org}/securityFeedback/{feedback_id}`.
func (*OrganizationsSecurityFeedbackService)Get¶added inv0.250.0
func (r *OrganizationsSecurityFeedbackService) Get(namestring) *OrganizationsSecurityFeedbackGetCall
Get: Gets a specific customer feedback report.
- name: Name of the SecurityFeedback. Format:`organizations/{org}/securityFeedback/{feedback_id}` Example:organizations/apigee-organization-name/securityFeedback/feedback-id.
func (*OrganizationsSecurityFeedbackService)List¶added inv0.250.0
func (r *OrganizationsSecurityFeedbackService) List(parentstring) *OrganizationsSecurityFeedbackListCall
List: Lists all feedback reports which have already been submitted.
- parent: Name of the organization. Format: `organizations/{org}`. Example:organizations/apigee-organization-name/securityFeedback.
func (*OrganizationsSecurityFeedbackService)Patch¶added inv0.250.0
func (r *OrganizationsSecurityFeedbackService) Patch(namestring, googlecloudapigeev1securityfeedback *GoogleCloudApigeeV1SecurityFeedback) *OrganizationsSecurityFeedbackPatchCall
Patch: Updates a specific feedback report.
- name: Output only. Identifier. The feedback name is intended to be asystem-generated uuid.
typeOrganizationsSecurityMonitoringConditionsCreateCall¶added inv0.227.0
type OrganizationsSecurityMonitoringConditionsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityMonitoringConditionsCreateCall)Context¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsCreateCall) Context(ctxcontext.Context) *OrganizationsSecurityMonitoringConditionsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityMonitoringConditionsCreateCall)Do¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityMonitoringCondition,error)
Do executes the "apigee.organizations.securityMonitoringConditions.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityMonitoringCondition.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityMonitoringConditionsCreateCall)Fields¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsCreateCall) Fields(s ...googleapi.Field) *OrganizationsSecurityMonitoringConditionsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityMonitoringConditionsCreateCall)Header¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityMonitoringConditionsCreateCall)SecurityMonitoringConditionId¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsCreateCall) SecurityMonitoringConditionId(securityMonitoringConditionIdstring) *OrganizationsSecurityMonitoringConditionsCreateCall
SecurityMonitoringConditionId sets the optional parameter"securityMonitoringConditionId": Optional: The security monitoring conditionid. If not specified, a monitoring condition uuid will be generated by thebackend. This value should be 4-63 characters, and valid characters are/a-z-/.
typeOrganizationsSecurityMonitoringConditionsDeleteCall¶added inv0.227.0
type OrganizationsSecurityMonitoringConditionsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityMonitoringConditionsDeleteCall)Context¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsDeleteCall) Context(ctxcontext.Context) *OrganizationsSecurityMonitoringConditionsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityMonitoringConditionsDeleteCall)Do¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.securityMonitoringConditions.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsSecurityMonitoringConditionsDeleteCall)Fields¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSecurityMonitoringConditionsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityMonitoringConditionsDeleteCall)Header¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSecurityMonitoringConditionsGetCall¶added inv0.227.0
type OrganizationsSecurityMonitoringConditionsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityMonitoringConditionsGetCall)Context¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsGetCall) Context(ctxcontext.Context) *OrganizationsSecurityMonitoringConditionsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityMonitoringConditionsGetCall)Do¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityMonitoringCondition,error)
Do executes the "apigee.organizations.securityMonitoringConditions.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityMonitoringCondition.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityMonitoringConditionsGetCall)Fields¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsGetCall) Fields(s ...googleapi.Field) *OrganizationsSecurityMonitoringConditionsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityMonitoringConditionsGetCall)Header¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityMonitoringConditionsGetCall)IfNoneMatch¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsGetCall) IfNoneMatch(entityTagstring) *OrganizationsSecurityMonitoringConditionsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSecurityMonitoringConditionsListCall¶added inv0.227.0
type OrganizationsSecurityMonitoringConditionsListCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityMonitoringConditionsListCall)Context¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsListCall) Context(ctxcontext.Context) *OrganizationsSecurityMonitoringConditionsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityMonitoringConditionsListCall)Do¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse,error)
Do executes the "apigee.organizations.securityMonitoringConditions.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSecurityMonitoringConditionsListCall)Fields¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsListCall) Fields(s ...googleapi.Field) *OrganizationsSecurityMonitoringConditionsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityMonitoringConditionsListCall)Filter¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsListCall) Filter(filterstring) *OrganizationsSecurityMonitoringConditionsListCall
Filter sets the optional parameter "filter": Filter for the monitoringconditions. For example: `profile=profile1 AND scope=env1`
func (*OrganizationsSecurityMonitoringConditionsListCall)Header¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityMonitoringConditionsListCall)IfNoneMatch¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsListCall) IfNoneMatch(entityTagstring) *OrganizationsSecurityMonitoringConditionsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsSecurityMonitoringConditionsListCall)PageSize¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsListCall) PageSize(pageSizeint64) *OrganizationsSecurityMonitoringConditionsListCall
PageSize sets the optional parameter "pageSize": The maximum number ofmonitoring conditions to return.
func (*OrganizationsSecurityMonitoringConditionsListCall)PageToken¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsListCall) PageToken(pageTokenstring) *OrganizationsSecurityMonitoringConditionsListCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListSecurityMonitoringConditions` call. Provide this toretrieve the subsequent page.
func (*OrganizationsSecurityMonitoringConditionsListCall)Pages¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse)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.
typeOrganizationsSecurityMonitoringConditionsPatchCall¶added inv0.227.0
type OrganizationsSecurityMonitoringConditionsPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityMonitoringConditionsPatchCall)Context¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsPatchCall) Context(ctxcontext.Context) *OrganizationsSecurityMonitoringConditionsPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityMonitoringConditionsPatchCall)Do¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityMonitoringCondition,error)
Do executes the "apigee.organizations.securityMonitoringConditions.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityMonitoringCondition.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityMonitoringConditionsPatchCall)Fields¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsPatchCall) Fields(s ...googleapi.Field) *OrganizationsSecurityMonitoringConditionsPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityMonitoringConditionsPatchCall)Header¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityMonitoringConditionsPatchCall)UpdateMask¶added inv0.227.0
func (c *OrganizationsSecurityMonitoringConditionsPatchCall) UpdateMask(updateMaskstring) *OrganizationsSecurityMonitoringConditionsPatchCall
UpdateMask sets the optional parameter "updateMask": The list of fields toupdate. Valid fields to update are `include_all_resources` and `include`.
typeOrganizationsSecurityMonitoringConditionsService¶added inv0.227.0
type OrganizationsSecurityMonitoringConditionsService struct {// contains filtered or unexported fields}funcNewOrganizationsSecurityMonitoringConditionsService¶added inv0.227.0
func NewOrganizationsSecurityMonitoringConditionsService(s *Service) *OrganizationsSecurityMonitoringConditionsService
func (*OrganizationsSecurityMonitoringConditionsService)Create¶added inv0.227.0
func (r *OrganizationsSecurityMonitoringConditionsService) Create(parentstring, googlecloudapigeev1securitymonitoringcondition *GoogleCloudApigeeV1SecurityMonitoringCondition) *OrganizationsSecurityMonitoringConditionsCreateCall
Create: Create a security monitoring condition.
- parent: The parent resource name. Format: `organizations/{org}`.
func (*OrganizationsSecurityMonitoringConditionsService)Delete¶added inv0.227.0
func (r *OrganizationsSecurityMonitoringConditionsService) Delete(namestring) *OrganizationsSecurityMonitoringConditionsDeleteCall
Delete: Delete a security monitoring condition.
- name: The name of the security monitoring condition to delete. Format:`organizations/{org}/securityMonitoringConditions/{security_monitoring_condition}`.
func (*OrganizationsSecurityMonitoringConditionsService)Get¶added inv0.227.0
func (r *OrganizationsSecurityMonitoringConditionsService) Get(namestring) *OrganizationsSecurityMonitoringConditionsGetCall
Get: Get a security monitoring condition.
- name: The name of the security monitoring condition to get. Format:`organizations/{org}/securityMonitoringConditions/{security_monitoring_condition}`.
func (*OrganizationsSecurityMonitoringConditionsService)List¶added inv0.227.0
func (r *OrganizationsSecurityMonitoringConditionsService) List(parentstring) *OrganizationsSecurityMonitoringConditionsListCall
List: List security monitoring conditions.
- parent: For a specific organization, list all the security monitoringconditions. Format: `organizations/{org}`.
func (*OrganizationsSecurityMonitoringConditionsService)Patch¶added inv0.227.0
func (r *OrganizationsSecurityMonitoringConditionsService) Patch(namestring, googlecloudapigeev1securitymonitoringcondition *GoogleCloudApigeeV1SecurityMonitoringCondition) *OrganizationsSecurityMonitoringConditionsPatchCall
Patch: Update a security monitoring condition.
- name: Identifier. Name of the security monitoring condition resource.Format:organizations/{org}/securityMonitoringConditions/{security_monitoring_condition}.
typeOrganizationsSecurityProfilesCreateCall¶added inv0.139.0
type OrganizationsSecurityProfilesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesCreateCall)Context¶added inv0.139.0
func (c *OrganizationsSecurityProfilesCreateCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesCreateCall)Do¶added inv0.139.0
func (c *OrganizationsSecurityProfilesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfile,error)
Do executes the "apigee.organizations.securityProfiles.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityProfile.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityProfilesCreateCall)Fields¶added inv0.139.0
func (c *OrganizationsSecurityProfilesCreateCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesCreateCall)Header¶added inv0.139.0
func (c *OrganizationsSecurityProfilesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityProfilesCreateCall)SecurityProfileId¶added inv0.139.0
func (c *OrganizationsSecurityProfilesCreateCall) SecurityProfileId(securityProfileIdstring) *OrganizationsSecurityProfilesCreateCall
SecurityProfileId sets the optional parameter "securityProfileId": Required.The ID to use for the SecurityProfile, which will become the final componentof the action's resource name. This value should be 1-63 characters andvalidated by "(^a-z ([a-z0-9-]{0,61}[a-z0-9])?$)".
typeOrganizationsSecurityProfilesDeleteCall¶added inv0.139.0
type OrganizationsSecurityProfilesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesDeleteCall)Context¶added inv0.139.0
func (c *OrganizationsSecurityProfilesDeleteCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesDeleteCall)Do¶added inv0.139.0
func (c *OrganizationsSecurityProfilesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.securityProfiles.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsSecurityProfilesDeleteCall)Fields¶added inv0.139.0
func (c *OrganizationsSecurityProfilesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesDeleteCall)Header¶added inv0.139.0
func (c *OrganizationsSecurityProfilesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall¶added inv0.86.0
type OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall)Context¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall)Do¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ComputeEnvironmentScoresResponse,error)
Do executes the "apigee.organizations.securityProfiles.environments.computeEnvironmentScores" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ComputeEnvironmentScoresResponse.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall)Fields¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall)Header¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall)Pages¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ComputeEnvironmentScoresResponse)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.
typeOrganizationsSecurityProfilesEnvironmentsCreateCall¶added inv0.86.0
type OrganizationsSecurityProfilesEnvironmentsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesEnvironmentsCreateCall)Context¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsCreateCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesEnvironmentsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesEnvironmentsCreateCall)Do¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation,error)
Do executes the "apigee.organizations.securityProfiles.environments.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*OrganizationsSecurityProfilesEnvironmentsCreateCall)Fields¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsCreateCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesEnvironmentsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesEnvironmentsCreateCall)Header¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSecurityProfilesEnvironmentsDeleteCall¶added inv0.86.0
type OrganizationsSecurityProfilesEnvironmentsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesEnvironmentsDeleteCall)Context¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsDeleteCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesEnvironmentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesEnvironmentsDeleteCall)Do¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.securityProfiles.environments.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsSecurityProfilesEnvironmentsDeleteCall)Fields¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesEnvironmentsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesEnvironmentsDeleteCall)Header¶added inv0.86.0
func (c *OrganizationsSecurityProfilesEnvironmentsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSecurityProfilesEnvironmentsService¶added inv0.86.0
type OrganizationsSecurityProfilesEnvironmentsService struct {// contains filtered or unexported fields}funcNewOrganizationsSecurityProfilesEnvironmentsService¶added inv0.86.0
func NewOrganizationsSecurityProfilesEnvironmentsService(s *Service) *OrganizationsSecurityProfilesEnvironmentsService
func (*OrganizationsSecurityProfilesEnvironmentsService)ComputeEnvironmentScores¶added inv0.86.0
func (r *OrganizationsSecurityProfilesEnvironmentsService) ComputeEnvironmentScores(profileEnvironmentstring, googlecloudapigeev1computeenvironmentscoresrequest *GoogleCloudApigeeV1ComputeEnvironmentScoresRequest) *OrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresCall
ComputeEnvironmentScores: ComputeEnvironmentScores calculates scores forrequested time range for the specified security profile and environment.
- profileEnvironment: Name of organization and environment and profile idfor which score needs to be computed. Format:organizations/{org}/securityProfiles/{profile}/environments/{env}.
func (*OrganizationsSecurityProfilesEnvironmentsService)Create¶added inv0.86.0
func (r *OrganizationsSecurityProfilesEnvironmentsService) Create(parentstring, googlecloudapigeev1securityprofileenvironmentassociation *GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation) *OrganizationsSecurityProfilesEnvironmentsCreateCall
Create: CreateSecurityProfileEnvironmentAssociation creates profileenvironment association i.e. attaches environment to security profile.
- parent: Name of organization and security profile ID. Format:organizations/{org}/securityProfiles/{profile}.
func (*OrganizationsSecurityProfilesEnvironmentsService)Delete¶added inv0.86.0
func (r *OrganizationsSecurityProfilesEnvironmentsService) Delete(namestring) *OrganizationsSecurityProfilesEnvironmentsDeleteCall
Delete: DeleteSecurityProfileEnvironmentAssociation removes profileenvironment association i.e. detaches environment from security profile.
- name: The name of the environment attachment to delete. Format:organizations/{org}/securityProfiles/{profile}/environments/{env}.
typeOrganizationsSecurityProfilesGetCall¶added inv0.86.0
type OrganizationsSecurityProfilesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesGetCall)Context¶added inv0.86.0
func (c *OrganizationsSecurityProfilesGetCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesGetCall)Do¶added inv0.86.0
func (c *OrganizationsSecurityProfilesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfile,error)
Do executes the "apigee.organizations.securityProfiles.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityProfile.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityProfilesGetCall)Fields¶added inv0.86.0
func (c *OrganizationsSecurityProfilesGetCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesGetCall)Header¶added inv0.86.0
func (c *OrganizationsSecurityProfilesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityProfilesGetCall)IfNoneMatch¶added inv0.86.0
func (c *OrganizationsSecurityProfilesGetCall) IfNoneMatch(entityTagstring) *OrganizationsSecurityProfilesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSecurityProfilesListCall¶added inv0.86.0
type OrganizationsSecurityProfilesListCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesListCall)Context¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesListCall)Do¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityProfilesResponse,error)
Do executes the "apigee.organizations.securityProfiles.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListSecurityProfilesResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityProfilesListCall)Fields¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesListCall)Header¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityProfilesListCall)IfNoneMatch¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListCall) IfNoneMatch(entityTagstring) *OrganizationsSecurityProfilesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsSecurityProfilesListCall)PageSize¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListCall) PageSize(pageSizeint64) *OrganizationsSecurityProfilesListCall
PageSize sets the optional parameter "pageSize": The maximum number ofprofiles to return. The service may return fewer than this value. Ifunspecified, at most 50 profiles will be returned.
func (*OrganizationsSecurityProfilesListCall)PageToken¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListCall) PageToken(pageTokenstring) *OrganizationsSecurityProfilesListCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListSecurityProfiles` call. Provide this to retrieve thesubsequent page.
func (*OrganizationsSecurityProfilesListCall)Pages¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListSecurityProfilesResponse)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.
typeOrganizationsSecurityProfilesListRevisionsCall¶added inv0.86.0
type OrganizationsSecurityProfilesListRevisionsCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesListRevisionsCall)Context¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListRevisionsCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesListRevisionsCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesListRevisionsCall)Do¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListRevisionsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse,error)
Do executes the "apigee.organizations.securityProfiles.listRevisions" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse.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 becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityProfilesListRevisionsCall)Fields¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListRevisionsCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesListRevisionsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesListRevisionsCall)Header¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListRevisionsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityProfilesListRevisionsCall)IfNoneMatch¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListRevisionsCall) IfNoneMatch(entityTagstring) *OrganizationsSecurityProfilesListRevisionsCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsSecurityProfilesListRevisionsCall)PageSize¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListRevisionsCall) PageSize(pageSizeint64) *OrganizationsSecurityProfilesListRevisionsCall
PageSize sets the optional parameter "pageSize": The maximum number ofprofile revisions to return. The service may return fewer than this value.If unspecified, at most 50 revisions will be returned.
func (*OrganizationsSecurityProfilesListRevisionsCall)PageToken¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListRevisionsCall) PageToken(pageTokenstring) *OrganizationsSecurityProfilesListRevisionsCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListSecurityProfileRevisions` call. Provide this toretrieve the subsequent page.
func (*OrganizationsSecurityProfilesListRevisionsCall)Pages¶added inv0.86.0
func (c *OrganizationsSecurityProfilesListRevisionsCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse)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.
typeOrganizationsSecurityProfilesPatchCall¶added inv0.139.0
type OrganizationsSecurityProfilesPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesPatchCall)Context¶added inv0.139.0
func (c *OrganizationsSecurityProfilesPatchCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesPatchCall)Do¶added inv0.139.0
func (c *OrganizationsSecurityProfilesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfile,error)
Do executes the "apigee.organizations.securityProfiles.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityProfile.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityProfilesPatchCall)Fields¶added inv0.139.0
func (c *OrganizationsSecurityProfilesPatchCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesPatchCall)Header¶added inv0.139.0
func (c *OrganizationsSecurityProfilesPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityProfilesPatchCall)UpdateMask¶added inv0.139.0
func (c *OrganizationsSecurityProfilesPatchCall) UpdateMask(updateMaskstring) *OrganizationsSecurityProfilesPatchCall
UpdateMask sets the optional parameter "updateMask": Required. The list offields to update.
typeOrganizationsSecurityProfilesService¶added inv0.86.0
type OrganizationsSecurityProfilesService struct {Environments *OrganizationsSecurityProfilesEnvironmentsService// contains filtered or unexported fields}funcNewOrganizationsSecurityProfilesService¶added inv0.86.0
func NewOrganizationsSecurityProfilesService(s *Service) *OrganizationsSecurityProfilesService
func (*OrganizationsSecurityProfilesService)Create¶added inv0.139.0
func (r *OrganizationsSecurityProfilesService) Create(parentstring, googlecloudapigeev1securityprofile *GoogleCloudApigeeV1SecurityProfile) *OrganizationsSecurityProfilesCreateCall
Create: CreateSecurityProfile create a new custom security profile.
- parent: Name of organization. Format: organizations/{org}.
func (*OrganizationsSecurityProfilesService)Delete¶added inv0.139.0
func (r *OrganizationsSecurityProfilesService) Delete(namestring) *OrganizationsSecurityProfilesDeleteCall
Delete: DeleteSecurityProfile delete a profile with all its revisions.
- name: Name of profile. Format:organizations/{org}/securityProfiles/{profile}.
func (*OrganizationsSecurityProfilesService)Get¶added inv0.86.0
func (r *OrganizationsSecurityProfilesService) Get(namestring) *OrganizationsSecurityProfilesGetCall
Get: GetSecurityProfile gets the specified security profile. ReturnsNOT_FOUND if security profile is not present for the specified organization.
- name: Security profile in the following format:`organizations/{org}/securityProfiles/{profile}'. Profile may optionallycontain revision ID. If revision ID is not provided, the response willcontain latest revision by default. Example:organizations/testOrg/securityProfiles/testProfile@5.
func (*OrganizationsSecurityProfilesService)List¶added inv0.86.0
func (r *OrganizationsSecurityProfilesService) List(parentstring) *OrganizationsSecurityProfilesListCall
List: ListSecurityProfiles lists all the security profiles associated withthe org including attached and unattached profiles.
- parent: For a specific organization, list of all the security profiles.Format: `organizations/{org}`.
func (*OrganizationsSecurityProfilesService)ListRevisions¶added inv0.86.0
func (r *OrganizationsSecurityProfilesService) ListRevisions(namestring) *OrganizationsSecurityProfilesListRevisionsCall
ListRevisions: ListSecurityProfileRevisions lists all the revisions of thesecurity profile.
- name: For a specific profile, list all the revisions. Format:`organizations/{org}/securityProfiles/{profile}`.
func (*OrganizationsSecurityProfilesService)Patch¶added inv0.139.0
func (r *OrganizationsSecurityProfilesService) Patch(namestring, googlecloudapigeev1securityprofile *GoogleCloudApigeeV1SecurityProfile) *OrganizationsSecurityProfilesPatchCall
Patch: UpdateSecurityProfile update the metadata of security profile.
- name: Immutable. Name of the security profile resource. Format:organizations/{org}/securityProfiles/{profile}.
typeOrganizationsSecurityProfilesV2CreateCall¶added inv0.200.0
type OrganizationsSecurityProfilesV2CreateCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesV2CreateCall)Context¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2CreateCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesV2CreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesV2CreateCall)Do¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2CreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfileV2,error)
Do executes the "apigee.organizations.securityProfilesV2.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityProfileV2.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityProfilesV2CreateCall)Fields¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2CreateCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesV2CreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesV2CreateCall)Header¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2CreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityProfilesV2CreateCall)SecurityProfileV2Id¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2CreateCall) SecurityProfileV2Id(securityProfileV2Idstring) *OrganizationsSecurityProfilesV2CreateCall
SecurityProfileV2Id sets the optional parameter "securityProfileV2Id":Required. The security profile id.
typeOrganizationsSecurityProfilesV2DeleteCall¶added inv0.200.0
type OrganizationsSecurityProfilesV2DeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesV2DeleteCall)Context¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2DeleteCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesV2DeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesV2DeleteCall)Do¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2DeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.securityProfilesV2.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsSecurityProfilesV2DeleteCall)Fields¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2DeleteCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesV2DeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesV2DeleteCall)Header¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2DeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityProfilesV2DeleteCall)RiskAssessmentType¶added inv0.257.0
func (c *OrganizationsSecurityProfilesV2DeleteCall) RiskAssessmentType(riskAssessmentTypestring) *OrganizationsSecurityProfilesV2DeleteCall
RiskAssessmentType sets the optional parameter "riskAssessmentType": Therisk assessment type of the security profile. Defaults toADVANCED_API_SECURITY.
Possible values:
"RISK_ASSESSMENT_TYPE_UNSPECIFIED" - Risk assessment type is not
specified.
"APIGEE" - Risk assessment type is Apigee."API_HUB" - Risk assessment type is API Hub.
typeOrganizationsSecurityProfilesV2GetCall¶added inv0.200.0
type OrganizationsSecurityProfilesV2GetCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesV2GetCall)Context¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2GetCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesV2GetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesV2GetCall)Do¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2GetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfileV2,error)
Do executes the "apigee.organizations.securityProfilesV2.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityProfileV2.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityProfilesV2GetCall)Fields¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2GetCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesV2GetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesV2GetCall)Header¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2GetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityProfilesV2GetCall)IfNoneMatch¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2GetCall) IfNoneMatch(entityTagstring) *OrganizationsSecurityProfilesV2GetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsSecurityProfilesV2GetCall)RiskAssessmentType¶added inv0.257.0
func (c *OrganizationsSecurityProfilesV2GetCall) RiskAssessmentType(riskAssessmentTypestring) *OrganizationsSecurityProfilesV2GetCall
RiskAssessmentType sets the optional parameter "riskAssessmentType": Therisk assessment type of the security profile. Defaults toADVANCED_API_SECURITY.
Possible values:
"RISK_ASSESSMENT_TYPE_UNSPECIFIED" - Risk assessment type is not
specified.
"APIGEE" - Risk assessment type is Apigee."API_HUB" - Risk assessment type is API Hub.
typeOrganizationsSecurityProfilesV2ListCall¶added inv0.200.0
type OrganizationsSecurityProfilesV2ListCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesV2ListCall)Context¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2ListCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesV2ListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesV2ListCall)Do¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2ListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSecurityProfilesV2Response,error)
Do executes the "apigee.organizations.securityProfilesV2.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListSecurityProfilesV2Response.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityProfilesV2ListCall)Fields¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2ListCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesV2ListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesV2ListCall)Header¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2ListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityProfilesV2ListCall)IfNoneMatch¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2ListCall) IfNoneMatch(entityTagstring) *OrganizationsSecurityProfilesV2ListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsSecurityProfilesV2ListCall)PageSize¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2ListCall) PageSize(pageSizeint64) *OrganizationsSecurityProfilesV2ListCall
PageSize sets the optional parameter "pageSize": The maximum number ofprofiles to return
func (*OrganizationsSecurityProfilesV2ListCall)PageToken¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2ListCall) PageToken(pageTokenstring) *OrganizationsSecurityProfilesV2ListCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListSecurityProfilesV2` call. Provide this to retrieve thesubsequent page.
func (*OrganizationsSecurityProfilesV2ListCall)Pages¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2ListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListSecurityProfilesV2Response)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.
func (*OrganizationsSecurityProfilesV2ListCall)RiskAssessmentType¶added inv0.257.0
func (c *OrganizationsSecurityProfilesV2ListCall) RiskAssessmentType(riskAssessmentTypestring) *OrganizationsSecurityProfilesV2ListCall
RiskAssessmentType sets the optional parameter "riskAssessmentType": Therisk assessment type of the security profiles. Defaults toADVANCED_API_SECURITY.
Possible values:
"RISK_ASSESSMENT_TYPE_UNSPECIFIED" - Risk assessment type is not
specified.
"APIGEE" - Risk assessment type is Apigee."API_HUB" - Risk assessment type is API Hub.
typeOrganizationsSecurityProfilesV2PatchCall¶added inv0.200.0
type OrganizationsSecurityProfilesV2PatchCall struct {// contains filtered or unexported fields}func (*OrganizationsSecurityProfilesV2PatchCall)Context¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2PatchCall) Context(ctxcontext.Context) *OrganizationsSecurityProfilesV2PatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSecurityProfilesV2PatchCall)Do¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2PatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecurityProfileV2,error)
Do executes the "apigee.organizations.securityProfilesV2.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecurityProfileV2.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSecurityProfilesV2PatchCall)Fields¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2PatchCall) Fields(s ...googleapi.Field) *OrganizationsSecurityProfilesV2PatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSecurityProfilesV2PatchCall)Header¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2PatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSecurityProfilesV2PatchCall)UpdateMask¶added inv0.200.0
func (c *OrganizationsSecurityProfilesV2PatchCall) UpdateMask(updateMaskstring) *OrganizationsSecurityProfilesV2PatchCall
UpdateMask sets the optional parameter "updateMask": The list of fields toupdate. Valid fields to update are `description` and`profileAssessmentConfigs`.
typeOrganizationsSecurityProfilesV2Service¶added inv0.200.0
type OrganizationsSecurityProfilesV2Service struct {// contains filtered or unexported fields}funcNewOrganizationsSecurityProfilesV2Service¶added inv0.200.0
func NewOrganizationsSecurityProfilesV2Service(s *Service) *OrganizationsSecurityProfilesV2Service
func (*OrganizationsSecurityProfilesV2Service)Create¶added inv0.200.0
func (r *OrganizationsSecurityProfilesV2Service) Create(parentstring, googlecloudapigeev1securityprofilev2 *GoogleCloudApigeeV1SecurityProfileV2) *OrganizationsSecurityProfilesV2CreateCall
Create: Create a security profile v2.
- parent: The parent resource name. Format: `organizations/{org}`.
func (*OrganizationsSecurityProfilesV2Service)Delete¶added inv0.200.0
func (r *OrganizationsSecurityProfilesV2Service) Delete(namestring) *OrganizationsSecurityProfilesV2DeleteCall
Delete: Delete a security profile v2.
- name: The name of the security profile v2 to delete. Format:`organizations/{org}/securityProfilesV2/{profile}`.
func (*OrganizationsSecurityProfilesV2Service)Get¶added inv0.200.0
func (r *OrganizationsSecurityProfilesV2Service) Get(namestring) *OrganizationsSecurityProfilesV2GetCall
Get: Get a security profile v2.
- name: The name of the security profile v2 to get. Format:`organizations/{org}/securityProfilesV2/{profile}`.
func (*OrganizationsSecurityProfilesV2Service)List¶added inv0.200.0
func (r *OrganizationsSecurityProfilesV2Service) List(parentstring) *OrganizationsSecurityProfilesV2ListCall
List: List security profiles v2.
- parent: For a specific organization, list of all the security profiles.Format: `organizations/{org}`.
func (*OrganizationsSecurityProfilesV2Service)Patch¶added inv0.200.0
func (r *OrganizationsSecurityProfilesV2Service) Patch(namestring, googlecloudapigeev1securityprofilev2 *GoogleCloudApigeeV1SecurityProfileV2) *OrganizationsSecurityProfilesV2PatchCall
Patch: Update a security profile V2.
- name: Identifier. Name of the security profile v2 resource. Format:organizations/{org}/securityProfilesV2/{profile}.
typeOrganizationsService¶
type OrganizationsService struct {Analytics *OrganizationsAnalyticsServiceApiproducts *OrganizationsApiproductsServiceApis *OrganizationsApisServiceAppgroups *OrganizationsAppgroupsServiceApps *OrganizationsAppsServiceDatacollectors *OrganizationsDatacollectorsServiceDeployments *OrganizationsDeploymentsServiceDevelopers *OrganizationsDevelopersServiceDnsZones *OrganizationsDnsZonesServiceEndpointAttachments *OrganizationsEndpointAttachmentsServiceEnvgroups *OrganizationsEnvgroupsServiceEnvironments *OrganizationsEnvironmentsServiceHostQueries *OrganizationsHostQueriesServiceHostSecurityReports *OrganizationsHostSecurityReportsServiceHostStats *OrganizationsHostStatsServiceInstances *OrganizationsInstancesServiceKeyvaluemaps *OrganizationsKeyvaluemapsServiceOperations *OrganizationsOperationsServiceOptimizedHostStats *OrganizationsOptimizedHostStatsServiceReports *OrganizationsReportsServiceSecurityAssessmentResults *OrganizationsSecurityAssessmentResultsServiceSecurityFeedback *OrganizationsSecurityFeedbackServiceSecurityMonitoringConditions *OrganizationsSecurityMonitoringConditionsServiceSecurityProfiles *OrganizationsSecurityProfilesServiceSecurityProfilesV2 *OrganizationsSecurityProfilesV2ServiceSharedflows *OrganizationsSharedflowsServiceSites *OrganizationsSitesServiceSpaces *OrganizationsSpacesService// contains filtered or unexported fields}funcNewOrganizationsService¶
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¶added inv0.37.0
func (r *OrganizationsService) Delete(namestring) *OrganizationsDeleteCall
Delete: Delete an Apigee organization. For organizations with BillingTypeEVALUATION, an immediate deletion is performed. For paid organizations(Subscription or Pay-as-you-go), a soft-deletion is performed. Theorganization can be restored within the soft-deletion period, which isspecified using the `retention` field in the request or by filing a supportticket with Apigee. During the data retention period specified in therequest, the Apigee organization cannot be recreated in the same GoogleCloud project. **IMPORTANT: The default data retention setting for thisoperation is 7 days. To permanently delete the organization in 24 hours, setthe retention parameter to `MINIMUM`.**
- name: Name of the organization. Use the following structure in yourrequest: `organizations/{org}`.
func (*OrganizationsService)Get¶
func (r *OrganizationsService) Get(namestring) *OrganizationsGetCall
Get: Gets the profile for an Apigee organization. See Understandingorganizations(https://cloud.google.com/apigee/docs/api-platform/fundamentals/organization-structure).
- name: Apigee organization name in the following format:`organizations/{org}`.
func (*OrganizationsService)GetControlPlaneAccess¶added inv0.200.0
func (r *OrganizationsService) GetControlPlaneAccess(namestring) *OrganizationsGetControlPlaneAccessCall
GetControlPlaneAccess: Lists the service accounts allowed to access Apigeecontrol plane directly for limited functionality. **Note**: Available toApigee hybrid only.
- name: Resource name of the Control Plane Access. Use the followingstructure in your request: `organizations/{org}/controlPlaneAccess`.
func (*OrganizationsService)GetDeployedIngressConfig¶added inv0.30.0
func (r *OrganizationsService) GetDeployedIngressConfig(namestring) *OrganizationsGetDeployedIngressConfigCall
GetDeployedIngressConfig: Gets the deployed ingress configuration for anorganization.
- name: Name of the deployed configuration for the organization in thefollowing format: 'organizations/{org}/deployedIngressConfig'.
func (*OrganizationsService)GetProjectMapping¶added inv0.82.0
func (r *OrganizationsService) GetProjectMapping(namestring) *OrganizationsGetProjectMappingCall
GetProjectMapping: Gets the project ID and region for an Apigeeorganization.
- name: Apigee organization name in the following format:`organizations/{org}`.
func (*OrganizationsService)GetRuntimeConfig¶added inv0.50.0
func (r *OrganizationsService) GetRuntimeConfig(namestring) *OrganizationsGetRuntimeConfigCall
GetRuntimeConfig: Get runtime config for an organization.
- name: Name of the runtime config for the organization in the followingformat: 'organizations/{org}/runtimeConfig'.
func (*OrganizationsService)GetSecuritySettings¶added inv0.155.0
func (r *OrganizationsService) GetSecuritySettings(namestring) *OrganizationsGetSecuritySettingsCall
GetSecuritySettings: GetSecuritySettings gets the security settings for APISecurity.
- name: The name of the SecuritySettings to retrieve. This will always be:'organizations/{org}/securitySettings'.
func (*OrganizationsService)GetSyncAuthorization¶
func (r *OrganizationsService) GetSyncAuthorization(namestring, googlecloudapigeev1getsyncauthorizationrequest *GoogleCloudApigeeV1GetSyncAuthorizationRequest) *OrganizationsGetSyncAuthorizationCall
GetSyncAuthorization: Lists the service accounts with the permissionsrequired to allow the Synchronizer to download environment data from thecontrol 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 theexisting authorization is overwritten indiscriminately. For moreinformation, 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 yourrequest: `organizations/{org}`.
func (*OrganizationsService)List¶
func (r *OrganizationsService) List(parentstring) *OrganizationsListCall
List: Lists the Apigee organizations and associated Google Cloud projectsthat 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¶added inv0.45.0
func (r *OrganizationsService) SetAddons(orgstring, googlecloudapigeev1setaddonsrequest *GoogleCloudApigeeV1SetAddonsRequest) *OrganizationsSetAddonsCall
SetAddons: Configures the add-ons for the Apigee organization. The existingadd-on configuration will be fully replaced.
- org: Name of the organization. Use the following structure in yourrequest: `organizations/{org}`.
func (*OrganizationsService)SetSyncAuthorization¶
func (r *OrganizationsService) SetSyncAuthorization(namestring, googlecloudapigeev1syncauthorization *GoogleCloudApigeeV1SyncAuthorization) *OrganizationsSetSyncAuthorizationCall
SetSyncAuthorization: Sets the permissions required to allow theSynchronizer to download environment data from the control plane. You mustcall this API to enable proper functioning of hybrid. Pass the ETag whencalling `setSyncAuthorization` to ensure that you are updating the correctversion. To get an ETag, call getSyncAuthorization (getSyncAuthorization).If you don't pass the ETag in the call to `setSyncAuthorization`, then theexisting authorization is overwritten indiscriminately. For moreinformation, 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 yourrequest: `organizations/{org}`.
func (*OrganizationsService)Update¶
func (r *OrganizationsService) Update(namestring, googlecloudapigeev1organization *GoogleCloudApigeeV1Organization) *OrganizationsUpdateCall
Update: Updates the properties for an Apigee organization. No other fieldsin the organization profile will be updated.
- name: Apigee organization name in the following format:`organizations/{org}`.
func (*OrganizationsService)UpdateControlPlaneAccess¶added inv0.200.0
func (r *OrganizationsService) UpdateControlPlaneAccess(namestring, googlecloudapigeev1controlplaneaccess *GoogleCloudApigeeV1ControlPlaneAccess) *OrganizationsUpdateControlPlaneAccessCall
UpdateControlPlaneAccess: Updates the permissions required to allow Apigeeruntime-plane components access to the control plane. Currently, thepermissions required are to: 1. Allow runtime components to publishanalytics data to the control plane. **Note**: Available to Apigee hybridonly.
- name: Identifier. The resource name of the ControlPlaneAccess. Format:"organizations/{org}/controlPlaneAccess".
func (*OrganizationsService)UpdateSecuritySettings¶added inv0.155.0
func (r *OrganizationsService) UpdateSecuritySettings(namestring, googlecloudapigeev1securitysettings *GoogleCloudApigeeV1SecuritySettings) *OrganizationsUpdateSecuritySettingsCall
UpdateSecuritySettings: UpdateSecuritySettings updates the current securitysettings for API Security.
- name: Identifier. Full resource name is always`organizations/{org}/securitySettings`.
typeOrganizationsSetAddonsCall¶added inv0.45.0
type OrganizationsSetAddonsCall struct {// contains filtered or unexported fields}func (*OrganizationsSetAddonsCall)Context¶added inv0.45.0
func (c *OrganizationsSetAddonsCall) Context(ctxcontext.Context) *OrganizationsSetAddonsCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSetAddonsCall)Do¶added inv0.45.0
func (c *OrganizationsSetAddonsCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.setAddons" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSetAddonsCall)Fields¶added inv0.45.0
func (c *OrganizationsSetAddonsCall) Fields(s ...googleapi.Field) *OrganizationsSetAddonsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSetAddonsCall)Header¶added inv0.45.0
func (c *OrganizationsSetAddonsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSetSyncAuthorizationCall¶
type OrganizationsSetSyncAuthorizationCall struct {// contains filtered or unexported fields}func (*OrganizationsSetSyncAuthorizationCall)Context¶
func (c *OrganizationsSetSyncAuthorizationCall) Context(ctxcontext.Context) *OrganizationsSetSyncAuthorizationCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSetSyncAuthorizationCall)Do¶
func (c *OrganizationsSetSyncAuthorizationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SyncAuthorization,error)
Do executes the "apigee.organizations.setSyncAuthorization" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SyncAuthorization.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSetSyncAuthorizationCall)Fields¶
func (c *OrganizationsSetSyncAuthorizationCall) Fields(s ...googleapi.Field) *OrganizationsSetSyncAuthorizationCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSetSyncAuthorizationCall)Header¶
func (c *OrganizationsSetSyncAuthorizationCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSharedflowsCreateCall¶
type OrganizationsSharedflowsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsSharedflowsCreateCall)Action¶
func (c *OrganizationsSharedflowsCreateCall) Action(actionstring) *OrganizationsSharedflowsCreateCall
Action sets the optional parameter "action": Required. Must be set to either`import` or `validate`.
func (*OrganizationsSharedflowsCreateCall)Context¶
func (c *OrganizationsSharedflowsCreateCall) Context(ctxcontext.Context) *OrganizationsSharedflowsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSharedflowsCreateCall)Do¶
func (c *OrganizationsSharedflowsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlowRevision,error)
Do executes the "apigee.organizations.sharedflows.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SharedFlowRevision.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSharedflowsCreateCall)Fields¶
func (c *OrganizationsSharedflowsCreateCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSharedflowsCreateCall)Header¶
func (c *OrganizationsSharedflowsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSharedflowsCreateCall)Name¶
func (c *OrganizationsSharedflowsCreateCall) Name(namestring) *OrganizationsSharedflowsCreateCall
Name sets the optional parameter "name": Required. The name to give theshared flow
func (*OrganizationsSharedflowsCreateCall)Space¶added inv0.225.0
func (c *OrganizationsSharedflowsCreateCall) Space(spacestring) *OrganizationsSharedflowsCreateCall
Space sets the optional parameter "space": The ID of the space to associatedwith this shared flow. Any IAM policies applied to the space will affectaccess to this shared flow. Note that this field is only respected whencreating a new shared flow. It has no effect when creating a new revisionfor an existing shared flow.
typeOrganizationsSharedflowsDeleteCall¶
type OrganizationsSharedflowsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsSharedflowsDeleteCall)Context¶
func (c *OrganizationsSharedflowsDeleteCall) Context(ctxcontext.Context) *OrganizationsSharedflowsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSharedflowsDeleteCall)Do¶
func (c *OrganizationsSharedflowsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlow,error)
Do executes the "apigee.organizations.sharedflows.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SharedFlow.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSharedflowsDeleteCall)Fields¶
func (c *OrganizationsSharedflowsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSharedflowsDeleteCall)Header¶
func (c *OrganizationsSharedflowsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSharedflowsDeploymentsListCall¶
type OrganizationsSharedflowsDeploymentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsSharedflowsDeploymentsListCall)Context¶
func (c *OrganizationsSharedflowsDeploymentsListCall) Context(ctxcontext.Context) *OrganizationsSharedflowsDeploymentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSharedflowsDeploymentsListCall)Do¶
func (c *OrganizationsSharedflowsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse,error)
Do executes the "apigee.organizations.sharedflows.deployments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSharedflowsDeploymentsListCall)Fields¶
func (c *OrganizationsSharedflowsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsDeploymentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSharedflowsDeploymentsListCall)Header¶
func (c *OrganizationsSharedflowsDeploymentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSharedflowsDeploymentsListCall)IfNoneMatch¶
func (c *OrganizationsSharedflowsDeploymentsListCall) IfNoneMatch(entityTagstring) *OrganizationsSharedflowsDeploymentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSharedflowsDeploymentsService¶
type OrganizationsSharedflowsDeploymentsService struct {// contains filtered or unexported fields}funcNewOrganizationsSharedflowsDeploymentsService¶
func NewOrganizationsSharedflowsDeploymentsService(s *Service) *OrganizationsSharedflowsDeploymentsService
func (*OrganizationsSharedflowsDeploymentsService)List¶
func (r *OrganizationsSharedflowsDeploymentsService) List(parentstring) *OrganizationsSharedflowsDeploymentsListCall
List: Lists all deployments of a shared flow.
- parent: Name of the shared flow for which to return deployment informationin the following format: `organizations/{org}/sharedflows/{sharedflow}` Ifthe shared flow resource has the `space` attribute set, IAM permissionsare checked differently . To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsSharedflowsGetCall¶
type OrganizationsSharedflowsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsSharedflowsGetCall)Context¶
func (c *OrganizationsSharedflowsGetCall) Context(ctxcontext.Context) *OrganizationsSharedflowsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSharedflowsGetCall)Do¶
func (c *OrganizationsSharedflowsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlow,error)
Do executes the "apigee.organizations.sharedflows.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SharedFlow.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSharedflowsGetCall)Fields¶
func (c *OrganizationsSharedflowsGetCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSharedflowsGetCall)Header¶
func (c *OrganizationsSharedflowsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSharedflowsGetCall)IfNoneMatch¶
func (c *OrganizationsSharedflowsGetCall) IfNoneMatch(entityTagstring) *OrganizationsSharedflowsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSharedflowsListCall¶
type OrganizationsSharedflowsListCall struct {// contains filtered or unexported fields}func (*OrganizationsSharedflowsListCall)Context¶
func (c *OrganizationsSharedflowsListCall) Context(ctxcontext.Context) *OrganizationsSharedflowsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSharedflowsListCall)Do¶
func (c *OrganizationsSharedflowsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSharedFlowsResponse,error)
Do executes the "apigee.organizations.sharedflows.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListSharedFlowsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSharedflowsListCall)Fields¶
func (c *OrganizationsSharedflowsListCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSharedflowsListCall)Header¶
func (c *OrganizationsSharedflowsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSharedflowsListCall)IfNoneMatch¶
func (c *OrganizationsSharedflowsListCall) IfNoneMatch(entityTagstring) *OrganizationsSharedflowsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsSharedflowsListCall)IncludeMetaData¶
func (c *OrganizationsSharedflowsListCall) IncludeMetaData(includeMetaDatabool) *OrganizationsSharedflowsListCall
IncludeMetaData sets the optional parameter "includeMetaData": Indicateswhether to include shared flow metadata in the response.
func (*OrganizationsSharedflowsListCall)IncludeRevisions¶
func (c *OrganizationsSharedflowsListCall) IncludeRevisions(includeRevisionsbool) *OrganizationsSharedflowsListCall
IncludeRevisions sets the optional parameter "includeRevisions": Indicateswhether to include a list of revisions in the response.
func (*OrganizationsSharedflowsListCall)Space¶added inv0.225.0
func (c *OrganizationsSharedflowsListCall) Space(spacestring) *OrganizationsSharedflowsListCall
Space sets the optional parameter "space": The space ID used to filter thelist of shared flows (optional). If unspecified, all shared flows in theorganization will be listed. To learn how Spaces can be used to manageresources, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsSharedflowsMoveCall¶added inv0.225.0
type OrganizationsSharedflowsMoveCall struct {// contains filtered or unexported fields}func (*OrganizationsSharedflowsMoveCall)Context¶added inv0.225.0
func (c *OrganizationsSharedflowsMoveCall) Context(ctxcontext.Context) *OrganizationsSharedflowsMoveCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSharedflowsMoveCall)Do¶added inv0.225.0
func (c *OrganizationsSharedflowsMoveCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlow,error)
Do executes the "apigee.organizations.sharedflows.move" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SharedFlow.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSharedflowsMoveCall)Fields¶added inv0.225.0
func (c *OrganizationsSharedflowsMoveCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsMoveCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSharedflowsMoveCall)Header¶added inv0.225.0
func (c *OrganizationsSharedflowsMoveCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSharedflowsRevisionsDeleteCall¶
type OrganizationsSharedflowsRevisionsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsSharedflowsRevisionsDeleteCall)Context¶
func (c *OrganizationsSharedflowsRevisionsDeleteCall) Context(ctxcontext.Context) *OrganizationsSharedflowsRevisionsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSharedflowsRevisionsDeleteCall)Do¶
func (c *OrganizationsSharedflowsRevisionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlowRevision,error)
Do executes the "apigee.organizations.sharedflows.revisions.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SharedFlowRevision.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSharedflowsRevisionsDeleteCall)Fields¶
func (c *OrganizationsSharedflowsRevisionsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSharedflowsRevisionsDeleteCall)Header¶
func (c *OrganizationsSharedflowsRevisionsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSharedflowsRevisionsDeploymentsListCall¶
type OrganizationsSharedflowsRevisionsDeploymentsListCall struct {// contains filtered or unexported fields}func (*OrganizationsSharedflowsRevisionsDeploymentsListCall)Context¶
func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Context(ctxcontext.Context) *OrganizationsSharedflowsRevisionsDeploymentsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSharedflowsRevisionsDeploymentsListCall)Do¶
func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListDeploymentsResponse,error)
Do executes the "apigee.organizations.sharedflows.revisions.deployments.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListDeploymentsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSharedflowsRevisionsDeploymentsListCall)Fields¶
func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsDeploymentsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSharedflowsRevisionsDeploymentsListCall)Header¶
func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSharedflowsRevisionsDeploymentsListCall)IfNoneMatch¶
func (c *OrganizationsSharedflowsRevisionsDeploymentsListCall) IfNoneMatch(entityTagstring) *OrganizationsSharedflowsRevisionsDeploymentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSharedflowsRevisionsDeploymentsService¶
type OrganizationsSharedflowsRevisionsDeploymentsService struct {// contains filtered or unexported fields}funcNewOrganizationsSharedflowsRevisionsDeploymentsService¶
func NewOrganizationsSharedflowsRevisionsDeploymentsService(s *Service) *OrganizationsSharedflowsRevisionsDeploymentsService
func (*OrganizationsSharedflowsRevisionsDeploymentsService)List¶
func (r *OrganizationsSharedflowsRevisionsDeploymentsService) List(parentstring) *OrganizationsSharedflowsRevisionsDeploymentsListCall
List: Lists all deployments of a shared flow revision.
- parent: Name of the API proxy revision for which to return deploymentinformation in the following format:`organizations/{org}/sharedflows/{sharedflow}/revisions/{rev}`. If theshared flow resource has the `space` attribute set, IAM permissions arechecked differently . To learn more, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsSharedflowsRevisionsGetCall¶
type OrganizationsSharedflowsRevisionsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsSharedflowsRevisionsGetCall)Context¶
func (c *OrganizationsSharedflowsRevisionsGetCall) Context(ctxcontext.Context) *OrganizationsSharedflowsRevisionsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSharedflowsRevisionsGetCall)Do¶
func (c *OrganizationsSharedflowsRevisionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleApiHttpBody,error)
Do executes the "apigee.organizations.sharedflows.revisions.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleApiHttpBody.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsSharedflowsRevisionsGetCall)Fields¶
func (c *OrganizationsSharedflowsRevisionsGetCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSharedflowsRevisionsGetCall)Format¶
func (c *OrganizationsSharedflowsRevisionsGetCall) Format(formatstring) *OrganizationsSharedflowsRevisionsGetCall
Format sets the optional parameter "format": Specify `bundle` to export thecontents of the shared flow bundle. Otherwise, the bundle metadata isreturned.
func (*OrganizationsSharedflowsRevisionsGetCall)Header¶
func (c *OrganizationsSharedflowsRevisionsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSharedflowsRevisionsGetCall)IfNoneMatch¶
func (c *OrganizationsSharedflowsRevisionsGetCall) IfNoneMatch(entityTagstring) *OrganizationsSharedflowsRevisionsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSharedflowsRevisionsService¶
type OrganizationsSharedflowsRevisionsService struct {Deployments *OrganizationsSharedflowsRevisionsDeploymentsService// contains filtered or unexported fields}funcNewOrganizationsSharedflowsRevisionsService¶
func NewOrganizationsSharedflowsRevisionsService(s *Service) *OrganizationsSharedflowsRevisionsService
func (*OrganizationsSharedflowsRevisionsService)Delete¶
func (r *OrganizationsSharedflowsRevisionsService) Delete(namestring) *OrganizationsSharedflowsRevisionsDeleteCall
Delete: Deletes a shared flow and all associated policies, resources, andrevisions. 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}/revisions/{revision_id}` If the Shared Flow resource has the `space` attribute set, IAMpermissions are checked against the Space resource path. To learn more,read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsSharedflowsRevisionsService)Get¶
func (r *OrganizationsSharedflowsRevisionsService) Get(namestring) *OrganizationsSharedflowsRevisionsGetCall
Get: Gets a revision of a shared flow. To download the shared flowconfiguration bundle for the specified revision as a zip file, set the`format` query parameter to `bundle`. If you are using curl, specify `-ofilename.zip` to save the output to a file; otherwise, it displays to`stdout`. Then, develop the shared flow configuration locally and upload theupdated sharedFlow configuration revision, as described inupdateSharedFlowRevision (updateSharedFlowRevision).
- name: The name of the shared flow revision to get. Must be of the form:`organizations/{organization_id}/sharedflows/{shared_flow_id}/revisions/{revision_id}` If the Shared Flow resource has the `space` attribute set, IAMpermissions are checked against the Space resource path. To learn more,read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsSharedflowsRevisionsService)UpdateSharedFlowRevision¶
func (r *OrganizationsSharedflowsRevisionsService) UpdateSharedFlowRevision(namestring, googleapihttpbody *GoogleApiHttpBody) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
UpdateSharedFlowRevision: Updates a shared flow revision. This operation isonly allowed on revisions which have never been deployed. After deployment arevision becomes immutable, even if it becomes undeployed. The payload is aZIP-formatted shared flow. Content type must be either multipart/form-dataor 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}/revisions/{revision_id}` If the resource has the `space` attribute set, IAM permissionsare checked against the Space resource path. To learn more, read theApigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
typeOrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall¶
type OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall struct {// contains filtered or unexported fields}func (*OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall)Context¶
func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Context(ctxcontext.Context) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall)Do¶
func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SharedFlowRevision,error)
Do executes the "apigee.organizations.sharedflows.revisions.updateSharedFlowRevision" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SharedFlowRevision.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall)Fields¶
func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Fields(s ...googleapi.Field) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall)Header¶
func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall)Validate¶
func (c *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall) Validate(validatebool) *OrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionCall
Validate sets the optional parameter "validate": Ignored. All uploads arevalidated regardless of the value of this field. It is kept forcompatibility with existing APIs. Must be `true` or `false` if provided.
typeOrganizationsSharedflowsService¶
type OrganizationsSharedflowsService struct {Deployments *OrganizationsSharedflowsDeploymentsServiceRevisions *OrganizationsSharedflowsRevisionsService// contains filtered or unexported fields}funcNewOrganizationsSharedflowsService¶
func NewOrganizationsSharedflowsService(s *Service) *OrganizationsSharedflowsService
func (*OrganizationsSharedflowsService)Create¶
func (r *OrganizationsSharedflowsService) Create(parentstring, googleapihttpbody *GoogleApiHttpBody) *OrganizationsSharedflowsCreateCall
Create: Uploads a ZIP-formatted shared flow configuration bundle to anorganization. If the shared flow already exists, this creates a new revisionof 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 atruntime. The size limit of a shared flow bundle is 15 MB.
- parent: The name of the parent organization under which to create theshared flow. Must be of the form: `organizations/{organization_id}` If theresource has the `space` attribute set, IAM permissions are checkedagainst the Space resource path. To learn more, read the Apigee SpacesOverview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsSharedflowsService)Delete¶
func (r *OrganizationsSharedflowsService) Delete(namestring) *OrganizationsSharedflowsDeleteCall
Delete: Deletes a shared flow and all it's revisions. The shared flow mustbe undeployed before you can delete it.
- name: shared flow name of the form:`organizations/{organization_id}/sharedflows/{shared_flow_id}` If theresource has the `space` attribute set, IAM permissions are checkedagainst the Space resource path. To learn more, read the Apigee SpacesOverview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsSharedflowsService)Get¶
func (r *OrganizationsSharedflowsService) Get(namestring) *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}` If theresource has the `space` attribute set, IAM permissions are checkedagainst the Space resource path. To learn more, read the Apigee SpacesOverview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsSharedflowsService)List¶
func (r *OrganizationsSharedflowsService) List(parentstring) *OrganizationsSharedflowsListCall
List: Lists all shared flows in the organization. If the resource has the`space` attribute set, the response may not return all resources. To learnmore, read the Apigee Spaces Overview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
- parent: The name of the parent organization under which to get sharedflows. Must be of the form: `organizations/{organization_id}` If theresource has the `space` attribute set, IAM permissions are checkedagainst the Space resource path. To learn more, read the Apigee SpacesOverview(https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
func (*OrganizationsSharedflowsService)Move¶added inv0.225.0
func (r *OrganizationsSharedflowsService) Move(namestring, googlecloudapigeev1movesharedflowrequest *GoogleCloudApigeeV1MoveSharedFlowRequest) *OrganizationsSharedflowsMoveCall
Move: Moves an shared flow to a different space.
- name: Shared Flow to move in the following format:`organizations/{org}/sharedflows/{shared_flow}`.
typeOrganizationsSitesApicategoriesCreateCall¶added inv0.33.0
type OrganizationsSitesApicategoriesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApicategoriesCreateCall)Context¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesCreateCall) Context(ctxcontext.Context) *OrganizationsSitesApicategoriesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApicategoriesCreateCall)Do¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiCategoryResponse,error)
Do executes the "apigee.organizations.sites.apicategories.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiCategoryResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApicategoriesCreateCall)Fields¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesCreateCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApicategoriesCreateCall)Header¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSitesApicategoriesDeleteCall¶added inv0.33.0
type OrganizationsSitesApicategoriesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApicategoriesDeleteCall)Context¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesDeleteCall) Context(ctxcontext.Context) *OrganizationsSitesApicategoriesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApicategoriesDeleteCall)Do¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeleteResponse,error)
Do executes the "apigee.organizations.sites.apicategories.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeleteResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApicategoriesDeleteCall)Fields¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApicategoriesDeleteCall)Header¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSitesApicategoriesGetCall¶added inv0.33.0
type OrganizationsSitesApicategoriesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApicategoriesGetCall)Context¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesGetCall) Context(ctxcontext.Context) *OrganizationsSitesApicategoriesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApicategoriesGetCall)Do¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiCategoryResponse,error)
Do executes the "apigee.organizations.sites.apicategories.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiCategoryResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApicategoriesGetCall)Fields¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesGetCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApicategoriesGetCall)Header¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSitesApicategoriesGetCall)IfNoneMatch¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesGetCall) IfNoneMatch(entityTagstring) *OrganizationsSitesApicategoriesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSitesApicategoriesListCall¶added inv0.33.0
type OrganizationsSitesApicategoriesListCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApicategoriesListCall)Context¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesListCall) Context(ctxcontext.Context) *OrganizationsSitesApicategoriesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApicategoriesListCall)Do¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiCategoriesResponse,error)
Do executes the "apigee.organizations.sites.apicategories.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListApiCategoriesResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApicategoriesListCall)Fields¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesListCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApicategoriesListCall)Header¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSitesApicategoriesListCall)IfNoneMatch¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesListCall) IfNoneMatch(entityTagstring) *OrganizationsSitesApicategoriesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSitesApicategoriesPatchCall¶added inv0.33.0
type OrganizationsSitesApicategoriesPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApicategoriesPatchCall)Context¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesPatchCall) Context(ctxcontext.Context) *OrganizationsSitesApicategoriesPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApicategoriesPatchCall)Do¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiCategoryResponse,error)
Do executes the "apigee.organizations.sites.apicategories.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiCategoryResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApicategoriesPatchCall)Fields¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesPatchCall) Fields(s ...googleapi.Field) *OrganizationsSitesApicategoriesPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApicategoriesPatchCall)Header¶added inv0.33.0
func (c *OrganizationsSitesApicategoriesPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSitesApicategoriesService¶added inv0.33.0
type OrganizationsSitesApicategoriesService struct {// contains filtered or unexported fields}funcNewOrganizationsSitesApicategoriesService¶added inv0.33.0
func NewOrganizationsSitesApicategoriesService(s *Service) *OrganizationsSitesApicategoriesService
func (*OrganizationsSitesApicategoriesService)Create¶added inv0.33.0
func (r *OrganizationsSitesApicategoriesService) Create(parentstring, googlecloudapigeev1apicategory *GoogleCloudApigeeV1ApiCategory) *OrganizationsSitesApicategoriesCreateCall
Create: Creates a new API category.
- parent: Name of the portal. Use the following structure in your request:`organizations/{org}/sites/{site}`.
func (*OrganizationsSitesApicategoriesService)Delete¶added inv0.33.0
func (r *OrganizationsSitesApicategoriesService) Delete(namestring) *OrganizationsSitesApicategoriesDeleteCall
Delete: Deletes an API category.
- name: Name of the category. Use the following structure in your request:`organizations/{org}/sites/{site}/apicategories/{apicategory}`.
func (*OrganizationsSitesApicategoriesService)Get¶added inv0.33.0
func (r *OrganizationsSitesApicategoriesService) Get(namestring) *OrganizationsSitesApicategoriesGetCall
Get: Gets an API category.
- name: Name of the category. Use the following structure in your request:`organizations/{org}/sites/{site}/apicategories/{apicategory}`.
func (*OrganizationsSitesApicategoriesService)List¶added inv0.33.0
func (r *OrganizationsSitesApicategoriesService) List(parentstring) *OrganizationsSitesApicategoriesListCall
List: Returns the API categories associated with a portal.
- parent: Name of the portal. Use the following structure in your request:`organizations/{org}/sites/{site}`.
func (*OrganizationsSitesApicategoriesService)Patch¶added inv0.33.0
func (r *OrganizationsSitesApicategoriesService) Patch(namestring, googlecloudapigeev1apicategory *GoogleCloudApigeeV1ApiCategory) *OrganizationsSitesApicategoriesPatchCall
Patch: Updates an API category.
- name: Name of the category. Use the following structure in your request:`organizations/{org}/sites/{site}/apicategories/{apicategory}`.
typeOrganizationsSitesApidocsCreateCall¶added inv0.168.0
type OrganizationsSitesApidocsCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApidocsCreateCall)Context¶added inv0.168.0
func (c *OrganizationsSitesApidocsCreateCall) Context(ctxcontext.Context) *OrganizationsSitesApidocsCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApidocsCreateCall)Do¶added inv0.168.0
func (c *OrganizationsSitesApidocsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiDocResponse,error)
Do executes the "apigee.organizations.sites.apidocs.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiDocResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApidocsCreateCall)Fields¶added inv0.168.0
func (c *OrganizationsSitesApidocsCreateCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApidocsCreateCall)Header¶added inv0.168.0
func (c *OrganizationsSitesApidocsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSitesApidocsDeleteCall¶added inv0.168.0
type OrganizationsSitesApidocsDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApidocsDeleteCall)Context¶added inv0.168.0
func (c *OrganizationsSitesApidocsDeleteCall) Context(ctxcontext.Context) *OrganizationsSitesApidocsDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApidocsDeleteCall)Do¶added inv0.168.0
func (c *OrganizationsSitesApidocsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1DeleteResponse,error)
Do executes the "apigee.organizations.sites.apidocs.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1DeleteResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApidocsDeleteCall)Fields¶added inv0.168.0
func (c *OrganizationsSitesApidocsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApidocsDeleteCall)Header¶added inv0.168.0
func (c *OrganizationsSitesApidocsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSitesApidocsGetCall¶added inv0.168.0
type OrganizationsSitesApidocsGetCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApidocsGetCall)Context¶added inv0.168.0
func (c *OrganizationsSitesApidocsGetCall) Context(ctxcontext.Context) *OrganizationsSitesApidocsGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApidocsGetCall)Do¶added inv0.168.0
func (c *OrganizationsSitesApidocsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiDocResponse,error)
Do executes the "apigee.organizations.sites.apidocs.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiDocResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApidocsGetCall)Fields¶added inv0.168.0
func (c *OrganizationsSitesApidocsGetCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApidocsGetCall)Header¶added inv0.168.0
func (c *OrganizationsSitesApidocsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSitesApidocsGetCall)IfNoneMatch¶added inv0.168.0
func (c *OrganizationsSitesApidocsGetCall) IfNoneMatch(entityTagstring) *OrganizationsSitesApidocsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSitesApidocsGetDocumentationCall¶added inv0.168.0
type OrganizationsSitesApidocsGetDocumentationCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApidocsGetDocumentationCall)Context¶added inv0.168.0
func (c *OrganizationsSitesApidocsGetDocumentationCall) Context(ctxcontext.Context) *OrganizationsSitesApidocsGetDocumentationCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApidocsGetDocumentationCall)Do¶added inv0.168.0
func (c *OrganizationsSitesApidocsGetDocumentationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiDocDocumentationResponse,error)
Do executes the "apigee.organizations.sites.apidocs.getDocumentation" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiDocDocumentationResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApidocsGetDocumentationCall)Fields¶added inv0.168.0
func (c *OrganizationsSitesApidocsGetDocumentationCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsGetDocumentationCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApidocsGetDocumentationCall)Header¶added inv0.168.0
func (c *OrganizationsSitesApidocsGetDocumentationCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSitesApidocsGetDocumentationCall)IfNoneMatch¶added inv0.168.0
func (c *OrganizationsSitesApidocsGetDocumentationCall) IfNoneMatch(entityTagstring) *OrganizationsSitesApidocsGetDocumentationCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSitesApidocsListCall¶added inv0.168.0
type OrganizationsSitesApidocsListCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApidocsListCall)Context¶added inv0.168.0
func (c *OrganizationsSitesApidocsListCall) Context(ctxcontext.Context) *OrganizationsSitesApidocsListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApidocsListCall)Do¶added inv0.168.0
func (c *OrganizationsSitesApidocsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListApiDocsResponse,error)
Do executes the "apigee.organizations.sites.apidocs.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListApiDocsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApidocsListCall)Fields¶added inv0.168.0
func (c *OrganizationsSitesApidocsListCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApidocsListCall)Header¶added inv0.168.0
func (c *OrganizationsSitesApidocsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSitesApidocsListCall)IfNoneMatch¶added inv0.168.0
func (c *OrganizationsSitesApidocsListCall) IfNoneMatch(entityTagstring) *OrganizationsSitesApidocsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsSitesApidocsListCall)PageSize¶added inv0.168.0
func (c *OrganizationsSitesApidocsListCall) PageSize(pageSizeint64) *OrganizationsSitesApidocsListCall
PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. The service may return fewer than this value. If unspecified, atmost 25 books will be returned. The maximum value is 100; values above 100will be coerced to 100.
func (*OrganizationsSitesApidocsListCall)PageToken¶added inv0.168.0
func (c *OrganizationsSitesApidocsListCall) PageToken(pageTokenstring) *OrganizationsSitesApidocsListCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListApiDocs` call. Provide this to retrieve the subsequentpage.
func (*OrganizationsSitesApidocsListCall)Pages¶added inv0.168.0
func (c *OrganizationsSitesApidocsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListApiDocsResponse)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.
typeOrganizationsSitesApidocsService¶added inv0.168.0
type OrganizationsSitesApidocsService struct {// contains filtered or unexported fields}funcNewOrganizationsSitesApidocsService¶added inv0.168.0
func NewOrganizationsSitesApidocsService(s *Service) *OrganizationsSitesApidocsService
func (*OrganizationsSitesApidocsService)Create¶added inv0.168.0
func (r *OrganizationsSitesApidocsService) Create(parentstring, googlecloudapigeev1apidoc *GoogleCloudApigeeV1ApiDoc) *OrganizationsSitesApidocsCreateCall
Create: Creates a new catalog item.
- parent: Name of the portal. Use the following structure in your request:`organizations/{org}/sites/{site}`.
func (*OrganizationsSitesApidocsService)Delete¶added inv0.168.0
func (r *OrganizationsSitesApidocsService) Delete(namestring) *OrganizationsSitesApidocsDeleteCall
Delete: Deletes a catalog item.
- name: Name of the catalog item. Use the following structure in yourrequest: `organizations/{org}/sites/{site}/apidocs/{apidoc}`.
func (*OrganizationsSitesApidocsService)Get¶added inv0.168.0
func (r *OrganizationsSitesApidocsService) Get(namestring) *OrganizationsSitesApidocsGetCall
Get: Gets a catalog item.
- name: Name of the catalog item. Use the following structure in yourrequest: `organizations/{org}/sites/{site}/apidocs/{apidoc}`.
func (*OrganizationsSitesApidocsService)GetDocumentation¶added inv0.168.0
func (r *OrganizationsSitesApidocsService) GetDocumentation(namestring) *OrganizationsSitesApidocsGetDocumentationCall
GetDocumentation: Gets the documentation for the specified catalog item.
- name: Resource name of the catalog item documentation. Use the followingstructure in your request:`organizations/{org}/sites/{site}/apidocs/{apidoc}/documentation`.
func (*OrganizationsSitesApidocsService)List¶added inv0.168.0
func (r *OrganizationsSitesApidocsService) List(parentstring) *OrganizationsSitesApidocsListCall
List: Returns the catalog items associated with a portal.
- parent: Name of the portal. Use the following structure in your request:`organizations/{org}/sites/{site}`.
func (*OrganizationsSitesApidocsService)Update¶added inv0.168.0
func (r *OrganizationsSitesApidocsService) Update(namestring, googlecloudapigeev1apidoc *GoogleCloudApigeeV1ApiDoc) *OrganizationsSitesApidocsUpdateCall
Update: Updates a catalog item.
- name: Name of the catalog item. Use the following structure in yourrequest: `organizations/{org}/sites/{site}/apidocs/{apidoc}`.
func (*OrganizationsSitesApidocsService)UpdateDocumentation¶added inv0.168.0
func (r *OrganizationsSitesApidocsService) UpdateDocumentation(namestring, googlecloudapigeev1apidocdocumentation *GoogleCloudApigeeV1ApiDocDocumentation) *OrganizationsSitesApidocsUpdateDocumentationCall
UpdateDocumentation: Updates the documentation for the specified catalogitem. Note that the documentation file contents will not be populated in thereturn message.
- name: Resource name of the catalog item documentation. Use the followingstructure in your request:`organizations/{org}/sites/{site}/apidocs/{apidoc}/documentation`.
typeOrganizationsSitesApidocsUpdateCall¶added inv0.168.0
type OrganizationsSitesApidocsUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApidocsUpdateCall)Context¶added inv0.168.0
func (c *OrganizationsSitesApidocsUpdateCall) Context(ctxcontext.Context) *OrganizationsSitesApidocsUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApidocsUpdateCall)Do¶added inv0.168.0
func (c *OrganizationsSitesApidocsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiDocResponse,error)
Do executes the "apigee.organizations.sites.apidocs.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiDocResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApidocsUpdateCall)Fields¶added inv0.168.0
func (c *OrganizationsSitesApidocsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApidocsUpdateCall)Header¶added inv0.168.0
func (c *OrganizationsSitesApidocsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSitesApidocsUpdateDocumentationCall¶added inv0.168.0
type OrganizationsSitesApidocsUpdateDocumentationCall struct {// contains filtered or unexported fields}func (*OrganizationsSitesApidocsUpdateDocumentationCall)Context¶added inv0.168.0
func (c *OrganizationsSitesApidocsUpdateDocumentationCall) Context(ctxcontext.Context) *OrganizationsSitesApidocsUpdateDocumentationCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSitesApidocsUpdateDocumentationCall)Do¶added inv0.168.0
func (c *OrganizationsSitesApidocsUpdateDocumentationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ApiDocDocumentationResponse,error)
Do executes the "apigee.organizations.sites.apidocs.updateDocumentation" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ApiDocDocumentationResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSitesApidocsUpdateDocumentationCall)Fields¶added inv0.168.0
func (c *OrganizationsSitesApidocsUpdateDocumentationCall) Fields(s ...googleapi.Field) *OrganizationsSitesApidocsUpdateDocumentationCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSitesApidocsUpdateDocumentationCall)Header¶added inv0.168.0
func (c *OrganizationsSitesApidocsUpdateDocumentationCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSitesService¶added inv0.33.0
type OrganizationsSitesService struct {Apicategories *OrganizationsSitesApicategoriesServiceApidocs *OrganizationsSitesApidocsService// contains filtered or unexported fields}funcNewOrganizationsSitesService¶added inv0.33.0
func NewOrganizationsSitesService(s *Service) *OrganizationsSitesService
typeOrganizationsSpacesCreateCall¶added inv0.225.0
type OrganizationsSpacesCreateCall struct {// contains filtered or unexported fields}func (*OrganizationsSpacesCreateCall)Context¶added inv0.225.0
func (c *OrganizationsSpacesCreateCall) Context(ctxcontext.Context) *OrganizationsSpacesCreateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSpacesCreateCall)Do¶added inv0.225.0
func (c *OrganizationsSpacesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Space,error)
Do executes the "apigee.organizations.spaces.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Space.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSpacesCreateCall)Fields¶added inv0.225.0
func (c *OrganizationsSpacesCreateCall) Fields(s ...googleapi.Field) *OrganizationsSpacesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSpacesCreateCall)Header¶added inv0.225.0
func (c *OrganizationsSpacesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSpacesCreateCall)SpaceId¶added inv0.225.0
func (c *OrganizationsSpacesCreateCall) SpaceId(spaceIdstring) *OrganizationsSpacesCreateCall
SpaceId sets the optional parameter "spaceId": Required. Resource ID of thespace.
typeOrganizationsSpacesDeleteCall¶added inv0.225.0
type OrganizationsSpacesDeleteCall struct {// contains filtered or unexported fields}func (*OrganizationsSpacesDeleteCall)Context¶added inv0.225.0
func (c *OrganizationsSpacesDeleteCall) Context(ctxcontext.Context) *OrganizationsSpacesDeleteCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSpacesDeleteCall)Do¶added inv0.225.0
func (c *OrganizationsSpacesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty,error)
Do executes the "apigee.organizations.spaces.delete" call.Any non-2xx status code is an error. Response headers are in either*GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsSpacesDeleteCall)Fields¶added inv0.225.0
func (c *OrganizationsSpacesDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSpacesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSpacesDeleteCall)Header¶added inv0.225.0
func (c *OrganizationsSpacesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSpacesGetCall¶added inv0.225.0
type OrganizationsSpacesGetCall struct {// contains filtered or unexported fields}func (*OrganizationsSpacesGetCall)Context¶added inv0.225.0
func (c *OrganizationsSpacesGetCall) Context(ctxcontext.Context) *OrganizationsSpacesGetCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSpacesGetCall)Do¶added inv0.225.0
func (c *OrganizationsSpacesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Space,error)
Do executes the "apigee.organizations.spaces.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Space.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSpacesGetCall)Fields¶added inv0.225.0
func (c *OrganizationsSpacesGetCall) Fields(s ...googleapi.Field) *OrganizationsSpacesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSpacesGetCall)Header¶added inv0.225.0
func (c *OrganizationsSpacesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSpacesGetCall)IfNoneMatch¶added inv0.225.0
func (c *OrganizationsSpacesGetCall) IfNoneMatch(entityTagstring) *OrganizationsSpacesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeOrganizationsSpacesGetIamPolicyCall¶added inv0.225.0
type OrganizationsSpacesGetIamPolicyCall struct {// contains filtered or unexported fields}func (*OrganizationsSpacesGetIamPolicyCall)Context¶added inv0.225.0
func (c *OrganizationsSpacesGetIamPolicyCall) Context(ctxcontext.Context) *OrganizationsSpacesGetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSpacesGetIamPolicyCall)Do¶added inv0.225.0
func (c *OrganizationsSpacesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy,error)
Do executes the "apigee.organizations.spaces.getIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*GoogleIamV1Policy.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsSpacesGetIamPolicyCall)Fields¶added inv0.225.0
func (c *OrganizationsSpacesGetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsSpacesGetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSpacesGetIamPolicyCall)Header¶added inv0.225.0
func (c *OrganizationsSpacesGetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSpacesGetIamPolicyCall)IfNoneMatch¶added inv0.225.0
func (c *OrganizationsSpacesGetIamPolicyCall) IfNoneMatch(entityTagstring) *OrganizationsSpacesGetIamPolicyCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsSpacesGetIamPolicyCall)OptionsRequestedPolicyVersion¶added inv0.225.0
func (c *OrganizationsSpacesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersionint64) *OrganizationsSpacesGetIamPolicyCall
OptionsRequestedPolicyVersion sets the optional parameter"options.requestedPolicyVersion": The maximum policy version that will beused to format the policy. Valid values are 0, 1, and 3. Requests specifyingan invalid value will be rejected. Requests for policies with anyconditional role bindings must specify version 3. Policies with noconditional role bindings may specify any valid value or leave the fieldunset. The policy in the response might use the policy version that youspecified, or it might use a lower policy version. For example, if youspecify version 3, but the policy has no conditional role bindings, theresponse uses version 1. To learn which resources support conditions intheir IAM policies, see the IAM documentation(https://cloud.google.com/iam/help/conditions/resource-policies).
typeOrganizationsSpacesListCall¶added inv0.225.0
type OrganizationsSpacesListCall struct {// contains filtered or unexported fields}func (*OrganizationsSpacesListCall)Context¶added inv0.225.0
func (c *OrganizationsSpacesListCall) Context(ctxcontext.Context) *OrganizationsSpacesListCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSpacesListCall)Do¶added inv0.225.0
func (c *OrganizationsSpacesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1ListSpacesResponse,error)
Do executes the "apigee.organizations.spaces.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1ListSpacesResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSpacesListCall)Fields¶added inv0.225.0
func (c *OrganizationsSpacesListCall) Fields(s ...googleapi.Field) *OrganizationsSpacesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSpacesListCall)Header¶added inv0.225.0
func (c *OrganizationsSpacesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSpacesListCall)IfNoneMatch¶added inv0.225.0
func (c *OrganizationsSpacesListCall) IfNoneMatch(entityTagstring) *OrganizationsSpacesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*OrganizationsSpacesListCall)PageSize¶added inv0.225.0
func (c *OrganizationsSpacesListCall) PageSize(pageSizeint64) *OrganizationsSpacesListCall
PageSize sets the optional parameter "pageSize": The maximum number ofspaces to return. The service may return fewer than this value. Ifunspecified, at most 50 spaces will be returned. The maximum value is 1000;values above 1000 will be coerced to 1000.
func (*OrganizationsSpacesListCall)PageToken¶added inv0.225.0
func (c *OrganizationsSpacesListCall) PageToken(pageTokenstring) *OrganizationsSpacesListCall
PageToken sets the optional parameter "pageToken": A page token, receivedfrom a previous `ListSpaces` call. Provide this to retrieve the subsequentpage. When paginating, all parameters must match the original call.
func (*OrganizationsSpacesListCall)Pages¶added inv0.225.0
func (c *OrganizationsSpacesListCall) Pages(ctxcontext.Context, f func(*GoogleCloudApigeeV1ListSpacesResponse)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.
typeOrganizationsSpacesPatchCall¶added inv0.225.0
type OrganizationsSpacesPatchCall struct {// contains filtered or unexported fields}func (*OrganizationsSpacesPatchCall)Context¶added inv0.225.0
func (c *OrganizationsSpacesPatchCall) Context(ctxcontext.Context) *OrganizationsSpacesPatchCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSpacesPatchCall)Do¶added inv0.225.0
func (c *OrganizationsSpacesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Space,error)
Do executes the "apigee.organizations.spaces.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Space.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSpacesPatchCall)Fields¶added inv0.225.0
func (c *OrganizationsSpacesPatchCall) Fields(s ...googleapi.Field) *OrganizationsSpacesPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSpacesPatchCall)Header¶added inv0.225.0
func (c *OrganizationsSpacesPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsSpacesPatchCall)UpdateMask¶added inv0.225.0
func (c *OrganizationsSpacesPatchCall) UpdateMask(updateMaskstring) *OrganizationsSpacesPatchCall
UpdateMask sets the optional parameter "updateMask": Required. List offields to be updated. Fields that can be updated: display_name.
typeOrganizationsSpacesService¶added inv0.225.0
type OrganizationsSpacesService struct {// contains filtered or unexported fields}funcNewOrganizationsSpacesService¶added inv0.225.0
func NewOrganizationsSpacesService(s *Service) *OrganizationsSpacesService
func (*OrganizationsSpacesService)Create¶added inv0.225.0
func (r *OrganizationsSpacesService) Create(parentstring, googlecloudapigeev1space *GoogleCloudApigeeV1Space) *OrganizationsSpacesCreateCall
Create: Create a space under an organization.
- parent: Name of the Google Cloud project in which to associate the Apigeespace. Pass the information as a query parameter using the followingstructure in your request: `organizations/`.
func (*OrganizationsSpacesService)Delete¶added inv0.225.0
func (r *OrganizationsSpacesService) Delete(namestring) *OrganizationsSpacesDeleteCall
Delete: Deletes an organization space.
- name: Apigee organization space name in the following format:`organizations/{org}/spaces/{space}`.
func (*OrganizationsSpacesService)Get¶added inv0.225.0
func (r *OrganizationsSpacesService) Get(namestring) *OrganizationsSpacesGetCall
Get: Get a space under an Organization.
- name: Apigee organization space name in the following format:`organizations/{org}/spaces/{space}`.
func (*OrganizationsSpacesService)GetIamPolicy¶added inv0.225.0
func (r *OrganizationsSpacesService) GetIamPolicy(resourcestring) *OrganizationsSpacesGetIamPolicyCall
GetIamPolicy: Callers must have apigee.spaces.getIamPolicy.
- resource: REQUIRED: The resource for which the policy is being requested.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*OrganizationsSpacesService)List¶added inv0.225.0
func (r *OrganizationsSpacesService) List(parentstring) *OrganizationsSpacesListCall
List: Lists spaces under an organization.
- parent: Use the following structure in your request: `organizations`.
func (*OrganizationsSpacesService)Patch¶added inv0.225.0
func (r *OrganizationsSpacesService) Patch(namestring, googlecloudapigeev1space *GoogleCloudApigeeV1Space) *OrganizationsSpacesPatchCall
Patch: Updates a space.
- name: Name of the space in the following format:`organizations/{org}/spaces/{space_id}`.
func (*OrganizationsSpacesService)SetIamPolicy¶added inv0.225.0
func (r *OrganizationsSpacesService) SetIamPolicy(resourcestring, googleiamv1setiampolicyrequest *GoogleIamV1SetIamPolicyRequest) *OrganizationsSpacesSetIamPolicyCall
SetIamPolicy: IAM META APIs Callers must have apigee.spaces.setIamPolicy.
- resource: REQUIRED: The resource for which the policy is being specified.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*OrganizationsSpacesService)TestIamPermissions¶added inv0.225.0
func (r *OrganizationsSpacesService) TestIamPermissions(resourcestring, googleiamv1testiampermissionsrequest *GoogleIamV1TestIamPermissionsRequest) *OrganizationsSpacesTestIamPermissionsCall
TestIamPermissions: Callers don't need any permissions.
- resource: REQUIRED: The resource for which the policy detail is beingrequested. See Resource names(https://cloud.google.com/apis/design/resource_names) for the appropriatevalue for this field.
typeOrganizationsSpacesSetIamPolicyCall¶added inv0.225.0
type OrganizationsSpacesSetIamPolicyCall struct {// contains filtered or unexported fields}func (*OrganizationsSpacesSetIamPolicyCall)Context¶added inv0.225.0
func (c *OrganizationsSpacesSetIamPolicyCall) Context(ctxcontext.Context) *OrganizationsSpacesSetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSpacesSetIamPolicyCall)Do¶added inv0.225.0
func (c *OrganizationsSpacesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1Policy,error)
Do executes the "apigee.organizations.spaces.setIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*GoogleIamV1Policy.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*OrganizationsSpacesSetIamPolicyCall)Fields¶added inv0.225.0
func (c *OrganizationsSpacesSetIamPolicyCall) Fields(s ...googleapi.Field) *OrganizationsSpacesSetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSpacesSetIamPolicyCall)Header¶added inv0.225.0
func (c *OrganizationsSpacesSetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsSpacesTestIamPermissionsCall¶added inv0.225.0
type OrganizationsSpacesTestIamPermissionsCall struct {// contains filtered or unexported fields}func (*OrganizationsSpacesTestIamPermissionsCall)Context¶added inv0.225.0
func (c *OrganizationsSpacesTestIamPermissionsCall) Context(ctxcontext.Context) *OrganizationsSpacesTestIamPermissionsCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsSpacesTestIamPermissionsCall)Do¶added inv0.225.0
func (c *OrganizationsSpacesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1TestIamPermissionsResponse,error)
Do executes the "apigee.organizations.spaces.testIamPermissions" call.Any non-2xx status code is an error. Response headers are in either*GoogleIamV1TestIamPermissionsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsSpacesTestIamPermissionsCall)Fields¶added inv0.225.0
func (c *OrganizationsSpacesTestIamPermissionsCall) Fields(s ...googleapi.Field) *OrganizationsSpacesTestIamPermissionsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsSpacesTestIamPermissionsCall)Header¶added inv0.225.0
func (c *OrganizationsSpacesTestIamPermissionsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsUpdateCall¶
type OrganizationsUpdateCall struct {// contains filtered or unexported fields}func (*OrganizationsUpdateCall)Context¶
func (c *OrganizationsUpdateCall) Context(ctxcontext.Context) *OrganizationsUpdateCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsUpdateCall)Do¶
func (c *OrganizationsUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1Organization,error)
Do executes the "apigee.organizations.update" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1Organization.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsUpdateCall)Fields¶
func (c *OrganizationsUpdateCall) Fields(s ...googleapi.Field) *OrganizationsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsUpdateCall)Header¶
func (c *OrganizationsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeOrganizationsUpdateControlPlaneAccessCall¶added inv0.200.0
type OrganizationsUpdateControlPlaneAccessCall struct {// contains filtered or unexported fields}func (*OrganizationsUpdateControlPlaneAccessCall)Context¶added inv0.200.0
func (c *OrganizationsUpdateControlPlaneAccessCall) Context(ctxcontext.Context) *OrganizationsUpdateControlPlaneAccessCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsUpdateControlPlaneAccessCall)Do¶added inv0.200.0
func (c *OrganizationsUpdateControlPlaneAccessCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.organizations.updateControlPlaneAccess" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsUpdateControlPlaneAccessCall)Fields¶added inv0.200.0
func (c *OrganizationsUpdateControlPlaneAccessCall) Fields(s ...googleapi.Field) *OrganizationsUpdateControlPlaneAccessCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsUpdateControlPlaneAccessCall)Header¶added inv0.200.0
func (c *OrganizationsUpdateControlPlaneAccessCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsUpdateControlPlaneAccessCall)UpdateMask¶added inv0.200.0
func (c *OrganizationsUpdateControlPlaneAccessCall) UpdateMask(updateMaskstring) *OrganizationsUpdateControlPlaneAccessCall
UpdateMask sets the optional parameter "updateMask": List of fields to beupdated. Fields that can be updated: synchronizer_identities,publisher_identities.
typeOrganizationsUpdateSecuritySettingsCall¶added inv0.155.0
type OrganizationsUpdateSecuritySettingsCall struct {// contains filtered or unexported fields}func (*OrganizationsUpdateSecuritySettingsCall)Context¶added inv0.155.0
func (c *OrganizationsUpdateSecuritySettingsCall) Context(ctxcontext.Context) *OrganizationsUpdateSecuritySettingsCall
Context sets the context to be used in this call's Do method.
func (*OrganizationsUpdateSecuritySettingsCall)Do¶added inv0.155.0
func (c *OrganizationsUpdateSecuritySettingsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudApigeeV1SecuritySettings,error)
Do executes the "apigee.organizations.updateSecuritySettings" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudApigeeV1SecuritySettings.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*OrganizationsUpdateSecuritySettingsCall)Fields¶added inv0.155.0
func (c *OrganizationsUpdateSecuritySettingsCall) Fields(s ...googleapi.Field) *OrganizationsUpdateSecuritySettingsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*OrganizationsUpdateSecuritySettingsCall)Header¶added inv0.155.0
func (c *OrganizationsUpdateSecuritySettingsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*OrganizationsUpdateSecuritySettingsCall)UpdateMask¶added inv0.155.0
func (c *OrganizationsUpdateSecuritySettingsCall) UpdateMask(updateMaskstring) *OrganizationsUpdateSecuritySettingsCall
UpdateMask sets the optional parameter "updateMask": The list of fields toupdate. Allowed fields are: - ml_retraining_feedback_enabled
typeProjectsProvisionOrganizationCall¶added inv0.33.0
type ProjectsProvisionOrganizationCall struct {// contains filtered or unexported fields}func (*ProjectsProvisionOrganizationCall)Context¶added inv0.33.0
func (c *ProjectsProvisionOrganizationCall) Context(ctxcontext.Context) *ProjectsProvisionOrganizationCall
Context sets the context to be used in this call's Do method.
func (*ProjectsProvisionOrganizationCall)Do¶added inv0.33.0
func (c *ProjectsProvisionOrganizationCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation,error)
Do executes the "apigee.projects.provisionOrganization" call.Any non-2xx status code is an error. Response headers are in either*GoogleLongrunningOperation.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsProvisionOrganizationCall)Fields¶added inv0.33.0
func (c *ProjectsProvisionOrganizationCall) Fields(s ...googleapi.Field) *ProjectsProvisionOrganizationCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsProvisionOrganizationCall)Header¶added inv0.33.0
func (c *ProjectsProvisionOrganizationCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsService¶added inv0.33.0
type ProjectsService struct {// contains filtered or unexported fields}funcNewProjectsService¶added inv0.33.0
func NewProjectsService(s *Service) *ProjectsService
func (*ProjectsService)ProvisionOrganization¶added inv0.33.0
func (r *ProjectsService) ProvisionOrganization(projectstring, googlecloudapigeev1provisionorganizationrequest *GoogleCloudApigeeV1ProvisionOrganizationRequest) *ProjectsProvisionOrganizationCall
ProvisionOrganization: Provisions a new Apigee organization with afunctioning runtime. This is the standard way to create trial organizationsfor a free Apigee trial.
- project: Name of the GCP project with which to associate the Apigeeorganization.
typeService¶
type Service struct {BasePathstring// API endpoint base URLUserAgentstring// optional additional User-Agent fragmentHybrid *HybridServiceOrganizations *OrganizationsServiceProjects *ProjectsService// contains filtered or unexported fields} funcNewdeprecated
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.
funcNewService¶
NewService creates a new Service.