Send feedback
Class CloudStorageFileSet.Builder (3.6.6)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.6.6 keyboard_arrow_down
public static final class CloudStorageFileSet . Builder extends GeneratedMessageV3 . Builder<CloudStorageFileSet . Builder > implements CloudStorageFileSetOrBuilder
Message representing a set of files in Cloud Storage.
Protobuf type google.privacy.dlp.v2.CloudStorageFileSet
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CloudStorageFileSet . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public CloudStorageFileSet build ()
Returns
buildPartial()
public CloudStorageFileSet buildPartial ()
Returns
clear()
public CloudStorageFileSet . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public CloudStorageFileSet . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CloudStorageFileSet . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearUrl()
public CloudStorageFileSet . Builder clearUrl ()
The url, in the format gs://<bucket>/<path>
. Trailing wildcard in the
path is allowed.
string url = 1;
Returns
clone()
public CloudStorageFileSet . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public CloudStorageFileSet getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getUrl()
The url, in the format gs://<bucket>/<path>
. Trailing wildcard in the
path is allowed.
string url = 1;
Returns
getUrlBytes()
public ByteString getUrlBytes ()
The url, in the format gs://<bucket>/<path>
. Trailing wildcard in the
path is allowed.
string url = 1;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(CloudStorageFileSet other)
public CloudStorageFileSet . Builder mergeFrom ( CloudStorageFileSet other )
Parameter
Returns
public CloudStorageFileSet . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public CloudStorageFileSet . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CloudStorageFileSet . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CloudStorageFileSet . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CloudStorageFileSet . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CloudStorageFileSet . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setUrl(String value)
public CloudStorageFileSet . Builder setUrl ( String value )
The url, in the format gs://<bucket>/<path>
. Trailing wildcard in the
path is allowed.
string url = 1;
Parameter
Name Description value String
The url to set.
Returns
setUrlBytes(ByteString value)
public CloudStorageFileSet . Builder setUrlBytes ( ByteString value )
The url, in the format gs://<bucket>/<path>
. Trailing wildcard in the
path is allowed.
string url = 1;
Parameter
Name Description value ByteString
The bytes for url to set.
Returns
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."],[],[]]