Class OSPolicy.Resource.FileResource.Builder (2.39.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OSPolicy.Resource.FileResource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
OSPolicy.Resource.FileResource.Builder
Overrides

build()

public OSPolicy.Resource.FileResource build()
Returns
TypeDescription
OSPolicy.Resource.FileResource

buildPartial()

public OSPolicy.Resource.FileResource buildPartial()
Returns
TypeDescription
OSPolicy.Resource.FileResource

clear()

public OSPolicy.Resource.FileResource.Builder clear()
Returns
TypeDescription
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
TypeDescription
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public OSPolicy.Resource.FileResource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
OSPolicy.Resource.FileResource.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public OSPolicy.Resource.FileResource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

clearSource()

public OSPolicy.Resource.FileResource.Builder clearSource()
Returns
TypeDescription
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
TypeDescription
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

clone()

public OSPolicy.Resource.FileResource.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for content.

getDefaultInstanceForType()

public OSPolicy.Resource.FileResource getDefaultInstanceForType()
Returns
TypeDescription
OSPolicy.Resource.FileResource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFile()

public OSPolicy.Resource.File getFile()

A remote or local source.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for permissions.

getSourceCase()

public OSPolicy.Resource.FileResource.SourceCase getSourceCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the file field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueOSPolicy.Resource.File
Returns
TypeDescription
OSPolicy.Resource.FileResource.Builder

mergeFrom(OSPolicy.Resource.FileResource other)

public OSPolicy.Resource.FileResource.Builder mergeFrom(OSPolicy.Resource.FileResource other)
Parameter
NameDescription
otherOSPolicy.Resource.FileResource
Returns
TypeDescription
OSPolicy.Resource.FileResource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OSPolicy.Resource.FileResource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OSPolicy.Resource.FileResource.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public OSPolicy.Resource.FileResource.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
OSPolicy.Resource.FileResource.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicy.Resource.FileResource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The content to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for content to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueOSPolicy.Resource.File
Returns
TypeDescription
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
NameDescription
builderForValueOSPolicy.Resource.File.Builder
Returns
TypeDescription
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
NameDescription
valueString

The path to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for path to set.

Returns
TypeDescription
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
NameDescription
valueString

The permissions to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for permissions to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueOSPolicy.Resource.FileResource.DesiredState

The state to set.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
OSPolicy.Resource.FileResource.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicy.Resource.FileResource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
OSPolicy.Resource.FileResource.Builder
Overrides