Interface UpdateBlueprintRequestOrBuilder (0.7.0)

public interface UpdateBlueprintRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBlueprint()

public abstract Blueprint getBlueprint()

Required. The blueprint to update.

.google.cloud.telcoautomation.v1.Blueprint blueprint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Blueprint

The blueprint.

getBlueprintOrBuilder()

public abstract BlueprintOrBuilder getBlueprintOrBuilder()

Required. The blueprint to update.

.google.cloud.telcoautomation.v1.Blueprint blueprint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BlueprintOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. Update mask is used to specify the fields to be overwritten in the blueprint resource by the update.

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

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Update mask is used to specify the fields to be overwritten in the blueprint resource by the update.

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

Returns
TypeDescription
FieldMaskOrBuilder

hasBlueprint()

public abstract boolean hasBlueprint()

Required. The blueprint to update.

.google.cloud.telcoautomation.v1.Blueprint blueprint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the blueprint field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. Update mask is used to specify the fields to be overwritten in the blueprint resource by the update.

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

Returns
TypeDescription
boolean

Whether the updateMask field is set.