Uses of Class
com.google.cloud.functions.v1.SourceRepository
-
Packages that use SourceRepository Package Description com.google.cloud.functions.v1 A client to Cloud Functions API -
-
Uses of SourceRepository in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return SourceRepository Modifier and Type Method Description SourceRepository
SourceRepository.Builder. build()
SourceRepository
SourceRepository.Builder. buildPartial()
static SourceRepository
SourceRepository. getDefaultInstance()
SourceRepository
SourceRepository.Builder. getDefaultInstanceForType()
SourceRepository
SourceRepository. getDefaultInstanceForType()
SourceRepository
CloudFunction.Builder. getSourceRepository()
**Beta Feature** The source repository where a function is hosted.SourceRepository
CloudFunction. getSourceRepository()
**Beta Feature** The source repository where a function is hosted.SourceRepository
CloudFunctionOrBuilder. getSourceRepository()
**Beta Feature** The source repository where a function is hosted.static SourceRepository
SourceRepository. parseDelimitedFrom(InputStream input)
static SourceRepository
SourceRepository. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceRepository
SourceRepository. parseFrom(byte[] data)
static SourceRepository
SourceRepository. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceRepository
SourceRepository. parseFrom(com.google.protobuf.ByteString data)
static SourceRepository
SourceRepository. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceRepository
SourceRepository. parseFrom(com.google.protobuf.CodedInputStream input)
static SourceRepository
SourceRepository. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceRepository
SourceRepository. parseFrom(InputStream input)
static SourceRepository
SourceRepository. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceRepository
SourceRepository. parseFrom(ByteBuffer data)
static SourceRepository
SourceRepository. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v1 that return types with arguments of type SourceRepository Modifier and Type Method Description com.google.protobuf.Parser<SourceRepository>
SourceRepository. getParserForType()
static com.google.protobuf.Parser<SourceRepository>
SourceRepository. parser()
Methods in com.google.cloud.functions.v1 with parameters of type SourceRepository Modifier and Type Method Description SourceRepository.Builder
SourceRepository.Builder. mergeFrom(SourceRepository other)
CloudFunction.Builder
CloudFunction.Builder. mergeSourceRepository(SourceRepository value)
**Beta Feature** The source repository where a function is hosted.static SourceRepository.Builder
SourceRepository. newBuilder(SourceRepository prototype)
CloudFunction.Builder
CloudFunction.Builder. setSourceRepository(SourceRepository value)
**Beta Feature** The source repository where a function is hosted.
-