Class SourceRepository.Builder (2.65.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.80.0 (latest)
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.4
- 2.4.3
- 2.3.6
publicstaticfinalclass SourceRepository.BuilderextendsGeneratedMessageV3.Builder<SourceRepository.Builder>implementsSourceRepositoryOrBuilderDescribes SourceRepository, used to represent parameters related to source repository where a function is hosted.
Protobuf type google.cloud.functions.v1.SourceRepository
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SourceRepository.BuilderImplements
SourceRepositoryOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicSourceRepository.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
build()
publicSourceRepositorybuild()| Returns | |
|---|---|
| Type | Description |
SourceRepository |
|
buildPartial()
publicSourceRepositorybuildPartial()| Returns | |
|---|---|
| Type | Description |
SourceRepository |
|
clear()
publicSourceRepository.Builderclear()| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
clearDeployedUrl()
publicSourceRepository.BuilderclearDeployedUrl()Output only. The URL pointing to the hosted repository where the function were defined at the time of deployment. It always points to a specific commit in the format described above.
string deployed_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
publicSourceRepository.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicSourceRepository.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
clearUrl()
publicSourceRepository.BuilderclearUrl()The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats:
To refer to a specific commit:
https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*
To refer to a moveable alias (branch):
https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*
In particular, to refer to HEAD use master moveable alias.
To refer to a specific fixed alias (tag):
https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*
You may omit paths/* if you want to use the main directory. The function
response may add an empty /paths/ to the URL.
string url = 1;
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
This builder for chaining. |
clone()
publicSourceRepository.Builderclone()| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
getDefaultInstanceForType()
publicSourceRepositorygetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SourceRepository |
|
getDeployedUrl()
publicStringgetDeployedUrl()Output only. The URL pointing to the hosted repository where the function were defined at the time of deployment. It always points to a specific commit in the format described above.
string deployed_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The deployedUrl. |
getDeployedUrlBytes()
publicByteStringgetDeployedUrlBytes()Output only. The URL pointing to the hosted repository where the function were defined at the time of deployment. It always points to a specific commit in the format described above.
string deployed_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for deployedUrl. |
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUrl()
publicStringgetUrl()The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats:
To refer to a specific commit:
https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*
To refer to a moveable alias (branch):
https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*
In particular, to refer to HEAD use master moveable alias.
To refer to a specific fixed alias (tag):
https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*
You may omit paths/* if you want to use the main directory. The function
response may add an empty /paths/ to the URL.
string url = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The url. |
getUrlBytes()
publicByteStringgetUrlBytes()The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats:
To refer to a specific commit:
https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*
To refer to a moveable alias (branch):
https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*
In particular, to refer to HEAD use master moveable alias.
To refer to a specific fixed alias (tag):
https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*
You may omit paths/* if you want to use the main directory. The function
response may add an empty /paths/ to the URL.
string url = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for url. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SourceRepository other)
publicSourceRepository.BuildermergeFrom(SourceRepositoryother)| Parameter | |
|---|---|
| Name | Description |
other |
SourceRepository |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicSourceRepository.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicSourceRepository.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalSourceRepository.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
setDeployedUrl(String value)
publicSourceRepository.BuildersetDeployedUrl(Stringvalue)Output only. The URL pointing to the hosted repository where the function were defined at the time of deployment. It always points to a specific commit in the format described above.
string deployed_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
String The deployedUrl to set. |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
This builder for chaining. |
setDeployedUrlBytes(ByteString value)
publicSourceRepository.BuildersetDeployedUrlBytes(ByteStringvalue)Output only. The URL pointing to the hosted repository where the function were defined at the time of deployment. It always points to a specific commit in the format described above.
string deployed_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for deployedUrl to set. |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
publicSourceRepository.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicSourceRepository.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalSourceRepository.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
|
setUrl(String value)
publicSourceRepository.BuildersetUrl(Stringvalue)The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats:
To refer to a specific commit:
https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*
To refer to a moveable alias (branch):
https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*
In particular, to refer to HEAD use master moveable alias.
To refer to a specific fixed alias (tag):
https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*
You may omit paths/* if you want to use the main directory. The function
response may add an empty /paths/ to the URL.
string url = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
String The url to set. |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
This builder for chaining. |
setUrlBytes(ByteString value)
publicSourceRepository.BuildersetUrlBytes(ByteStringvalue)The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats:
To refer to a specific commit:
https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*
To refer to a moveable alias (branch):
https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*
In particular, to refer to HEAD use master moveable alias.
To refer to a specific fixed alias (tag):
https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*
You may omit paths/* if you want to use the main directory. The function
response may add an empty /paths/ to the URL.
string url = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for url to set. |
| Returns | |
|---|---|
| Type | Description |
SourceRepository.Builder |
This builder for chaining. |