public static final class Artifacts.NpmPackage.Builder extends GeneratedMessage.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
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Artifacts.NpmPackage.BuilderImplements
Artifacts.NpmPackageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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. |
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 GeneratedMessage.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 |
|
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. |
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. |