- 3.56.0 (latest)
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CloudStorageFileSet.BuilderImplements
CloudStorageFileSetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CloudStorageFileSet.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CloudStorageFileSet.Builder |
build()
public CloudStorageFileSet build()
Type | Description |
CloudStorageFileSet |
buildPartial()
public CloudStorageFileSet buildPartial()
Type | Description |
CloudStorageFileSet |
clear()
public CloudStorageFileSet.Builder clear()
Type | Description |
CloudStorageFileSet.Builder |
clearField(Descriptors.FieldDescriptor field)
public CloudStorageFileSet.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
CloudStorageFileSet.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public CloudStorageFileSet.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
CloudStorageFileSet.Builder |
clearUrl()
public CloudStorageFileSet.Builder clearUrl()
The url, in the format gs://<bucket>/<path>
. Trailing wildcard in the
path is allowed.
string url = 1;
Type | Description |
CloudStorageFileSet.Builder | This builder for chaining. |
clone()
public CloudStorageFileSet.Builder clone()
Type | Description |
CloudStorageFileSet.Builder |
getDefaultInstanceForType()
public CloudStorageFileSet getDefaultInstanceForType()
Type | Description |
CloudStorageFileSet |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getUrl()
public String getUrl()
The url, in the format gs://<bucket>/<path>
. Trailing wildcard in the
path is allowed.
string url = 1;
Type | Description |
String | The url. |
getUrlBytes()
public ByteString getUrlBytes()
The url, in the format gs://<bucket>/<path>
. Trailing wildcard in the
path is allowed.
string url = 1;
Type | Description |
ByteString | The bytes for url. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CloudStorageFileSet other)
public CloudStorageFileSet.Builder mergeFrom(CloudStorageFileSet other)
Name | Description |
other | CloudStorageFileSet |
Type | Description |
CloudStorageFileSet.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CloudStorageFileSet.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CloudStorageFileSet.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public CloudStorageFileSet.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
CloudStorageFileSet.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CloudStorageFileSet.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CloudStorageFileSet.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CloudStorageFileSet.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CloudStorageFileSet.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CloudStorageFileSet.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
CloudStorageFileSet.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CloudStorageFileSet.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CloudStorageFileSet.Builder |
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;
Name | Description |
value | String The url to set. |
Type | Description |
CloudStorageFileSet.Builder | This builder for chaining. |
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;
Name | Description |
value | ByteString The bytes for url to set. |
Type | Description |
CloudStorageFileSet.Builder | This builder for chaining. |