Interface UpdateSourceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateSourceRequest
,UpdateSourceRequest.Builder
public interface UpdateSourceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Source
getSource()
Required.SourceOrBuilder
getSourceOrBuilder()
Required.com.google.protobuf.FieldMask
getUpdateMask()
The FieldMask to use when updating the source resource.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
The FieldMask to use when updating the source resource.boolean
hasSource()
Required.boolean
hasUpdateMask()
The FieldMask to use when updating the source resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSource
boolean hasSource()
Required. The source resource to update.
.google.cloud.securitycenter.v1beta1.Source source = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the source field is set.
-
getSource
Source getSource()
Required. The source resource to update.
.google.cloud.securitycenter.v1beta1.Source source = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The source.
-
getSourceOrBuilder
SourceOrBuilder getSourceOrBuilder()
Required. The source resource to update.
.google.cloud.securitycenter.v1beta1.Source source = 1 [(.google.api.field_behavior) = REQUIRED];
-
hasUpdateMask
boolean hasUpdateMask()
The FieldMask to use when updating the source resource.
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
The FieldMask to use when updating the source resource.
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The FieldMask to use when updating the source resource.
.google.protobuf.FieldMask update_mask = 2;
-
-