| Modifier and Type | Method and Description |
|---|---|
Source |
Source.Builder.build() |
Source |
Source.Builder.buildPartial() |
static Source |
Source.getDefaultInstance() |
Source |
Source.getDefaultInstanceForType() |
Source |
Source.Builder.getDefaultInstanceForType() |
Source |
BuildConfigOrBuilder.getSource()
The location of the function source code.
|
Source |
BuildConfig.getSource()
The location of the function source code.
|
Source |
BuildConfig.Builder.getSource()
The location of the function source code.
|
static Source |
Source.parseDelimitedFrom(InputStream input) |
static Source |
Source.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(byte[] data) |
static Source |
Source.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(ByteBuffer data) |
static Source |
Source.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(com.google.protobuf.ByteString data) |
static Source |
Source.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(com.google.protobuf.CodedInputStream input) |
static Source |
Source.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(InputStream input) |
static Source |
Source.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Source> |
Source.getParserForType() |
static com.google.protobuf.Parser<Source> |
Source.parser() |
| Modifier and Type | Method and Description |
|---|---|
Source.Builder |
Source.Builder.mergeFrom(Source other) |
BuildConfig.Builder |
BuildConfig.Builder.mergeSource(Source value)
The location of the function source code.
|
static Source.Builder |
Source.newBuilder(Source prototype) |
BuildConfig.Builder |
BuildConfig.Builder.setSource(Source value)
The location of the function source code.
|
Copyright © 2024 Google LLC. All rights reserved.