Interface UpdateServiceRequestOrBuilder (3.2.9)

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.