- 2.56.0 (latest)
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.5
- 2.5.0
- 2.4.1
- 2.3.0
- 2.2.0
- 2.1.1
public static final class GcsDestination.Builder extends GeneratedMessageV3.Builder<GcsDestination.Builder> implements GcsDestinationOrBuilder
The Cloud Storage location for the output content
Protobuf type google.cloud.redis.v1.GcsDestination
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GcsDestination.BuilderImplements
GcsDestinationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GcsDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GcsDestination.Builder |
build()
public GcsDestination build()
Type | Description |
GcsDestination |
buildPartial()
public GcsDestination buildPartial()
Type | Description |
GcsDestination |
clear()
public GcsDestination.Builder clear()
Type | Description |
GcsDestination.Builder |
clearField(Descriptors.FieldDescriptor field)
public GcsDestination.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GcsDestination.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GcsDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GcsDestination.Builder |
clearUri()
public GcsDestination.Builder clearUri()
Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
GcsDestination.Builder | This builder for chaining. |
clone()
public GcsDestination.Builder clone()
Type | Description |
GcsDestination.Builder |
getDefaultInstanceForType()
public GcsDestination getDefaultInstanceForType()
Type | Description |
GcsDestination |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getUri()
public String getUri()
Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The uri. |
getUriBytes()
public ByteString getUriBytes()
Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for uri. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GcsDestination other)
public GcsDestination.Builder mergeFrom(GcsDestination other)
Name | Description |
other | GcsDestination |
Type | Description |
GcsDestination.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GcsDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GcsDestination.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GcsDestination.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GcsDestination.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GcsDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GcsDestination.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GcsDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GcsDestination.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GcsDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GcsDestination.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GcsDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GcsDestination.Builder |
setUri(String value)
public GcsDestination.Builder setUri(String value)
Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The uri to set. |
Type | Description |
GcsDestination.Builder | This builder for chaining. |
setUriBytes(ByteString value)
public GcsDestination.Builder setUriBytes(ByteString value)
Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes for uri to set. |
Type | Description |
GcsDestination.Builder | This builder for chaining. |