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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ARGS_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FILE_FIELD_NUMBER
public static final int FILE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
INTERPRETER_FIELD_NUMBER
public static final int INTERPRETER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OUTPUT_FILE_PATH_FIELD_NUMBER
public static final int OUTPUT_FILE_PATH_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SCRIPT_FIELD_NUMBER
public static final int SCRIPT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static OSPolicy.Resource.ExecResource.Exec getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static OSPolicy.Resource.ExecResource.Exec.Builder newBuilder()
newBuilder(OSPolicy.Resource.ExecResource.Exec prototype)
public static OSPolicy.Resource.ExecResource.Exec.Builder newBuilder(OSPolicy.Resource.ExecResource.Exec prototype)
public static OSPolicy.Resource.ExecResource.Exec parseDelimitedFrom(InputStream input)
public static OSPolicy.Resource.ExecResource.Exec parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(CodedInputStream input)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(InputStream input)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.Resource.ExecResource.Exec parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<OSPolicy.Resource.ExecResource.Exec> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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;
getDefaultInstanceForType()
public OSPolicy.Resource.ExecResource.Exec getDefaultInstanceForType()
getFile()
public OSPolicy.Resource.File getFile()
A remote or local file.
.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File file = 1;
getFileOrBuilder()
public OSPolicy.Resource.FileOrBuilder getFileOrBuilder()
A remote or local file.
.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File file = 1;
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];
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()
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 |
Type |
Description |
ByteString |
The bytes for script.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSourceCase()
public OSPolicy.Resource.ExecResource.Exec.SourceCase getSourceCase()
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 |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public OSPolicy.Resource.ExecResource.Exec.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OSPolicy.Resource.ExecResource.Exec.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public OSPolicy.Resource.ExecResource.Exec.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides