Interface UpdateServiceRequestOrBuilder (3.43.0)

public interface UpdateServiceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getService()

public abstract Service getService()

Required. The Service to draw updates from. The given name specifies the resource to update.

.google.monitoring.v3.Service service = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Service

The service.

getServiceOrBuilder()

public abstract ServiceOrBuilder getServiceOrBuilder()

Required. The Service to draw updates from. The given name specifies the resource to update.

.google.monitoring.v3.Service service = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ServiceOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

A set of field paths defining which fields to use for the update.

.google.protobuf.FieldMask update_mask = 2;

Returns
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;

Returns
Type Description
FieldMaskOrBuilder

hasService()

public abstract boolean hasService()

Required. The Service to draw updates from. The given name specifies the resource to update.

.google.monitoring.v3.Service service = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the service 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;

Returns
Type Description
boolean

Whether the updateMask field is set.