public static final class Artifacts.NpmPackage.Builder extends GeneratedMessageV3.Builder<Artifacts.NpmPackage.Builder> implements Artifacts.NpmPackageOrBuilderNpm package to upload to Artifact Registry upon successful completion of all build steps.
Protobuf type google.devtools.cloudbuild.v1.Artifacts.NpmPackage
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Artifacts.NpmPackage.BuilderImplements
Artifacts.NpmPackageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Artifacts.NpmPackage.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|
build()
public Artifacts.NpmPackage build()| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage |
|
buildPartial()
public Artifacts.NpmPackage buildPartial()| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage |
|
clear()
public Artifacts.NpmPackage.Builder clear()| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public Artifacts.NpmPackage.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public Artifacts.NpmPackage.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|
clearPackagePath()
public Artifacts.NpmPackage.Builder clearPackagePath()Optional. Path to the package.json. e.g. workspace/path/to/package
Only one of archive or package_path can be specified.
string package_path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
This builder for chaining. |
clearRepository()
public Artifacts.NpmPackage.Builder clearRepository()Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY"
Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
string repository = 1;
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
This builder for chaining. |
clone()
public Artifacts.NpmPackage.Builder clone()| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|
getDefaultInstanceForType()
public Artifacts.NpmPackage getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPackagePath()
public String getPackagePath()Optional. Path to the package.json. e.g. workspace/path/to/package
Only one of archive or package_path can be specified.
string package_path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The packagePath. |
getPackagePathBytes()
public ByteString getPackagePathBytes()Optional. Path to the package.json. e.g. workspace/path/to/package
Only one of archive or package_path can be specified.
string package_path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for packagePath. |
getRepository()
public String getRepository()Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY"
Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
string repository = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The repository. |
getRepositoryBytes()
public ByteString getRepositoryBytes()Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY"
Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
string repository = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for repository. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Artifacts.NpmPackage other)
public Artifacts.NpmPackage.Builder mergeFrom(Artifacts.NpmPackage other)| Parameter | |
|---|---|
| Name | Description |
other |
Artifacts.NpmPackage |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Artifacts.NpmPackage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Artifacts.NpmPackage.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Artifacts.NpmPackage.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public Artifacts.NpmPackage.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|
setPackagePath(String value)
public Artifacts.NpmPackage.Builder setPackagePath(String value)Optional. Path to the package.json. e.g. workspace/path/to/package
Only one of archive or package_path can be specified.
string package_path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe packagePath to set. |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
This builder for chaining. |
setPackagePathBytes(ByteString value)
public Artifacts.NpmPackage.Builder setPackagePathBytes(ByteString value)Optional. Path to the package.json. e.g. workspace/path/to/package
Only one of archive or package_path can be specified.
string package_path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for packagePath to set. |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Artifacts.NpmPackage.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|
setRepository(String value)
public Artifacts.NpmPackage.Builder setRepository(String value)Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY"
Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
string repository = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe repository to set. |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
This builder for chaining. |
setRepositoryBytes(ByteString value)
public Artifacts.NpmPackage.Builder setRepositoryBytes(ByteString value)Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY"
Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry with this location as a prefix.
string repository = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for repository to set. |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Artifacts.NpmPackage.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Artifacts.NpmPackage.Builder |
|