public interface GoogleArtifactRegistryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |