Uses of Class
com.google.cloud.functions.v2alpha.Source
-
Packages that use Source Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions API -
-
Uses of Source in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return Source Modifier and Type Method Description SourceSource.Builder. build()SourceSource.Builder. buildPartial()static SourceSource. getDefaultInstance()SourceSource.Builder. getDefaultInstanceForType()SourceSource. getDefaultInstanceForType()SourceBuildConfig.Builder. getSource()The location of the function source code.SourceBuildConfig. getSource()The location of the function source code.SourceBuildConfigOrBuilder. getSource()The location of the function source code.static SourceSource. parseDelimitedFrom(InputStream input)static SourceSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceSource. parseFrom(byte[] data)static SourceSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceSource. parseFrom(com.google.protobuf.ByteString data)static SourceSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceSource. parseFrom(com.google.protobuf.CodedInputStream input)static SourceSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceSource. parseFrom(InputStream input)static SourceSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceSource. parseFrom(ByteBuffer data)static SourceSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.functions.v2alpha 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.v2alpha with parameters of type Source Modifier and Type Method Description Source.BuilderSource.Builder. mergeFrom(Source other)BuildConfig.BuilderBuildConfig.Builder. mergeSource(Source value)The location of the function source code.static Source.BuilderSource. newBuilder(Source prototype)BuildConfig.BuilderBuildConfig.Builder. setSource(Source value)The location of the function source code.
-