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