_id
stringlengths
2
7
title
stringclasses
1 value
partition
stringclasses
3 values
text
stringlengths
6
2.61k
language
stringclasses
1 value
meta_information
dict
c165200
train
// Cleanup destroys the GCE instance created during the image creation process.
{ "resource": "" }
c165201
train
// Delete deletes the specified Azure key vault. // // resourceGroupName is the name of the Resource Group to which the vault belongs. vaultName is the name of the vault // to delete
{ "resource": "" }
c165202
train
// DeletePreparer prepares the Delete request.
{ "resource": "" }
c165203
train
// DeleteSender sends the Delete request. The method will close the // http.Response Body if it receives an error.
{ "resource": "" }
c165204
train
// DeleteResponder handles the response to the Delete request. The method always // closes the http.Response Body.
{ "resource": "" }
c165205
train
// MarshalJSON conducts the necessary flattening of the rawTemplate struct // to provide valid Packer template JSON
{ "resource": "" }
c165206
train
// Parse takes the given io.Reader and parses a Template object out of it.
{ "resource": "" }
c165207
train
// ParseFile is the same as Parse but is a helper to automatically open // a file for parsing.
{ "resource": "" }
c165208
train
// Takes a file and the location in bytes of a parse error // from json.SyntaxError.Offset and returns the line, column, // and pretty-printed context around the error with an arrow indicating the exact // position of the syntax error.
{ "resource": "" }
c165209
train
// Prepare sets the default value of "PrlctlVersionFile" property.
{ "resource": "" }
c165210
train
// WaitForVolume waits for the given volume to become available.
{ "resource": "" }
c165211
train
// GetVolumeSize returns volume size in gigabytes based on the image min disk // value if it's not empty. // Or it calculates needed gigabytes size from the image bytes size.
{ "resource": "" }
c165212
train
// SetCloudFormationStackARN sets the CloudFormationStackARN field's value.
{ "resource": "" }
c165213
train
// SetScalingPlanResources sets the ScalingPlanResources field's value.
{ "resource": "" }
c165214
train
// SetApplicationSources sets the ApplicationSources field's value.
{ "resource": "" }
c165215
train
// SetScalingPlanNames sets the ScalingPlanNames field's value.
{ "resource": "" }
c165216
train
// SetScalingPlans sets the ScalingPlans field's value.
{ "resource": "" }
c165217
train
// SetForecastDataType sets the ForecastDataType field's value.
{ "resource": "" }
c165218
train
// SetPredefinedLoadMetricType sets the PredefinedLoadMetricType field's value.
{ "resource": "" }
c165219
train
// SetPredefinedScalingMetricType sets the PredefinedScalingMetricType field's value.
{ "resource": "" }
c165220
train
// SetCustomizedLoadMetricSpecification sets the CustomizedLoadMetricSpecification field's value.
{ "resource": "" }
c165221
train
// SetDisableDynamicScaling sets the DisableDynamicScaling field's value.
{ "resource": "" }
c165222
train
// SetPredefinedLoadMetricSpecification sets the PredefinedLoadMetricSpecification field's value.
{ "resource": "" }
c165223
train
// SetPredictiveScalingMaxCapacityBehavior sets the PredictiveScalingMaxCapacityBehavior field's value.
{ "resource": "" }
c165224
train
// SetPredictiveScalingMaxCapacityBuffer sets the PredictiveScalingMaxCapacityBuffer field's value.
{ "resource": "" }
c165225
train
// SetPredictiveScalingMode sets the PredictiveScalingMode field's value.
{ "resource": "" }
c165226
train
// SetScalingPolicyUpdateBehavior sets the ScalingPolicyUpdateBehavior field's value.
{ "resource": "" }
c165227
train
// SetScheduledActionBufferTime sets the ScheduledActionBufferTime field's value.
{ "resource": "" }
c165228
train
// SetTargetTrackingConfigurations sets the TargetTrackingConfigurations field's value.
{ "resource": "" }
c165229
train
// SetStatusStartTime sets the StatusStartTime field's value.
{ "resource": "" }
c165230
train
// SetScalingStatusCode sets the ScalingStatusCode field's value.
{ "resource": "" }
c165231
train
// SetScalingStatusMessage sets the ScalingStatusMessage field's value.
{ "resource": "" }
c165232
train
// SetCustomizedScalingMetricSpecification sets the CustomizedScalingMetricSpecification field's value.
{ "resource": "" }
c165233
train
// SetPredefinedScalingMetricSpecification sets the PredefinedScalingMetricSpecification field's value.
{ "resource": "" }
c165234
train
// Close lets the CryptoReadCloser satisfy io.ReadCloser interface
{ "resource": "" }
c165235
train
// Read lets the CryptoReadCloser satisfy io.ReadCloser interface
{ "resource": "" }
c165236
train
// Prettify returns the string representation of a value.
{ "resource": "" }
c165237
train
// prettify will recursively walk value v to build a textual // representation of the value.
{ "resource": "" }
c165238
train
// SetStreamInfo sets the StreamInfo field's value.
{ "resource": "" }
c165239
train
// SetAPIName sets the APIName field's value.
{ "resource": "" }
c165240
train
// SetDataEndpoint sets the DataEndpoint field's value.
{ "resource": "" }
c165241
train
// SetStreamNameCondition sets the StreamNameCondition field's value.
{ "resource": "" }
c165242
train
// SetStreamInfoList sets the StreamInfoList field's value.
{ "resource": "" }
c165243
train
// SetComparisonValue sets the ComparisonValue field's value.
{ "resource": "" }
c165244
train
// SetDataRetentionChangeInHours sets the DataRetentionChangeInHours field's value.
{ "resource": "" }
c165245
train
// SprintError returns a string of the formatted error code. // // Both extra and origErr are optional. If they are included their lines // will be added, but if they are not included their lines will be ignored.
{ "resource": "" }
c165246
train
// newBaseError returns an error object for the code, message, and errors. // // code is a short no whitespace phrase depicting the classification of // the error that is being created. // // message is the free flow string containing detailed information about the // error. // // origErrs is the error objects which wi...
{ "resource": "" }
c165247
train
// Error returns the string representation of the error. // // See ErrorWithExtra for formatting. // // Satisfies the error interface.
{ "resource": "" }
c165248
train
// OrigErr returns the original error if one was set. Nil is returned if no // error was set. This only returns the first element in the list. If the full // list is needed, use BatchedErrors.
{ "resource": "" }
c165249
train
// newRequestError returns a wrapped error with additional information for // request status code, and service requestID. // // Should be used to wrap all request which involve service requests. Even if // the request failed without a service response, but had an HTTP status code // that may be meaningful. // // Also w...
{ "resource": "" }
c165250
train
// OrigErrs returns the original errors if one was set. An empty slice is // returned if no error was set.
{ "resource": "" }
c165251
train
// SetDaysAfterInitiation sets the DaysAfterInitiation field's value.
{ "resource": "" }
c165252
train
// SetStorageClassAnalysis sets the StorageClassAnalysis field's value.
{ "resource": "" }
c165253
train
// SetBucketAccountId sets the BucketAccountId field's value.
{ "resource": "" }
c165254
train
// SetAllowQuotedRecordDelimiter sets the AllowQuotedRecordDelimiter field's value.
{ "resource": "" }
c165255
train
// SetFileHeaderInfo sets the FileHeaderInfo field's value.
{ "resource": "" }
c165256
train
// SetQuoteFields sets the QuoteFields field's value.
{ "resource": "" }
c165257
train
// SetCloudFunction sets the CloudFunction field's value.
{ "resource": "" }
c165258
train
// SetMultipartUpload sets the MultipartUpload field's value.
{ "resource": "" }
c165259
train
// SetHttpErrorCodeReturnedEquals sets the HttpErrorCodeReturnedEquals field's value.
{ "resource": "" }
c165260
train
// SetKeyPrefixEquals sets the KeyPrefixEquals field's value.
{ "resource": "" }
c165261
train
// SetTaggingDirective sets the TaggingDirective field's value.
{ "resource": "" }
c165262
train
// SetCopyObjectResult sets the CopyObjectResult field's value.
{ "resource": "" }
c165263
train
// SetCreateBucketConfiguration sets the CreateBucketConfiguration field's value.
{ "resource": "" }
c165264
train
// SetObjectLockEnabledForBucket sets the ObjectLockEnabledForBucket field's value.
{ "resource": "" }
c165265
train
// SetYears sets the Years field's value.
{ "resource": "" }
c165266
train
// SetQuiet sets the Quiet field's value.
{ "resource": "" }
c165267
train
// SetDeleteMarkerVersionId sets the DeleteMarkerVersionId field's value.
{ "resource": "" }
c165268
train
// SetAccessControlTranslation sets the AccessControlTranslation field's value.
{ "resource": "" }
c165269
train
// SetKMSContext sets the KMSContext field's value.
{ "resource": "" }
c165270
train
// SetKMSKeyId sets the KMSKeyId field's value.
{ "resource": "" }
c165271
train
// SetReplicaKmsKeyID sets the ReplicaKmsKeyID field's value.
{ "resource": "" }
c165272
train
// UnmarshalEvent unmarshals the EventStream Message into the EndEvent value. // This method is only used internally within the SDK's EventStream handling.
{ "resource": "" }
c165273
train
// SetResponseCacheControl sets the ResponseCacheControl field's value.
{ "resource": "" }
c165274
train
// SetResponseContentDisposition sets the ResponseContentDisposition field's value.
{ "resource": "" }
c165275
train
// SetResponseContentEncoding sets the ResponseContentEncoding field's value.
{ "resource": "" }
c165276
train
// SetResponseContentLanguage sets the ResponseContentLanguage field's value.
{ "resource": "" }
c165277
train
// SetResponseContentType sets the ResponseContentType field's value.
{ "resource": "" }
c165278
train
// SetResponseExpires sets the ResponseExpires field's value.
{ "resource": "" }
c165279
train
// SetTagCount sets the TagCount field's value.
{ "resource": "" }
c165280
train
// SetSuffix sets the Suffix field's value.
{ "resource": "" }
c165281
train
// SetParquet sets the Parquet field's value.
{ "resource": "" }
c165282
train
// SetIncludedObjectVersions sets the IncludedObjectVersions field's value.
{ "resource": "" }
c165283
train
// SetIsEnabled sets the IsEnabled field's value.
{ "resource": "" }
c165284
train
// SetOptionalFields sets the OptionalFields field's value.
{ "resource": "" }
c165285
train
// SetSSEKMS sets the SSEKMS field's value.
{ "resource": "" }
c165286
train
// SetSSES3 sets the SSES3 field's value.
{ "resource": "" }
c165287
train
// SetFilterRules sets the FilterRules field's value.
{ "resource": "" }
c165288
train
// SetExpiredObjectDeleteMarker sets the ExpiredObjectDeleteMarker field's value.
{ "resource": "" }
c165289
train
// SetNoncurrentVersionTransitions sets the NoncurrentVersionTransitions field's value.
{ "resource": "" }
c165290
train
// SetTransitions sets the Transitions field's value.
{ "resource": "" }
c165291
train
// SetAnalyticsConfigurationList sets the AnalyticsConfigurationList field's value.
{ "resource": "" }
c165292
train
// SetInventoryConfigurationList sets the InventoryConfigurationList field's value.
{ "resource": "" }
c165293
train
// SetMetricsConfigurationList sets the MetricsConfigurationList field's value.
{ "resource": "" }
c165294
train
// SetNextUploadIdMarker sets the NextUploadIdMarker field's value.
{ "resource": "" }
c165295
train
// SetDeleteMarkers sets the DeleteMarkers field's value.
{ "resource": "" }
c165296
train
// SetNextVersionIdMarker sets the NextVersionIdMarker field's value.
{ "resource": "" }
c165297
train
// SetFetchOwner sets the FetchOwner field's value.
{ "resource": "" }
c165298
train
// SetKeyCount sets the KeyCount field's value.
{ "resource": "" }
c165299
train
// SetNextPartNumberMarker sets the NextPartNumberMarker field's value.
{ "resource": "" }