public interface CreateFunctionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Function |
getFunction()
Required.
|
String |
getFunctionId()
The ID to use for the function, which will become the final component of
the function's resource name.
|
com.google.protobuf.ByteString |
getFunctionIdBytes()
The ID to use for the function, which will become the final component of
the function's resource name.
|
FunctionOrBuilder |
getFunctionOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasFunction()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The project and location in which the function should be created, specified in the format `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The project and location in which the function should be created, specified in the format `projects/*/locations/*`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasFunction()
Required. Function to be created.
.google.cloud.functions.v2beta.Function function = 2 [(.google.api.field_behavior) = REQUIRED];
Function getFunction()
Required. Function to be created.
.google.cloud.functions.v2beta.Function function = 2 [(.google.api.field_behavior) = REQUIRED];
FunctionOrBuilder getFunctionOrBuilder()
Required. Function to be created.
.google.cloud.functions.v2beta.Function function = 2 [(.google.api.field_behavior) = REQUIRED];
String getFunctionId()
The ID to use for the function, which will become the final component of the function's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
string function_id = 3;com.google.protobuf.ByteString getFunctionIdBytes()
The ID to use for the function, which will become the final component of the function's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
string function_id = 3;Copyright © 2023 Google LLC. All rights reserved.