Uses of Class
com.google.cloud.functions.v2beta.Source
-
Packages that use Source Package Description com.google.cloud.functions.v2beta A client to Cloud Functions API -
-
Uses of Source in com.google.cloud.functions.v2beta
Methods in com.google.cloud.functions.v2beta that return Source Modifier and Type Method Description Source
Source.Builder. build()
Source
Source.Builder. buildPartial()
static Source
Source. getDefaultInstance()
Source
Source.Builder. getDefaultInstanceForType()
Source
Source. getDefaultInstanceForType()
Source
BuildConfig.Builder. getSource()
The location of the function source code.Source
BuildConfig. getSource()
The location of the function source code.Source
BuildConfigOrBuilder. getSource()
The location of the function source code.static Source
Source. parseDelimitedFrom(InputStream input)
static Source
Source. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(byte[] data)
static Source
Source. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(com.google.protobuf.ByteString data)
static Source
Source. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(com.google.protobuf.CodedInputStream input)
static Source
Source. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(InputStream input)
static Source
Source. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(ByteBuffer data)
static Source
Source. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v2beta that return types with arguments of type Source Modifier and Type Method Description com.google.protobuf.Parser<Source>
Source. getParserForType()
static com.google.protobuf.Parser<Source>
Source. parser()
Methods in com.google.cloud.functions.v2beta with parameters of type Source Modifier and Type Method Description Source.Builder
Source.Builder. mergeFrom(Source other)
BuildConfig.Builder
BuildConfig.Builder. mergeSource(Source value)
The location of the function source code.static Source.Builder
Source. newBuilder(Source prototype)
BuildConfig.Builder
BuildConfig.Builder. setSource(Source value)
The location of the function source code.
-