public interface UploadedNpmPackageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArtifactRegistryPackage()
public abstract String getArtifactRegistryPackage()Output only. Path to the artifact in Artifact Registry.
string artifact_registry_package = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The artifactRegistryPackage. |
getArtifactRegistryPackageBytes()
public abstract ByteString getArtifactRegistryPackageBytes()Output only. Path to the artifact in Artifact Registry.
string artifact_registry_package = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for artifactRegistryPackage. |
getFileHashes()
public abstract FileHashes getFileHashes()Hash types and values of the npm package.
.google.devtools.cloudbuild.v1.FileHashes file_hashes = 2;
| Returns | |
|---|---|
| Type | Description |
FileHashes |
The fileHashes. |
getFileHashesOrBuilder()
public abstract FileHashesOrBuilder getFileHashesOrBuilder()Hash types and values of the npm package.
.google.devtools.cloudbuild.v1.FileHashes file_hashes = 2;
| Returns | |
|---|---|
| Type | Description |
FileHashesOrBuilder |
|
getPushTiming()
public abstract TimeSpan getPushTiming()Output only. Stores timing information for pushing the specified artifact.
.google.devtools.cloudbuild.v1.TimeSpan push_timing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimeSpan |
The pushTiming. |
getPushTimingOrBuilder()
public abstract TimeSpanOrBuilder getPushTimingOrBuilder()Output only. Stores timing information for pushing the specified artifact.
.google.devtools.cloudbuild.v1.TimeSpan push_timing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimeSpanOrBuilder |
|
getUri()
public abstract String getUri()URI of the uploaded npm package.
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()URI of the uploaded npm package.
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |
hasFileHashes()
public abstract boolean hasFileHashes()Hash types and values of the npm package.
.google.devtools.cloudbuild.v1.FileHashes file_hashes = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fileHashes field is set. |
hasPushTiming()
public abstract boolean hasPushTiming()Output only. Stores timing information for pushing the specified artifact.
.google.devtools.cloudbuild.v1.TimeSpan push_timing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pushTiming field is set. |