Send feedback
Class OSPolicy.Resource (2.33.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.33.0 keyboard_arrow_down
public static final class OSPolicy . Resource extends GeneratedMessageV3 implements OSPolicy . ResourceOrBuilder
An OS policy resource is used to define the desired state configuration
and provides a specific functionality like installing/removing packages,
executing a script etc.
The system ensures that resources are always in their desired state by
taking necessary actions if they have drifted from their desired state.
Protobuf type google.cloud.osconfig.v1.OSPolicy.Resource
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
EXEC_FIELD_NUMBER
public static final int EXEC_FIELD_NUMBER
Field Value Type Description int
FILE_FIELD_NUMBER
public static final int FILE_FIELD_NUMBER
Field Value Type Description int
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value Type Description int
PKG_FIELD_NUMBER
public static final int PKG_FIELD_NUMBER
Field Value Type Description int
REPOSITORY_FIELD_NUMBER
public static final int REPOSITORY_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static OSPolicy . Resource getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static OSPolicy . Resource . Builder newBuilder ()
newBuilder(OSPolicy.Resource prototype)
public static OSPolicy . Resource . Builder newBuilder ( OSPolicy . Resource prototype )
public static OSPolicy . Resource parseDelimitedFrom ( InputStream input )
public static OSPolicy . Resource parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static OSPolicy . Resource parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy . Resource parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static OSPolicy . Resource parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy . Resource parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static OSPolicy . Resource parseFrom ( CodedInputStream input )
public static OSPolicy . Resource parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static OSPolicy . Resource parseFrom ( InputStream input )
public static OSPolicy . Resource parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static OSPolicy . Resource parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy . Resource parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<OSPolicy . Resource > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public OSPolicy . Resource getDefaultInstanceForType ()
getExec()
public OSPolicy . Resource . ExecResource getExec ()
Exec resource
.google.cloud.osconfig.v1.OSPolicy.Resource.ExecResource exec = 4;
getExecOrBuilder()
public OSPolicy . Resource . ExecResourceOrBuilder getExecOrBuilder ()
Exec resource
.google.cloud.osconfig.v1.OSPolicy.Resource.ExecResource exec = 4;
getFile()
public OSPolicy . Resource . FileResource getFile ()
File resource
.google.cloud.osconfig.v1.OSPolicy.Resource.FileResource file = 5;
getFileOrBuilder()
public OSPolicy . Resource . FileResourceOrBuilder getFileOrBuilder ()
File resource
.google.cloud.osconfig.v1.OSPolicy.Resource.FileResource file = 5;
getId()
Required. The id of the resource with the following restrictions:
Must contain only lowercase letters, numbers, and hyphens.
Must start with a letter.
Must be between 1-63 characters.
Must end with a number or a letter.
Must be unique within the OS policy.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The id.
getIdBytes()
public ByteString getIdBytes ()
Required. The id of the resource with the following restrictions:
Must contain only lowercase letters, numbers, and hyphens.
Must start with a letter.
Must be between 1-63 characters.
Must end with a number or a letter.
Must be unique within the OS policy.
string id = 1 [(.google.api.field_behavior) = REQUIRED];
getParserForType()
public Parser<OSPolicy . Resource > getParserForType ()
Overrides
getPkg()
public OSPolicy . Resource . PackageResource getPkg ()
Package resource
.google.cloud.osconfig.v1.OSPolicy.Resource.PackageResource pkg = 2;
getPkgOrBuilder()
public OSPolicy . Resource . PackageResourceOrBuilder getPkgOrBuilder ()
Package resource
.google.cloud.osconfig.v1.OSPolicy.Resource.PackageResource pkg = 2;
getRepository()
public OSPolicy . Resource . RepositoryResource getRepository ()
Package repository resource
.google.cloud.osconfig.v1.OSPolicy.Resource.RepositoryResource repository = 3;
getRepositoryOrBuilder()
public OSPolicy . Resource . RepositoryResourceOrBuilder getRepositoryOrBuilder ()
Package repository resource
.google.cloud.osconfig.v1.OSPolicy.Resource.RepositoryResource repository = 3;
getResourceTypeCase()
public OSPolicy . Resource . ResourceTypeCase getResourceTypeCase ()
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hasExec()
Exec resource
.google.cloud.osconfig.v1.OSPolicy.Resource.ExecResource exec = 4;
Returns Type Description boolean
Whether the exec field is set.
hasFile()
File resource
.google.cloud.osconfig.v1.OSPolicy.Resource.FileResource file = 5;
Returns Type Description boolean
Whether the file field is set.
hasPkg()
Package resource
.google.cloud.osconfig.v1.OSPolicy.Resource.PackageResource pkg = 2;
Returns Type Description boolean
Whether the pkg field is set.
hasRepository()
public boolean hasRepository ()
Package repository resource
.google.cloud.osconfig.v1.OSPolicy.Resource.RepositoryResource repository = 3;
Returns Type Description boolean
Whether the repository 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 . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OSPolicy . Resource . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public OSPolicy . Resource . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]