public static final class OSPolicy.Resource.ExecResource.Exec extends GeneratedMessageV3 implements OSPolicy.Resource.ExecResource.ExecOrBuilder
A file or script to execute.
Protobuf type google.cloud.osconfig.v1alpha.OSPolicy.Resource.ExecResource.Exec
Static Fields
ARGS_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
Field Value
FILE_FIELD_NUMBER
public static final int FILE_FIELD_NUMBER
Field Value
INTERPRETER_FIELD_NUMBER
public static final int INTERPRETER_FIELD_NUMBER
Field Value
OUTPUT_FILE_PATH_FIELD_NUMBER
public static final int OUTPUT_FILE_PATH_FIELD_NUMBER
Field Value
SCRIPT_FIELD_NUMBER
public static final int SCRIPT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static OSPolicy.Resource.ExecResource.Exec getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static OSPolicy.Resource.ExecResource.Exec.Builder newBuilder()
Returns
newBuilder(OSPolicy.Resource.ExecResource.Exec prototype)
public static OSPolicy.Resource.ExecResource.Exec.Builder newBuilder(OSPolicy.Resource.ExecResource.Exec prototype)
Parameter
Returns
public static OSPolicy.Resource.ExecResource.Exec parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static OSPolicy.Resource.ExecResource.Exec parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OSPolicy.Resource.ExecResource.Exec parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static OSPolicy.Resource.ExecResource.Exec parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OSPolicy.Resource.ExecResource.Exec parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static OSPolicy.Resource.ExecResource.Exec parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<OSPolicy.Resource.ExecResource.Exec> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getArgs(int index)
public String getArgs(int index)
Optional arguments to pass to the source during execution.
repeated string args = 3;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The args at the given index.
|
getArgsBytes(int index)
public ByteString getArgsBytes(int index)
Optional arguments to pass to the source during execution.
repeated string args = 3;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the args at the given index.
|
getArgsCount()
public int getArgsCount()
Optional arguments to pass to the source during execution.
repeated string args = 3;
Returns
Type | Description |
int | The count of args.
|
getArgsList()
public ProtocolStringList getArgsList()
Optional arguments to pass to the source during execution.
repeated string args = 3;
Returns
getDefaultInstanceForType()
public OSPolicy.Resource.ExecResource.Exec getDefaultInstanceForType()
Returns
getFile()
public OSPolicy.Resource.File getFile()
A remote or local file.
.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File file = 1;
Returns
getFileOrBuilder()
public OSPolicy.Resource.FileOrBuilder getFileOrBuilder()
A remote or local file.
.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File file = 1;
Returns
getInterpreter()
public OSPolicy.Resource.ExecResource.Exec.Interpreter getInterpreter()
Required. The script interpreter to use.
.google.cloud.osconfig.v1alpha.OSPolicy.Resource.ExecResource.Exec.Interpreter interpreter = 4 [(.google.api.field_behavior) = REQUIRED];
Returns
getInterpreterValue()
public int getInterpreterValue()
Required. The script interpreter to use.
.google.cloud.osconfig.v1alpha.OSPolicy.Resource.ExecResource.Exec.Interpreter interpreter = 4 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
int | The enum numeric value on the wire for interpreter.
|
getOutputFilePath()
public String getOutputFilePath()
Only recorded for enforce Exec.
Path to an output file (that is created by this Exec) whose
content will be recorded in OSPolicyResourceCompliance after a
successful run. Absence or failure to read this file will result in
this ExecResource being non-compliant. Output file size is limited to
100K bytes.
string output_file_path = 5;
Returns
Type | Description |
String | The outputFilePath.
|
getOutputFilePathBytes()
public ByteString getOutputFilePathBytes()
Only recorded for enforce Exec.
Path to an output file (that is created by this Exec) whose
content will be recorded in OSPolicyResourceCompliance after a
successful run. Absence or failure to read this file will result in
this ExecResource being non-compliant. Output file size is limited to
100K bytes.
string output_file_path = 5;
Returns
Type | Description |
ByteString | The bytes for outputFilePath.
|
getParserForType()
public Parser<OSPolicy.Resource.ExecResource.Exec> getParserForType()
Returns
Overrides
getScript()
public String getScript()
An inline script.
The size of the script is limited to 1024 characters.
string script = 2;
Returns
Type | Description |
String | The script.
|
getScriptBytes()
public ByteString getScriptBytes()
An inline script.
The size of the script is limited to 1024 characters.
string script = 2;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSourceCase()
public OSPolicy.Resource.ExecResource.Exec.SourceCase getSourceCase()
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasFile()
A remote or local file.
.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File file = 1;
Returns
Type | Description |
boolean | Whether the file field is set.
|
hasScript()
public boolean hasScript()
An inline script.
The size of the script is limited to 1024 characters.
string script = 2;
Returns
Type | Description |
boolean | Whether the script field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public OSPolicy.Resource.ExecResource.Exec.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OSPolicy.Resource.ExecResource.Exec.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public OSPolicy.Resource.ExecResource.Exec.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions