public static final class Connector.Builder extends GeneratedMessageV3.Builder<Connector.Builder> implements ConnectorOrBuilder
A Kafka Connect connector in a given ConnectCluster.
Protobuf type google.cloud.managedkafka.v1.Connector
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Connector.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
buildPartial()
public Connector buildPartial()
clear()
public Connector.Builder clear()
Overrides
clearConfigs()
public Connector.Builder clearConfigs()
clearField(Descriptors.FieldDescriptor field)
public Connector.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public Connector.Builder clearName()
Identifier. The name of the connector.
Structured like:
projects/{project}/locations/{location}/connectClusters/{connect_cluster}/connectors/{connector}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
clearOneof(Descriptors.OneofDescriptor oneof)
public Connector.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRestartPolicy()
public Connector.Builder clearRestartPolicy()
clearState()
public Connector.Builder clearState()
Output only. The current state of the connector.
.google.cloud.managedkafka.v1.Connector.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearTaskRestartPolicy()
public Connector.Builder clearTaskRestartPolicy()
Optional. Restarts the individual tasks of a Connector.
.google.cloud.managedkafka.v1.TaskRetryPolicy task_restart_policy = 4 [(.google.api.field_behavior) = OPTIONAL];
clone()
public Connector.Builder clone()
Overrides
containsConfigs(String key)
public boolean containsConfigs(String key)
Optional. Connector config as keys/values.
The keys of the map are connector property names, for example:
connector.class
, tasks.max
, key.converter
.
map<string, string> configs = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
key |
String
|
getConfigs() (deprecated)
public Map<String,String> getConfigs()
getConfigsCount()
public int getConfigsCount()
Optional. Connector config as keys/values.
The keys of the map are connector property names, for example:
connector.class
, tasks.max
, key.converter
.
map<string, string> configs = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
getConfigsMap()
public Map<String,String> getConfigsMap()
Optional. Connector config as keys/values.
The keys of the map are connector property names, for example:
connector.class
, tasks.max
, key.converter
.
map<string, string> configs = 2 [(.google.api.field_behavior) = OPTIONAL];
getConfigsOrDefault(String key, String defaultValue)
public String getConfigsOrDefault(String key, String defaultValue)
Optional. Connector config as keys/values.
The keys of the map are connector property names, for example:
connector.class
, tasks.max
, key.converter
.
map<string, string> configs = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
|
getConfigsOrThrow(String key)
public String getConfigsOrThrow(String key)
Optional. Connector config as keys/values.
The keys of the map are connector property names, for example:
connector.class
, tasks.max
, key.converter
.
map<string, string> configs = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
key |
String
|
Returns |
Type |
Description |
String |
|
getDefaultInstanceForType()
public Connector getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getMutableConfigs() (deprecated)
public Map<String,String> getMutableConfigs()
Use alternate mutation accessors instead.
getName()
Identifier. The name of the connector.
Structured like:
projects/{project}/locations/{location}/connectClusters/{connect_cluster}/connectors/{connector}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Identifier. The name of the connector.
Structured like:
projects/{project}/locations/{location}/connectClusters/{connect_cluster}/connectors/{connector}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getRestartPolicyCase()
public Connector.RestartPolicyCase getRestartPolicyCase()
getState()
public Connector.State getState()
Output only. The current state of the connector.
.google.cloud.managedkafka.v1.Connector.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
public int getStateValue()
Output only. The current state of the connector.
.google.cloud.managedkafka.v1.Connector.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for state.
|
getTaskRestartPolicy()
public TaskRetryPolicy getTaskRestartPolicy()
Optional. Restarts the individual tasks of a Connector.
.google.cloud.managedkafka.v1.TaskRetryPolicy task_restart_policy = 4 [(.google.api.field_behavior) = OPTIONAL];
getTaskRestartPolicyBuilder()
public TaskRetryPolicy.Builder getTaskRestartPolicyBuilder()
Optional. Restarts the individual tasks of a Connector.
.google.cloud.managedkafka.v1.TaskRetryPolicy task_restart_policy = 4 [(.google.api.field_behavior) = OPTIONAL];
getTaskRestartPolicyOrBuilder()
public TaskRetryPolicyOrBuilder getTaskRestartPolicyOrBuilder()
Optional. Restarts the individual tasks of a Connector.
.google.cloud.managedkafka.v1.TaskRetryPolicy task_restart_policy = 4 [(.google.api.field_behavior) = OPTIONAL];
hasTaskRestartPolicy()
public boolean hasTaskRestartPolicy()
Optional. Restarts the individual tasks of a Connector.
.google.cloud.managedkafka.v1.TaskRetryPolicy task_restart_policy = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the taskRestartPolicy field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Connector other)
public Connector.Builder mergeFrom(Connector other)
public Connector.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Connector.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeTaskRestartPolicy(TaskRetryPolicy value)
public Connector.Builder mergeTaskRestartPolicy(TaskRetryPolicy value)
Optional. Restarts the individual tasks of a Connector.
.google.cloud.managedkafka.v1.TaskRetryPolicy task_restart_policy = 4 [(.google.api.field_behavior) = OPTIONAL];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Connector.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
putAllConfigs(Map<String,String> values)
public Connector.Builder putAllConfigs(Map<String,String> values)
Optional. Connector config as keys/values.
The keys of the map are connector property names, for example:
connector.class
, tasks.max
, key.converter
.
map<string, string> configs = 2 [(.google.api.field_behavior) = OPTIONAL];
putConfigs(String key, String value)
public Connector.Builder putConfigs(String key, String value)
Optional. Connector config as keys/values.
The keys of the map are connector property names, for example:
connector.class
, tasks.max
, key.converter
.
map<string, string> configs = 2 [(.google.api.field_behavior) = OPTIONAL];
removeConfigs(String key)
public Connector.Builder removeConfigs(String key)
Optional. Connector config as keys/values.
The keys of the map are connector property names, for example:
connector.class
, tasks.max
, key.converter
.
map<string, string> configs = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
key |
String
|
setField(Descriptors.FieldDescriptor field, Object value)
public Connector.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
public Connector.Builder setName(String value)
Identifier. The name of the connector.
Structured like:
projects/{project}/locations/{location}/connectClusters/{connect_cluster}/connectors/{connector}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter |
Name |
Description |
value |
String
The name to set.
|
setNameBytes(ByteString value)
public Connector.Builder setNameBytes(ByteString value)
Identifier. The name of the connector.
Structured like:
projects/{project}/locations/{location}/connectClusters/{connect_cluster}/connectors/{connector}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter |
Name |
Description |
value |
ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Connector.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setState(Connector.State value)
public Connector.Builder setState(Connector.State value)
Output only. The current state of the connector.
.google.cloud.managedkafka.v1.Connector.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
setStateValue(int value)
public Connector.Builder setStateValue(int value)
Output only. The current state of the connector.
.google.cloud.managedkafka.v1.Connector.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for state to set.
|
setTaskRestartPolicy(TaskRetryPolicy value)
public Connector.Builder setTaskRestartPolicy(TaskRetryPolicy value)
Optional. Restarts the individual tasks of a Connector.
.google.cloud.managedkafka.v1.TaskRetryPolicy task_restart_policy = 4 [(.google.api.field_behavior) = OPTIONAL];
setTaskRestartPolicy(TaskRetryPolicy.Builder builderForValue)
public Connector.Builder setTaskRestartPolicy(TaskRetryPolicy.Builder builderForValue)
Optional. Restarts the individual tasks of a Connector.
.google.cloud.managedkafka.v1.TaskRetryPolicy task_restart_policy = 4 [(.google.api.field_behavior) = OPTIONAL];
setUnknownFields(UnknownFieldSet unknownFields)
public final Connector.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides