public static final class GuestPolicies.SoftwareRecipe.Step.ExtractArchive extends GeneratedMessageV3 implements GuestPolicies.SoftwareRecipe.Step.ExtractArchiveOrBuilder
Extracts an archive of the type specified in the specified directory.
Protobuf type google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExtractArchive
Static Fields
public static final int ARTIFACT_ID_FIELD_NUMBER
Field Value
public static final int DESTINATION_FIELD_NUMBER
Field Value
public static final int TYPE_FIELD_NUMBER
Field Value
Static Methods
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive.Builder newBuilder()
Returns
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive.Builder newBuilder(GuestPolicies.SoftwareRecipe.Step.ExtractArchive prototype)
Parameter
Returns
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<GuestPolicies.SoftwareRecipe.Step.ExtractArchive> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public 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.
|
public 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.
|
public GuestPolicies.SoftwareRecipe.Step.ExtractArchive getDefaultInstanceForType()
Returns
public String getDestination()
Directory to extract archive to.
Defaults to /
on Linux or C:\
on Windows.
string destination = 2;
Returns
Type | Description |
String | The destination.
|
public 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.
|
public Parser<GuestPolicies.SoftwareRecipe.Step.ExtractArchive> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public 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
public 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.
|
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public GuestPolicies.SoftwareRecipe.Step.ExtractArchive.Builder newBuilderForType()
Returns
protected GuestPolicies.SoftwareRecipe.Step.ExtractArchive.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public GuestPolicies.SoftwareRecipe.Step.ExtractArchive.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions