Class OSPolicy.Resource.FileResource.Builder (2.44.0)

public static final class OSPolicy.Resource.FileResource.Builder extends GeneratedMessageV3.Builder<OSPolicy.Resource.FileResource.Builder> implements OSPolicy.Resource.FileResourceOrBuilder

A resource that manages the state of a file.

Protobuf type google.cloud.osconfig.v1.OSPolicy.Resource.FileResource

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OSPolicy.Resource.FileResource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OSPolicy.Resource.FileResource.Builder
Overrides

build()

public OSPolicy.Resource.FileResource build()
Returns
Type Description
OSPolicy.Resource.FileResource

buildPartial()

public OSPolicy.Resource.FileResource buildPartial()
Returns
Type Description
OSPolicy.Resource.FileResource

clear()

public OSPolicy.Resource.FileResource.Builder clear()
Returns
Type Description
OSPolicy.Resource.FileResource.Builder
Overrides

clearContent()

public OSPolicy.Resource.FileResource.Builder clearContent()

A a file with this content. The size of the content is limited to 1024 characters.

string content = 2;

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public OSPolicy.Resource.FileResource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
OSPolicy.Resource.FileResource.Builder
Overrides

clearFile()

public OSPolicy.Resource.FileResource.Builder clearFile()

A remote or local source.

.google.cloud.osconfig.v1.OSPolicy.Resource.File file = 1;

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public OSPolicy.Resource.FileResource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
OSPolicy.Resource.FileResource.Builder
Overrides

clearPath()

public OSPolicy.Resource.FileResource.Builder clearPath()

Required. The absolute path of the file within the VM.

string path = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

clearPermissions()

public OSPolicy.Resource.FileResource.Builder clearPermissions()

Consists of three octal digits which represent, in order, the permissions of the owner, group, and other users for the file (similarly to the numeric mode used in the linux chmod utility). Each digit represents a three bit number with the 4 bit corresponding to the read permissions, the 2 bit corresponds to the write bit, and the one bit corresponds to the execute permission. Default behavior is 755.

Below are some examples of permissions and their associated values: read, write, and execute: 7 read and execute: 5 read and write: 6 read only: 4

string permissions = 5;

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

clearSource()

public OSPolicy.Resource.FileResource.Builder clearSource()
Returns
Type Description
OSPolicy.Resource.FileResource.Builder

clearState()

public OSPolicy.Resource.FileResource.Builder clearState()

Required. Desired state of the file.

.google.cloud.osconfig.v1.OSPolicy.Resource.FileResource.DesiredState state = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

clone()

public OSPolicy.Resource.FileResource.Builder clone()
Returns
Type Description
OSPolicy.Resource.FileResource.Builder
Overrides

getContent()

public String getContent()

A a file with this content. The size of the content is limited to 1024 characters.

string content = 2;

Returns
Type Description
String

The content.

getContentBytes()

public ByteString getContentBytes()

A a file with this content. The size of the content is limited to 1024 characters.

string content = 2;

Returns
Type Description
ByteString

The bytes for content.

getDefaultInstanceForType()

public OSPolicy.Resource.FileResource getDefaultInstanceForType()
Returns
Type Description
OSPolicy.Resource.FileResource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFile()

public OSPolicy.Resource.File getFile()

A remote or local source.

.google.cloud.osconfig.v1.OSPolicy.Resource.File file = 1;

Returns
Type Description
OSPolicy.Resource.File

The file.

getFileBuilder()

public OSPolicy.Resource.File.Builder getFileBuilder()

A remote or local source.

.google.cloud.osconfig.v1.OSPolicy.Resource.File file = 1;

Returns
Type Description
OSPolicy.Resource.File.Builder

getFileOrBuilder()

public OSPolicy.Resource.FileOrBuilder getFileOrBuilder()

A remote or local source.

.google.cloud.osconfig.v1.OSPolicy.Resource.File file = 1;

Returns
Type Description
OSPolicy.Resource.FileOrBuilder

getPath()

public String getPath()

Required. The absolute path of the file within the VM.

string path = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The path.

getPathBytes()

public ByteString getPathBytes()

Required. The absolute path of the file within the VM.

string path = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for path.

getPermissions()

public String getPermissions()

Consists of three octal digits which represent, in order, the permissions of the owner, group, and other users for the file (similarly to the numeric mode used in the linux chmod utility). Each digit represents a three bit number with the 4 bit corresponding to the read permissions, the 2 bit corresponds to the write bit, and the one bit corresponds to the execute permission. Default behavior is 755.

Below are some examples of permissions and their associated values: read, write, and execute: 7 read and execute: 5 read and write: 6 read only: 4

string permissions = 5;

Returns
Type Description
String

The permissions.

getPermissionsBytes()

public ByteString getPermissionsBytes()

Consists of three octal digits which represent, in order, the permissions of the owner, group, and other users for the file (similarly to the numeric mode used in the linux chmod utility). Each digit represents a three bit number with the 4 bit corresponding to the read permissions, the 2 bit corresponds to the write bit, and the one bit corresponds to the execute permission. Default behavior is 755.

Below are some examples of permissions and their associated values: read, write, and execute: 7 read and execute: 5 read and write: 6 read only: 4

string permissions = 5;

Returns
Type Description
ByteString

The bytes for permissions.

getSourceCase()

public OSPolicy.Resource.FileResource.SourceCase getSourceCase()
Returns
Type Description
OSPolicy.Resource.FileResource.SourceCase

getState()

public OSPolicy.Resource.FileResource.DesiredState getState()

Required. Desired state of the file.

.google.cloud.osconfig.v1.OSPolicy.Resource.FileResource.DesiredState state = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OSPolicy.Resource.FileResource.DesiredState

The state.

getStateValue()

public int getStateValue()

Required. Desired state of the file.

.google.cloud.osconfig.v1.OSPolicy.Resource.FileResource.DesiredState state = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for state.

hasContent()

public boolean hasContent()

A a file with this content. The size of the content is limited to 1024 characters.

string content = 2;

Returns
Type Description
boolean

Whether the content field is set.

hasFile()

public boolean hasFile()

A remote or local source.

.google.cloud.osconfig.v1.OSPolicy.Resource.File file = 1;

Returns
Type Description
boolean

Whether the file field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFile(OSPolicy.Resource.File value)

public OSPolicy.Resource.FileResource.Builder mergeFile(OSPolicy.Resource.File value)

A remote or local source.

.google.cloud.osconfig.v1.OSPolicy.Resource.File file = 1;

Parameter
Name Description
value OSPolicy.Resource.File
Returns
Type Description
OSPolicy.Resource.FileResource.Builder

mergeFrom(OSPolicy.Resource.FileResource other)

public OSPolicy.Resource.FileResource.Builder mergeFrom(OSPolicy.Resource.FileResource other)
Parameter
Name Description
other OSPolicy.Resource.FileResource
Returns
Type Description
OSPolicy.Resource.FileResource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OSPolicy.Resource.FileResource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OSPolicy.Resource.FileResource.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public OSPolicy.Resource.FileResource.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
OSPolicy.Resource.FileResource.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicy.Resource.FileResource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OSPolicy.Resource.FileResource.Builder
Overrides

setContent(String value)

public OSPolicy.Resource.FileResource.Builder setContent(String value)

A a file with this content. The size of the content is limited to 1024 characters.

string content = 2;

Parameter
Name Description
value String

The content to set.

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

setContentBytes(ByteString value)

public OSPolicy.Resource.FileResource.Builder setContentBytes(ByteString value)

A a file with this content. The size of the content is limited to 1024 characters.

string content = 2;

Parameter
Name Description
value ByteString

The bytes for content to set.

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public OSPolicy.Resource.FileResource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OSPolicy.Resource.FileResource.Builder
Overrides

setFile(OSPolicy.Resource.File value)

public OSPolicy.Resource.FileResource.Builder setFile(OSPolicy.Resource.File value)

A remote or local source.

.google.cloud.osconfig.v1.OSPolicy.Resource.File file = 1;

Parameter
Name Description
value OSPolicy.Resource.File
Returns
Type Description
OSPolicy.Resource.FileResource.Builder

setFile(OSPolicy.Resource.File.Builder builderForValue)

public OSPolicy.Resource.FileResource.Builder setFile(OSPolicy.Resource.File.Builder builderForValue)

A remote or local source.

.google.cloud.osconfig.v1.OSPolicy.Resource.File file = 1;

Parameter
Name Description
builderForValue OSPolicy.Resource.File.Builder
Returns
Type Description
OSPolicy.Resource.FileResource.Builder

setPath(String value)

public OSPolicy.Resource.FileResource.Builder setPath(String value)

Required. The absolute path of the file within the VM.

string path = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The path to set.

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

setPathBytes(ByteString value)

public OSPolicy.Resource.FileResource.Builder setPathBytes(ByteString value)

Required. The absolute path of the file within the VM.

string path = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for path to set.

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

setPermissions(String value)

public OSPolicy.Resource.FileResource.Builder setPermissions(String value)

Consists of three octal digits which represent, in order, the permissions of the owner, group, and other users for the file (similarly to the numeric mode used in the linux chmod utility). Each digit represents a three bit number with the 4 bit corresponding to the read permissions, the 2 bit corresponds to the write bit, and the one bit corresponds to the execute permission. Default behavior is 755.

Below are some examples of permissions and their associated values: read, write, and execute: 7 read and execute: 5 read and write: 6 read only: 4

string permissions = 5;

Parameter
Name Description
value String

The permissions to set.

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

setPermissionsBytes(ByteString value)

public OSPolicy.Resource.FileResource.Builder setPermissionsBytes(ByteString value)

Consists of three octal digits which represent, in order, the permissions of the owner, group, and other users for the file (similarly to the numeric mode used in the linux chmod utility). Each digit represents a three bit number with the 4 bit corresponding to the read permissions, the 2 bit corresponds to the write bit, and the one bit corresponds to the execute permission. Default behavior is 755.

Below are some examples of permissions and their associated values: read, write, and execute: 7 read and execute: 5 read and write: 6 read only: 4

string permissions = 5;

Parameter
Name Description
value ByteString

The bytes for permissions to set.

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public OSPolicy.Resource.FileResource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
OSPolicy.Resource.FileResource.Builder
Overrides

setState(OSPolicy.Resource.FileResource.DesiredState value)

public OSPolicy.Resource.FileResource.Builder setState(OSPolicy.Resource.FileResource.DesiredState value)

Required. Desired state of the file.

.google.cloud.osconfig.v1.OSPolicy.Resource.FileResource.DesiredState state = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value OSPolicy.Resource.FileResource.DesiredState

The state to set.

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

setStateValue(int value)

public OSPolicy.Resource.FileResource.Builder setStateValue(int value)

Required. Desired state of the file.

.google.cloud.osconfig.v1.OSPolicy.Resource.FileResource.DesiredState state = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicy.Resource.FileResource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OSPolicy.Resource.FileResource.Builder
Overrides