Interface UpdateConnectorRequestOrBuilder (0.16.1)

public interface UpdateConnectorRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnector()

public abstract Connector getConnector()

Required. The connector to update. Its name field must be populated.

.google.cloud.managedkafka.v1.Connector connector = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Connector

The connector.

getConnectorOrBuilder()

public abstract ConnectorOrBuilder getConnectorOrBuilder()

Required. The connector to update. Its name field must be populated.

.google.cloud.managedkafka.v1.Connector connector = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ConnectorOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. Field mask is used to specify the fields to be overwritten in the cluster resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Field mask is used to specify the fields to be overwritten in the cluster resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMaskOrBuilder

hasConnector()

public abstract boolean hasConnector()

Required. The connector to update. Its name field must be populated.

.google.cloud.managedkafka.v1.Connector connector = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the connector field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. Field mask is used to specify the fields to be overwritten in the cluster resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the updateMask field is set.