public interface UpdateSignalRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Signal |
getSignal()
Required.
|
SignalOrBuilder |
getSignalOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
List of fields that should be updated.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
List of fields that should be updated.
|
boolean |
hasSignal()
Required.
|
boolean |
hasUpdateMask()
List of fields that should be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasSignal()
Required. The signal to update with the new values.
.google.cloud.irm.v1alpha2.Signal signal = 1 [(.google.api.field_behavior) = REQUIRED];
Signal getSignal()
Required. The signal to update with the new values.
.google.cloud.irm.v1alpha2.Signal signal = 1 [(.google.api.field_behavior) = REQUIRED];
SignalOrBuilder getSignalOrBuilder()
Required. The signal to update with the new values.
.google.cloud.irm.v1alpha2.Signal signal = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;FieldMask getUpdateMask()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;FieldMaskOrBuilder getUpdateMaskOrBuilder()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2020 Google LLC. All rights reserved.