public static interface GuestPolicies.SoftwareRecipe.Step.ExtractArchiveOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArtifactId()
public abstract String getArtifactId()Required. The id of the relevant artifact in the recipe.
string artifact_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The artifactId. |
getArtifactIdBytes()
public abstract ByteString getArtifactIdBytes()Required. The id of the relevant artifact in the recipe.
string artifact_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for artifactId. |
getDestination()
public abstract String getDestination() Directory to extract archive to.
Defaults to / on Linux or C:\ on Windows.
string destination = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The destination. |
getDestinationBytes()
public abstract ByteString getDestinationBytes() Directory to extract archive to.
Defaults to / on Linux or C:\ on Windows.
string destination = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destination. |
getType()
public abstract GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType getType()Required. The type of the archive to extract.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExtractArchive.ArchiveType type = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType |
The type. |
getTypeValue()
public abstract int getTypeValue()Required. The type of the archive to extract.
.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExtractArchive.ArchiveType type = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |