public interface UpdateServiceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Service |
getService()
Required.
|
ServiceOrBuilder |
getServiceOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
A set of field paths defining which fields to use for the update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
A set of field paths defining which fields to use for the update.
|
boolean |
hasService()
Required.
|
boolean |
hasUpdateMask()
A set of field paths defining which fields to use for the update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
boolean hasUpdateMask()
A set of field paths defining which fields to use for the update.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
A set of field paths defining which fields to use for the update.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
A set of field paths defining which fields to use for the update.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2024 Google LLC. All rights reserved.