| Modifier and Type | Method and Description |
|---|---|
BuildConfig |
BuildConfig.Builder.build() |
BuildConfig |
BuildConfig.Builder.buildPartial() |
BuildConfig |
Function.getBuildConfig()
Describes the Build step of the function that builds a container from the
given source.
|
BuildConfig |
Function.Builder.getBuildConfig()
Describes the Build step of the function that builds a container from the
given source.
|
BuildConfig |
FunctionOrBuilder.getBuildConfig()
Describes the Build step of the function that builds a container from the
given source.
|
static BuildConfig |
BuildConfig.getDefaultInstance() |
BuildConfig |
BuildConfig.getDefaultInstanceForType() |
BuildConfig |
BuildConfig.Builder.getDefaultInstanceForType() |
static BuildConfig |
BuildConfig.parseDelimitedFrom(InputStream input) |
static BuildConfig |
BuildConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BuildConfig |
BuildConfig.parseFrom(byte[] data) |
static BuildConfig |
BuildConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BuildConfig |
BuildConfig.parseFrom(ByteBuffer data) |
static BuildConfig |
BuildConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BuildConfig |
BuildConfig.parseFrom(com.google.protobuf.ByteString data) |
static BuildConfig |
BuildConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BuildConfig |
BuildConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static BuildConfig |
BuildConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BuildConfig |
BuildConfig.parseFrom(InputStream input) |
static BuildConfig |
BuildConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<BuildConfig> |
BuildConfig.getParserForType() |
static com.google.protobuf.Parser<BuildConfig> |
BuildConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
Function.Builder |
Function.Builder.mergeBuildConfig(BuildConfig value)
Describes the Build step of the function that builds a container from the
given source.
|
BuildConfig.Builder |
BuildConfig.Builder.mergeFrom(BuildConfig other) |
static BuildConfig.Builder |
BuildConfig.newBuilder(BuildConfig prototype) |
Function.Builder |
Function.Builder.setBuildConfig(BuildConfig value)
Describes the Build step of the function that builds a container from the
given source.
|
Copyright © 2023 Google LLC. All rights reserved.