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 SourceRepositorySourceRepository.Builder. build()SourceRepositorySourceRepository.Builder. buildPartial()static SourceRepositorySourceRepository. getDefaultInstance()SourceRepositorySourceRepository.Builder. getDefaultInstanceForType()SourceRepositorySourceRepository. getDefaultInstanceForType()SourceRepositoryCloudFunction.Builder. getSourceRepository()**Beta Feature** The source repository where a function is hosted.SourceRepositoryCloudFunction. getSourceRepository()**Beta Feature** The source repository where a function is hosted.SourceRepositoryCloudFunctionOrBuilder. getSourceRepository()**Beta Feature** The source repository where a function is hosted.static SourceRepositorySourceRepository. parseDelimitedFrom(InputStream input)static SourceRepositorySourceRepository. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceRepositorySourceRepository. parseFrom(byte[] data)static SourceRepositorySourceRepository. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceRepositorySourceRepository. parseFrom(com.google.protobuf.ByteString data)static SourceRepositorySourceRepository. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceRepositorySourceRepository. parseFrom(com.google.protobuf.CodedInputStream input)static SourceRepositorySourceRepository. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceRepositorySourceRepository. parseFrom(InputStream input)static SourceRepositorySourceRepository. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceRepositorySourceRepository. parseFrom(ByteBuffer data)static SourceRepositorySourceRepository. 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.BuilderSourceRepository.Builder. mergeFrom(SourceRepository other)CloudFunction.BuilderCloudFunction.Builder. mergeSourceRepository(SourceRepository value)**Beta Feature** The source repository where a function is hosted.static SourceRepository.BuilderSourceRepository. newBuilder(SourceRepository prototype)CloudFunction.BuilderCloudFunction.Builder. setSourceRepository(SourceRepository value)**Beta Feature** The source repository where a function is hosted.
-