- generateDownloadUrl(String, GenerateDownloadUrlRequest) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions
-
Returns a signed URL for downloading deployed function source code.
- GenerateDownloadUrl(String, GenerateDownloadUrlRequest) - Constructor for class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
Returns a signed URL for downloading deployed function source code.
- GenerateDownloadUrlRequest - Class in com.google.api.services.cloudfunctions.v1.model
-
Request of `GenerateDownloadUrl` method.
- GenerateDownloadUrlRequest() - Constructor for class com.google.api.services.cloudfunctions.v1.model.GenerateDownloadUrlRequest
-
- GenerateDownloadUrlResponse - Class in com.google.api.services.cloudfunctions.v1.model
-
Response of `GenerateDownloadUrl` method.
- GenerateDownloadUrlResponse() - Constructor for class com.google.api.services.cloudfunctions.v1.model.GenerateDownloadUrlResponse
-
- generateUploadUrl(String, GenerateUploadUrlRequest) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions
-
Returns a signed URL for uploading a function source code.
- GenerateUploadUrl(String, GenerateUploadUrlRequest) - Constructor for class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
Returns a signed URL for uploading a function source code.
- GenerateUploadUrlRequest - Class in com.google.api.services.cloudfunctions.v1.model
-
Request of `GenerateSourceUploadUrl` method.
- GenerateUploadUrlRequest() - Constructor for class com.google.api.services.cloudfunctions.v1.model.GenerateUploadUrlRequest
-
- GenerateUploadUrlResponse - Class in com.google.api.services.cloudfunctions.v1.model
-
Response of `GenerateSourceUploadUrl` method.
- GenerateUploadUrlResponse() - Constructor for class com.google.api.services.cloudfunctions.v1.model.GenerateUploadUrlResponse
-
- get(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations
-
Gets the latest state of a long-running operation.
- Get(String) - Constructor for class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
Gets the latest state of a long-running operation.
- get(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions
-
Returns a function with the given name from the requested project.
- Get(String) - Constructor for class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
Returns a function with the given name from the requested project.
- get$Xgafv() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
V1 error format.
- getAbstractGoogleClient() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
- getAccessToken() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
OAuth access token.
- getAlt() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Data format for response.
- getAuditConfigs() - Method in class com.google.api.services.cloudfunctions.v1.model.Policy
-
Specifies cloud audit logging configuration for this policy.
- getAuditLogConfigs() - Method in class com.google.api.services.cloudfunctions.v1.model.AuditConfig
-
The configuration for logging of each type of permission.
- getAvailableMemoryMb() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The amount of memory in MB available for a function.
- getBindings() - Method in class com.google.api.services.cloudfunctions.v1.model.Policy
-
Associates a list of `members` to a `role`.
- getCallback() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
JSONP
- getCode() - Method in class com.google.api.services.cloudfunctions.v1.model.Status
-
The status code, which should be an enum value of google.rpc.Code.
- getCondition() - Method in class com.google.api.services.cloudfunctions.v1.model.Binding
-
The condition that is associated with this binding.
- getData() - Method in class com.google.api.services.cloudfunctions.v1.model.CallFunctionRequest
-
Required.
- getDeployedUrl() - Method in class com.google.api.services.cloudfunctions.v1.model.SourceRepository
-
Output only.
- getDescription() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
User-provided description of a function.
- getDescription() - Method in class com.google.api.services.cloudfunctions.v1.model.Expr
-
Optional.
- getDetails() - Method in class com.google.api.services.cloudfunctions.v1.model.Status
-
A list of messages that carry the error details.
- getDisplayName() - Method in class com.google.api.services.cloudfunctions.v1.model.Location
-
The friendly name for this location, typically a nearby city name.
- getDone() - Method in class com.google.api.services.cloudfunctions.v1.model.Operation
-
If the value is `false`, it means the operation is still in progress.
- getDownloadUrl() - Method in class com.google.api.services.cloudfunctions.v1.model.GenerateDownloadUrlResponse
-
The generated Google Cloud Storage signed URL that should be used for function source code
download.
- getEntryPoint() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The name of the function (as defined in source code) that will be executed.
- getEnvironmentVariables() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
Environment variables that shall be available during function execution.
- getError() - Method in class com.google.api.services.cloudfunctions.v1.model.CallFunctionResponse
-
Either system or user-function generated error.
- getError() - Method in class com.google.api.services.cloudfunctions.v1.model.Operation
-
The error result of the operation in case of failure or cancellation.
- getEtag() - Method in class com.google.api.services.cloudfunctions.v1.model.Policy
-
`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a policy from overwriting each other.
- getEventTrigger() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
A source that fires events in response to a condition in another service.
- getEventType() - Method in class com.google.api.services.cloudfunctions.v1.model.EventTrigger
-
Required.
- getExecutionId() - Method in class com.google.api.services.cloudfunctions.v1.model.CallFunctionResponse
-
Execution id of function invocation.
- getExemptedMembers() - Method in class com.google.api.services.cloudfunctions.v1.model.AuditLogConfig
-
Specifies the identities that do not cause logging for this type of permission.
- getExpression() - Method in class com.google.api.services.cloudfunctions.v1.model.Expr
-
Textual representation of an expression in Common Expression Language syntax.
- getFailurePolicy() - Method in class com.google.api.services.cloudfunctions.v1.model.EventTrigger
-
Specifies policy for failed executions.
- getFields() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Selector specifying which fields to include in a partial response.
- getFilter() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
Required.
- getFilter() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
The standard list filter.
- getFunctions() - Method in class com.google.api.services.cloudfunctions.v1.model.ListFunctionsResponse
-
The functions that match the request.
- getHttpsTrigger() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
An HTTPS endpoint type of source that can be triggered via URL.
- getIamPolicy(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions
-
Gets the IAM access control policy for a function.
- GetIamPolicy(String) - Constructor for class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
Gets the IAM access control policy for a function.
- getIngressSettings() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The ingress settings for the function, controlling what traffic can reach it.
- getKey() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
API key.
- getLabels() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
Labels associated with this Cloud Function.
- getLabels() - Method in class com.google.api.services.cloudfunctions.v1.model.Location
-
Cross-service attributes for the location.
- getLocation() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
Required.
- getLocation() - Method in class com.google.api.services.cloudfunctions.v1.model.Expr
-
Optional.
- getLocationId() - Method in class com.google.api.services.cloudfunctions.v1.model.Location
-
The canonical id for this location.
- getLocations() - Method in class com.google.api.services.cloudfunctions.v1.model.ListLocationsResponse
-
A list of locations that matches the specified filter in the request.
- getLogType() - Method in class com.google.api.services.cloudfunctions.v1.model.AuditLogConfig
-
The log type that this config enables.
- getMaxInstances() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The limit on the maximum number of function instances that may coexist at a given time.
- getMembers() - Method in class com.google.api.services.cloudfunctions.v1.model.Binding
-
Specifies the identities requesting access for a Cloud Platform resource.
- getMessage() - Method in class com.google.api.services.cloudfunctions.v1.model.Status
-
A developer-facing error message, which should be in English.
- getMetadata() - Method in class com.google.api.services.cloudfunctions.v1.model.Location
-
Service-specific metadata.
- getMetadata() - Method in class com.google.api.services.cloudfunctions.v1.model.Operation
-
Service-specific metadata associated with the operation.
- getName() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
The name of the operation resource.
- getName() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
Must not be set.
- getName() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
Required.
- getName() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
Required.
- getName() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
The name of function for which source code Google Cloud Storage signed URL should be generated.
- getName() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
Required.
- getName() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
A user-defined name of the function.
- getName() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
The resource that owns the locations collection, if applicable.
- getName() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
A user-defined name of the function.
- getName() - Method in class com.google.api.services.cloudfunctions.v1.model.Location
-
Resource name for the location, which may vary between implementations.
- getName() - Method in class com.google.api.services.cloudfunctions.v1.model.Operation
-
The server-assigned name, which is only unique within the same service that originally returns
it.
- getNetwork() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The VPC Network that this cloud function can connect to.
- getNextPageToken() - Method in class com.google.api.services.cloudfunctions.v1.model.ListFunctionsResponse
-
If not empty, indicates that there may be more functions that match the request; this value
should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.
- getNextPageToken() - Method in class com.google.api.services.cloudfunctions.v1.model.ListLocationsResponse
-
The standard List next-page token.
- getNextPageToken() - Method in class com.google.api.services.cloudfunctions.v1.model.ListOperationsResponse
-
The standard List next-page token.
- getOauthToken() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
OAuth 2.0 token for the current user.
- getOperations() - Method in class com.google.api.services.cloudfunctions.v1.model.ListOperationsResponse
-
A list of operations that matches the specified filter in the request.
- getOptionsRequestedPolicyVersion() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
Optional.
- getPageSize() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
The maximum number of records that should be returned.
- getPageSize() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
Maximum number of functions to return per call.
- getPageSize() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
The standard list page size.
- getPageToken() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
Token identifying which result to start with, which is returned by a previous list call.
- getPageToken() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
The value returned by the last `ListFunctionsResponse`; indicates that this is a continuation of a
prior `ListFunctions` call, and that the system should return the next page of data.
- getPageToken() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
The standard list page token.
- getParent() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
The project and location in which the Google Cloud Storage signed URL should be generated,
specified in the format `projects/locations`.
- getParent() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
The project and location from which the function should be listed, specified in the format
`projects/locations` If you want to list functions in all locations, use "-" in place of a
location.
- getPermissions() - Method in class com.google.api.services.cloudfunctions.v1.model.TestIamPermissionsRequest
-
The set of permissions to check for the `resource`.
- getPermissions() - Method in class com.google.api.services.cloudfunctions.v1.model.TestIamPermissionsResponse
-
A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
- getPolicy() - Method in class com.google.api.services.cloudfunctions.v1.model.SetIamPolicyRequest
-
REQUIRED: The complete policy to be applied to the `resource`.
- getPrettyPrint() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Returns response with indentations and line breaks.
- getQuotaUser() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Available to use for quota purposes for server-side applications.
- getRequest() - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1
-
The original request that started the operation.
- getRequest() - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1Beta2
-
The original request that started the operation.
- getResource() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
REQUIRED: The resource for which the policy is being requested.
- getResource() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
REQUIRED: The resource for which the policy is being specified.
- getResource() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
REQUIRED: The resource for which the policy detail is being requested.
- getResource() - Method in class com.google.api.services.cloudfunctions.v1.model.EventTrigger
-
Required.
- getResponse() - Method in class com.google.api.services.cloudfunctions.v1.model.Operation
-
The normal response of the operation in case of success.
- getResult() - Method in class com.google.api.services.cloudfunctions.v1.model.CallFunctionResponse
-
Result populated for successful execution of synchronous function.
- getRetry() - Method in class com.google.api.services.cloudfunctions.v1.model.FailurePolicy
-
If specified, then the function will be retried in case of a failure.
- getRole() - Method in class com.google.api.services.cloudfunctions.v1.model.Binding
-
Role that is assigned to `members`.
- getRuntime() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The runtime in which to run the function.
- getService() - Method in class com.google.api.services.cloudfunctions.v1.model.AuditConfig
-
Specifies a service that will be enabled for audit logging.
- getService() - Method in class com.google.api.services.cloudfunctions.v1.model.EventTrigger
-
The hostname of the service that should be observed.
- getServiceAccountEmail() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The email of the function's service account.
- getSourceArchiveUrl() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The Google Cloud Storage URL, starting with gs://, pointing to the zip archive which contains
the function.
- getSourceRepository() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
**Beta Feature**
The source repository where a function is hosted.
- getSourceUploadUrl() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The Google Cloud Storage signed URL used for source uploading, generated by
google.cloud.functions.v1.GenerateUploadUrl
- getStatus() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
Output only.
- getTarget() - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1
-
Target of the operation - for example
projects/project-1/locations/region-1/functions/function-1
- getTarget() - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1Beta2
-
Target of the operation - for example
projects/project-1/locations/region-1/functions/function-1
- getTimeout() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The function execution timeout.
- getTitle() - Method in class com.google.api.services.cloudfunctions.v1.model.Expr
-
Optional.
- getType() - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1
-
Type of operation.
- getType() - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1Beta2
-
Type of operation.
- getUnreachable() - Method in class com.google.api.services.cloudfunctions.v1.model.ListFunctionsResponse
-
Locations that could not be reached.
- getUpdateMask() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
Required list of fields to be updated in this request.
- getUpdateMask() - Method in class com.google.api.services.cloudfunctions.v1.model.SetIamPolicyRequest
-
OPTIONAL: A FieldMask specifying which fields of the policy to modify.
- getUpdateTime() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
Output only.
- getUpdateTime() - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1
-
The last update timestamp of the operation.
- getUpdateTime() - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1Beta2
-
The last update timestamp of the operation.
- getUploadProtocol() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Upload protocol for media (e.g.
- getUploadType() - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Legacy upload protocol for media (e.g.
- getUploadUrl() - Method in class com.google.api.services.cloudfunctions.v1.model.GenerateUploadUrlResponse
-
The generated Google Cloud Storage signed URL that should be used for a function source code
upload.
- getUrl() - Method in class com.google.api.services.cloudfunctions.v1.model.HttpsTrigger
-
Output only.
- getUrl() - Method in class com.google.api.services.cloudfunctions.v1.model.SourceRepository
-
The URL pointing to the hosted repository where the function is defined.
- getVersion() - Method in class com.google.api.services.cloudfunctions.v1.model.Policy
-
Specifies the format of the policy.
- getVersionId() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
Output only.
- getVersionId() - Method in class com.google.api.services.cloudfunctions.v1.model.GenerateDownloadUrlRequest
-
The optional version of function.
- getVersionId() - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1
-
Version id of the function created or updated by an API call.
- getVersionId() - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1Beta2
-
Version id of the function created or updated by an API call.
- getVpcConnector() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The VPC Network Connector that this cloud function can connect to.
- getVpcConnectorEgressSettings() - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The egress settings for the connector, controlling what traffic is diverted through it.
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.AuditConfig
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.AuditLogConfig
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.Binding
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.CallFunctionRequest
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.CallFunctionResponse
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.EventTrigger
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.Expr
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.FailurePolicy
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.GenerateDownloadUrlRequest
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.GenerateDownloadUrlResponse
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.GenerateUploadUrlRequest
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.GenerateUploadUrlResponse
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.HttpsTrigger
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.ListFunctionsResponse
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.ListLocationsResponse
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.ListOperationsResponse
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.Location
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.Operation
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1Beta2
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.Policy
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.Retry
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.SetIamPolicyRequest
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.SourceRepository
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.Status
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.TestIamPermissionsRequest
-
- set(String, Object) - Method in class com.google.api.services.cloudfunctions.v1.model.TestIamPermissionsResponse
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- set$Xgafv(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
V1 error format.
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- setAccessToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
OAuth access token.
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- setAlt(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Data format for response.
- setApplicationName(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Builder
-
- setAuditConfigs(List<AuditConfig>) - Method in class com.google.api.services.cloudfunctions.v1.model.Policy
-
Specifies cloud audit logging configuration for this policy.
- setAuditLogConfigs(List<AuditLogConfig>) - Method in class com.google.api.services.cloudfunctions.v1.model.AuditConfig
-
The configuration for logging of each type of permission.
- setAvailableMemoryMb(Integer) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The amount of memory in MB available for a function.
- setBatchPath(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Builder
-
- setBindings(List<Binding>) - Method in class com.google.api.services.cloudfunctions.v1.model.Policy
-
Associates a list of `members` to a `role`.
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- setCallback(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
JSONP
- setCloudFunctionsRequestInitializer(CloudFunctionsRequestInitializer) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Builder
-
- setCode(Integer) - Method in class com.google.api.services.cloudfunctions.v1.model.Status
-
The status code, which should be an enum value of google.rpc.Code.
- setCondition(Expr) - Method in class com.google.api.services.cloudfunctions.v1.model.Binding
-
The condition that is associated with this binding.
- setData(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CallFunctionRequest
-
Required.
- setDeployedUrl(String) - Method in class com.google.api.services.cloudfunctions.v1.model.SourceRepository
-
Output only.
- setDescription(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
User-provided description of a function.
- setDescription(String) - Method in class com.google.api.services.cloudfunctions.v1.model.Expr
-
Optional.
- setDetails(List<Map<String, Object>>) - Method in class com.google.api.services.cloudfunctions.v1.model.Status
-
A list of messages that carry the error details.
- setDisableGZipContent(boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
- setDisplayName(String) - Method in class com.google.api.services.cloudfunctions.v1.model.Location
-
The friendly name for this location, typically a nearby city name.
- setDone(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.model.Operation
-
If the value is `false`, it means the operation is still in progress.
- setDownloadUrl(String) - Method in class com.google.api.services.cloudfunctions.v1.model.GenerateDownloadUrlResponse
-
The generated Google Cloud Storage signed URL that should be used for function source code
download.
- setEntryPoint(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The name of the function (as defined in source code) that will be executed.
- setEnvironmentVariables(Map<String, String>) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
Environment variables that shall be available during function execution.
- setError(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CallFunctionResponse
-
Either system or user-function generated error.
- setError(Status) - Method in class com.google.api.services.cloudfunctions.v1.model.Operation
-
The error result of the operation in case of failure or cancellation.
- setEtag(String) - Method in class com.google.api.services.cloudfunctions.v1.model.Policy
-
`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a policy from overwriting each other.
- setEventTrigger(EventTrigger) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
A source that fires events in response to a condition in another service.
- setEventType(String) - Method in class com.google.api.services.cloudfunctions.v1.model.EventTrigger
-
Required.
- setExecutionId(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CallFunctionResponse
-
Execution id of function invocation.
- setExemptedMembers(List<String>) - Method in class com.google.api.services.cloudfunctions.v1.model.AuditLogConfig
-
Specifies the identities that do not cause logging for this type of permission.
- setExpression(String) - Method in class com.google.api.services.cloudfunctions.v1.model.Expr
-
Textual representation of an expression in Common Expression Language syntax.
- setFailurePolicy(FailurePolicy) - Method in class com.google.api.services.cloudfunctions.v1.model.EventTrigger
-
Specifies policy for failed executions.
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- setFields(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Selector specifying which fields to include in a partial response.
- setFilter(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
Required.
- setFilter(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
The standard list filter.
- setFunctions(List<CloudFunction>) - Method in class com.google.api.services.cloudfunctions.v1.model.ListFunctionsResponse
-
The functions that match the request.
- setGoogleClientRequestInitializer(GoogleClientRequestInitializer) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Builder
-
- setHttpRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Builder
-
- setHttpsTrigger(HttpsTrigger) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
An HTTPS endpoint type of source that can be triggered via URL.
- setIamPolicy(String, SetIamPolicyRequest) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions
-
Sets the IAM access control policy on the specified function.
- SetIamPolicy(String, SetIamPolicyRequest) - Constructor for class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
Sets the IAM access control policy on the specified function.
- SetIamPolicyRequest - Class in com.google.api.services.cloudfunctions.v1.model
-
Request message for `SetIamPolicy` method.
- SetIamPolicyRequest() - Constructor for class com.google.api.services.cloudfunctions.v1.model.SetIamPolicyRequest
-
- setIngressSettings(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The ingress settings for the function, controlling what traffic can reach it.
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- setKey(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
API key.
- setLabels(Map<String, String>) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
Labels associated with this Cloud Function.
- setLabels(Map<String, String>) - Method in class com.google.api.services.cloudfunctions.v1.model.Location
-
Cross-service attributes for the location.
- setLocation(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
Required.
- setLocation(String) - Method in class com.google.api.services.cloudfunctions.v1.model.Expr
-
Optional.
- setLocationId(String) - Method in class com.google.api.services.cloudfunctions.v1.model.Location
-
The canonical id for this location.
- setLocations(List<Location>) - Method in class com.google.api.services.cloudfunctions.v1.model.ListLocationsResponse
-
A list of locations that matches the specified filter in the request.
- setLogType(String) - Method in class com.google.api.services.cloudfunctions.v1.model.AuditLogConfig
-
The log type that this config enables.
- setMaxInstances(Integer) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The limit on the maximum number of function instances that may coexist at a given time.
- setMembers(List<String>) - Method in class com.google.api.services.cloudfunctions.v1.model.Binding
-
Specifies the identities requesting access for a Cloud Platform resource.
- setMessage(String) - Method in class com.google.api.services.cloudfunctions.v1.model.Status
-
A developer-facing error message, which should be in English.
- setMetadata(Map<String, Object>) - Method in class com.google.api.services.cloudfunctions.v1.model.Location
-
Service-specific metadata.
- setMetadata(Map<String, Object>) - Method in class com.google.api.services.cloudfunctions.v1.model.Operation
-
Service-specific metadata associated with the operation.
- setName(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
The name of the operation resource.
- setName(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
Must not be set.
- setName(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
Required.
- setName(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
Required.
- setName(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
The name of function for which source code Google Cloud Storage signed URL should be
generated.
- setName(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
Required.
- setName(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
A user-defined name of the function.
- setName(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
The resource that owns the locations collection, if applicable.
- setName(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
A user-defined name of the function.
- setName(String) - Method in class com.google.api.services.cloudfunctions.v1.model.Location
-
Resource name for the location, which may vary between implementations.
- setName(String) - Method in class com.google.api.services.cloudfunctions.v1.model.Operation
-
The server-assigned name, which is only unique within the same service that originally returns
it.
- setNetwork(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The VPC Network that this cloud function can connect to.
- setNextPageToken(String) - Method in class com.google.api.services.cloudfunctions.v1.model.ListFunctionsResponse
-
If not empty, indicates that there may be more functions that match the request; this value
should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.
- setNextPageToken(String) - Method in class com.google.api.services.cloudfunctions.v1.model.ListLocationsResponse
-
The standard List next-page token.
- setNextPageToken(String) - Method in class com.google.api.services.cloudfunctions.v1.model.ListOperationsResponse
-
The standard List next-page token.
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- setOauthToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
OAuth 2.0 token for the current user.
- setOperations(List<Operation>) - Method in class com.google.api.services.cloudfunctions.v1.model.ListOperationsResponse
-
A list of operations that matches the specified filter in the request.
- setOptionsRequestedPolicyVersion(Integer) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
Optional.
- setPageSize(Integer) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
The maximum number of records that should be returned.
- setPageSize(Integer) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
Maximum number of functions to return per call.
- setPageSize(Integer) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
The standard list page size.
- setPageToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
Token identifying which result to start with, which is returned by a previous list call.
- setPageToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
The value returned by the last `ListFunctionsResponse`; indicates that this is a
continuation of a prior `ListFunctions` call, and that the system should return the
next page of data.
- setPageToken(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
The standard list page token.
- setParent(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
The project and location in which the Google Cloud Storage signed URL should be
generated, specified in the format `projects/locations`.
- setParent(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
The project and location from which the function should be listed, specified in the
format `projects/locations` If you want to list functions in all locations, use "-" in
place of a location.
- setPermissions(List<String>) - Method in class com.google.api.services.cloudfunctions.v1.model.TestIamPermissionsRequest
-
The set of permissions to check for the `resource`.
- setPermissions(List<String>) - Method in class com.google.api.services.cloudfunctions.v1.model.TestIamPermissionsResponse
-
A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
- setPolicy(Policy) - Method in class com.google.api.services.cloudfunctions.v1.model.SetIamPolicyRequest
-
REQUIRED: The complete policy to be applied to the `resource`.
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- setPrettyPrint(Boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Returns response with indentations and line breaks.
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- setQuotaUser(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Available to use for quota purposes for server-side applications.
- setRequest(Map<String, Object>) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1
-
The original request that started the operation.
- setRequest(Map<String, Object>) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1Beta2
-
The original request that started the operation.
- setRequestHeaders(HttpHeaders) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
- setResource(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
REQUIRED: The resource for which the policy is being requested.
- setResource(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
REQUIRED: The resource for which the policy is being specified.
- setResource(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
REQUIRED: The resource for which the policy detail is being requested.
- setResource(String) - Method in class com.google.api.services.cloudfunctions.v1.model.EventTrigger
-
Required.
- setResponse(Map<String, Object>) - Method in class com.google.api.services.cloudfunctions.v1.model.Operation
-
The normal response of the operation in case of success.
- setResult(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CallFunctionResponse
-
Result populated for successful execution of synchronous function.
- setRetry(Retry) - Method in class com.google.api.services.cloudfunctions.v1.model.FailurePolicy
-
If specified, then the function will be retried in case of a failure.
- setRole(String) - Method in class com.google.api.services.cloudfunctions.v1.model.Binding
-
Role that is assigned to `members`.
- setRootUrl(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Builder
-
- setRuntime(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The runtime in which to run the function.
- setService(String) - Method in class com.google.api.services.cloudfunctions.v1.model.AuditConfig
-
Specifies a service that will be enabled for audit logging.
- setService(String) - Method in class com.google.api.services.cloudfunctions.v1.model.EventTrigger
-
The hostname of the service that should be observed.
- setServiceAccountEmail(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The email of the function's service account.
- setServicePath(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Builder
-
- setSourceArchiveUrl(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The Google Cloud Storage URL, starting with gs://, pointing to the zip archive which contains
the function.
- setSourceRepository(SourceRepository) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
**Beta Feature**
The source repository where a function is hosted.
- setSourceUploadUrl(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The Google Cloud Storage signed URL used for source uploading, generated by
google.cloud.functions.v1.GenerateUploadUrl
- setStatus(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
Output only.
- setSuppressAllChecks(boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Builder
-
- setSuppressPatternChecks(boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Builder
-
- setSuppressRequiredParameterChecks(boolean) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Builder
-
- setTarget(String) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1
-
Target of the operation - for example
projects/project-1/locations/region-1/functions/function-1
- setTarget(String) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1Beta2
-
Target of the operation - for example
projects/project-1/locations/region-1/functions/function-1
- setTimeout(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The function execution timeout.
- setTitle(String) - Method in class com.google.api.services.cloudfunctions.v1.model.Expr
-
Optional.
- setType(String) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1
-
Type of operation.
- setType(String) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1Beta2
-
Type of operation.
- setUnreachable(List<String>) - Method in class com.google.api.services.cloudfunctions.v1.model.ListFunctionsResponse
-
Locations that could not be reached.
- setUpdateMask(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
Required list of fields to be updated in this request.
- setUpdateMask(String) - Method in class com.google.api.services.cloudfunctions.v1.model.SetIamPolicyRequest
-
OPTIONAL: A FieldMask specifying which fields of the policy to modify.
- setUpdateTime(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
Output only.
- setUpdateTime(String) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1
-
The last update timestamp of the operation.
- setUpdateTime(String) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1Beta2
-
The last update timestamp of the operation.
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- setUploadProtocol(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Upload protocol for media (e.g.
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.Get
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Operations.List
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Call
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Create
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Delete
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateDownloadUrl
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GenerateUploadUrl
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Get
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.GetIamPolicy
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.List
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.Patch
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.SetIamPolicy
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.Functions.TestIamPermissions
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctions.Projects.Locations.List
-
- setUploadType(String) - Method in class com.google.api.services.cloudfunctions.v1.CloudFunctionsRequest
-
Legacy upload protocol for media (e.g.
- setUploadUrl(String) - Method in class com.google.api.services.cloudfunctions.v1.model.GenerateUploadUrlResponse
-
The generated Google Cloud Storage signed URL that should be used for a function source code
upload.
- setUrl(String) - Method in class com.google.api.services.cloudfunctions.v1.model.HttpsTrigger
-
Output only.
- setUrl(String) - Method in class com.google.api.services.cloudfunctions.v1.model.SourceRepository
-
The URL pointing to the hosted repository where the function is defined.
- setVersion(Integer) - Method in class com.google.api.services.cloudfunctions.v1.model.Policy
-
Specifies the format of the policy.
- setVersionId(Long) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
Output only.
- setVersionId(BigInteger) - Method in class com.google.api.services.cloudfunctions.v1.model.GenerateDownloadUrlRequest
-
The optional version of function.
- setVersionId(Long) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1
-
Version id of the function created or updated by an API call.
- setVersionId(Long) - Method in class com.google.api.services.cloudfunctions.v1.model.OperationMetadataV1Beta2
-
Version id of the function created or updated by an API call.
- setVpcConnector(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The VPC Network Connector that this cloud function can connect to.
- setVpcConnectorEgressSettings(String) - Method in class com.google.api.services.cloudfunctions.v1.model.CloudFunction
-
The egress settings for the connector, controlling what traffic is diverted through it.
- SourceRepository - Class in com.google.api.services.cloudfunctions.v1.model
-
Describes SourceRepository, used to represent parameters related to source repository where a
function is hosted.
- SourceRepository() - Constructor for class com.google.api.services.cloudfunctions.v1.model.SourceRepository
-
- Status - Class in com.google.api.services.cloudfunctions.v1.model
-
The `Status` type defines a logical error model that is suitable for different programming
environments, including REST APIs and RPC APIs.
- Status() - Constructor for class com.google.api.services.cloudfunctions.v1.model.Status
-