public interface UpdateServiceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| 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];
| 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;
| 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 |
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];
| 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;
| Type | Description |
| boolean | Whether the updateMask field is set. |