Class OSPolicy.Resource.FileResource.Builder (2.9.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.v1alpha.OSPolicy.Resource.FileResource

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

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 Overrides

build()

public OSPolicy.Resource.FileResource build()
Returns

buildPartial()

public OSPolicy.Resource.FileResource buildPartial()
Returns

clear()

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

clearFile()

public OSPolicy.Resource.FileResource.Builder clearFile()

A remote or local source.

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

Returns

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearState()

public OSPolicy.Resource.FileResource.Builder clearState()

Required. Desired state of the file.

.google.cloud.osconfig.v1alpha.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 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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFile()

public OSPolicy.Resource.File getFile()

A remote or local source.

.google.cloud.osconfig.v1alpha.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.v1alpha.OSPolicy.Resource.File file = 1;

Returns

getFileOrBuilder()

public OSPolicy.Resource.FileOrBuilder getFileOrBuilder()

A remote or local source.

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

Returns

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

getState()

public OSPolicy.Resource.FileResource.DesiredState getState()

Required. Desired state of the file.

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

Returns

getStateValue()

public int getStateValue()

Required. Desired state of the file.

.google.cloud.osconfig.v1alpha.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.v1alpha.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.v1alpha.OSPolicy.Resource.File file = 1;

Parameter
NameDescription
valueOSPolicy.Resource.File
Returns

mergeFrom(OSPolicy.Resource.FileResource other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setFile(OSPolicy.Resource.File value)

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

A remote or local source.

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

Parameter
NameDescription
valueOSPolicy.Resource.File
Returns

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.v1alpha.OSPolicy.Resource.File file = 1;

Parameter
NameDescription
builderForValueOSPolicy.Resource.File.Builder
Returns

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 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.v1alpha.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.v1alpha.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 Overrides