public interface ConnectAccessConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNetworkConfigs(int index)
public abstract ConnectNetworkConfig getNetworkConfigs(int index)
Required. Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka Connect cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.
repeated .google.cloud.managedkafka.v1.ConnectNetworkConfig network_configs = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ConnectNetworkConfig |
getNetworkConfigsCount()
public abstract int getNetworkConfigsCount()
Required. Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka Connect cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.
repeated .google.cloud.managedkafka.v1.ConnectNetworkConfig network_configs = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getNetworkConfigsList()
public abstract List<ConnectNetworkConfig> getNetworkConfigsList()
Required. Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka Connect cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.
repeated .google.cloud.managedkafka.v1.ConnectNetworkConfig network_configs = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<ConnectNetworkConfig> |
getNetworkConfigsOrBuilder(int index)
public abstract ConnectNetworkConfigOrBuilder getNetworkConfigsOrBuilder(int index)
Required. Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka Connect cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.
repeated .google.cloud.managedkafka.v1.ConnectNetworkConfig network_configs = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ConnectNetworkConfigOrBuilder |
getNetworkConfigsOrBuilderList()
public abstract List<? extends ConnectNetworkConfigOrBuilder> getNetworkConfigsOrBuilderList()
Required. Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka Connect cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.
repeated .google.cloud.managedkafka.v1.ConnectNetworkConfig network_configs = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.managedkafka.v1.ConnectNetworkConfigOrBuilder> |