Interface UpdateVpcFlowLogsConfigRequestOrBuilder (1.50.0)

public interface UpdateVpcFlowLogsConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. Mask of fields to update. At least one path must be supplied in this field.

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Mask of fields to update. At least one path must be supplied in this field.

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

Returns
Type Description
FieldMaskOrBuilder

getVpcFlowLogsConfig()

public abstract VpcFlowLogsConfig getVpcFlowLogsConfig()

Required. Only fields specified in update_mask are updated.

.google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
VpcFlowLogsConfig

The vpcFlowLogsConfig.

getVpcFlowLogsConfigOrBuilder()

public abstract VpcFlowLogsConfigOrBuilder getVpcFlowLogsConfigOrBuilder()

Required. Only fields specified in update_mask are updated.

.google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
VpcFlowLogsConfigOrBuilder

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. Mask of fields to update. At least one path must be supplied in this field.

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

Returns
Type Description
boolean

Whether the updateMask field is set.

hasVpcFlowLogsConfig()

public abstract boolean hasVpcFlowLogsConfig()

Required. Only fields specified in update_mask are updated.

.google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig vpc_flow_logs_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the vpcFlowLogsConfig field is set.