- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.1.1
- 1.0.0
- 0.4.2
public static final class DestinationConfig.Builder extends GeneratedMessageV3.Builder<DestinationConfig.Builder> implements DestinationConfigOrBuilder
The configuration of the stream destination.
Protobuf type google.cloud.datastream.v1alpha1.DestinationConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DestinationConfig.BuilderImplements
DestinationConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DestinationConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DestinationConfig.Builder |
build()
public DestinationConfig build()
Type | Description |
DestinationConfig |
buildPartial()
public DestinationConfig buildPartial()
Type | Description |
DestinationConfig |
clear()
public DestinationConfig.Builder clear()
Type | Description |
DestinationConfig.Builder |
clearDestinationConnectionProfileName()
public DestinationConfig.Builder clearDestinationConnectionProfileName()
Required. Destination connection profile identifier.
string destination_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
DestinationConfig.Builder | This builder for chaining. |
clearDestinationStreamConfig()
public DestinationConfig.Builder clearDestinationStreamConfig()
Type | Description |
DestinationConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public DestinationConfig.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DestinationConfig.Builder |
clearGcsDestinationConfig()
public DestinationConfig.Builder clearGcsDestinationConfig()
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
Type | Description |
DestinationConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DestinationConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DestinationConfig.Builder |
clone()
public DestinationConfig.Builder clone()
Type | Description |
DestinationConfig.Builder |
getDefaultInstanceForType()
public DestinationConfig getDefaultInstanceForType()
Type | Description |
DestinationConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDestinationConnectionProfileName()
public String getDestinationConnectionProfileName()
Required. Destination connection profile identifier.
string destination_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The destinationConnectionProfileName. |
getDestinationConnectionProfileNameBytes()
public ByteString getDestinationConnectionProfileNameBytes()
Required. Destination connection profile identifier.
string destination_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for destinationConnectionProfileName. |
getDestinationStreamConfigCase()
public DestinationConfig.DestinationStreamConfigCase getDestinationStreamConfigCase()
Type | Description |
DestinationConfig.DestinationStreamConfigCase |
getGcsDestinationConfig()
public GcsDestinationConfig getGcsDestinationConfig()
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
Type | Description |
GcsDestinationConfig | The gcsDestinationConfig. |
getGcsDestinationConfigBuilder()
public GcsDestinationConfig.Builder getGcsDestinationConfigBuilder()
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
Type | Description |
GcsDestinationConfig.Builder |
getGcsDestinationConfigOrBuilder()
public GcsDestinationConfigOrBuilder getGcsDestinationConfigOrBuilder()
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
Type | Description |
GcsDestinationConfigOrBuilder |
hasGcsDestinationConfig()
public boolean hasGcsDestinationConfig()
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
Type | Description |
boolean | Whether the gcsDestinationConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(DestinationConfig other)
public DestinationConfig.Builder mergeFrom(DestinationConfig other)
Name | Description |
other | DestinationConfig |
Type | Description |
DestinationConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DestinationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DestinationConfig.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DestinationConfig.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DestinationConfig.Builder |
mergeGcsDestinationConfig(GcsDestinationConfig value)
public DestinationConfig.Builder mergeGcsDestinationConfig(GcsDestinationConfig value)
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
Name | Description |
value | GcsDestinationConfig |
Type | Description |
DestinationConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DestinationConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DestinationConfig.Builder |
setDestinationConnectionProfileName(String value)
public DestinationConfig.Builder setDestinationConnectionProfileName(String value)
Required. Destination connection profile identifier.
string destination_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The destinationConnectionProfileName to set. |
Type | Description |
DestinationConfig.Builder | This builder for chaining. |
setDestinationConnectionProfileNameBytes(ByteString value)
public DestinationConfig.Builder setDestinationConnectionProfileNameBytes(ByteString value)
Required. Destination connection profile identifier.
string destination_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes for destinationConnectionProfileName to set. |
Type | Description |
DestinationConfig.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DestinationConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DestinationConfig.Builder |
setGcsDestinationConfig(GcsDestinationConfig value)
public DestinationConfig.Builder setGcsDestinationConfig(GcsDestinationConfig value)
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
Name | Description |
value | GcsDestinationConfig |
Type | Description |
DestinationConfig.Builder |
setGcsDestinationConfig(GcsDestinationConfig.Builder builderForValue)
public DestinationConfig.Builder setGcsDestinationConfig(GcsDestinationConfig.Builder builderForValue)
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
Name | Description |
builderForValue | GcsDestinationConfig.Builder |
Type | Description |
DestinationConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DestinationConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DestinationConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DestinationConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DestinationConfig.Builder |