public interface UpdateServiceLevelObjectiveRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceLevelObjective()
public abstract ServiceLevelObjective getServiceLevelObjective() Required. The ServiceLevelObjective to draw updates from.
The given name specifies the resource to update.
.google.monitoring.v3.ServiceLevelObjective service_level_objective = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ServiceLevelObjective | The serviceLevelObjective. |
getServiceLevelObjectiveOrBuilder()
public abstract ServiceLevelObjectiveOrBuilder getServiceLevelObjectiveOrBuilder() Required. The ServiceLevelObjective to draw updates from.
The given name specifies the resource to update.
.google.monitoring.v3.ServiceLevelObjective service_level_objective = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ServiceLevelObjectiveOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()A set of field paths defining which fields to use for the update.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()A set of field paths defining which fields to use for the update.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasServiceLevelObjective()
public abstract boolean hasServiceLevelObjective() Required. The ServiceLevelObjective to draw updates from.
The given name specifies the resource to update.
.google.monitoring.v3.ServiceLevelObjective service_level_objective = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the serviceLevelObjective field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()A set of field paths defining which fields to use for the update.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |