Interface GoogleArtifactRegistryOrBuilder (0.24.0)

public interface GoogleArtifactRegistryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArtifactRegistryPackage()

public abstract String getArtifactRegistryPackage()

Required. Immutable. The name of the artifact registry package.

string artifact_registry_package = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The artifactRegistryPackage.

getArtifactRegistryPackageBytes()

public abstract ByteString getArtifactRegistryPackageBytes()

Required. Immutable. The name of the artifact registry package.

string artifact_registry_package = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for artifactRegistryPackage.

getProjectId()

public abstract String getProjectId()

Required. The host project of Artifact Registry.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

Required. The host project of Artifact Registry.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for projectId.