Package com.google.cloud.filestore.v1
Interface UpdateInstanceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateInstanceRequest
,UpdateInstanceRequest.Builder
public interface UpdateInstanceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instance
getInstance()
Only fields specified in update_mask are updated.InstanceOrBuilder
getInstanceOrBuilder()
Only fields specified in update_mask are updated.com.google.protobuf.FieldMask
getUpdateMask()
Mask of fields to update.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
Mask of fields to update.boolean
hasInstance()
Only fields specified in update_mask are updated.boolean
hasUpdateMask()
Mask of fields to update.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUpdateMask
boolean hasUpdateMask()
Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields: * "description" * "file_shares" * "labels"
.google.protobuf.FieldMask update_mask = 1;
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields: * "description" * "file_shares" * "labels"
.google.protobuf.FieldMask update_mask = 1;
- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields: * "description" * "file_shares" * "labels"
.google.protobuf.FieldMask update_mask = 1;
-
hasInstance
boolean hasInstance()
Only fields specified in update_mask are updated.
.google.cloud.filestore.v1.Instance instance = 2;
- Returns:
- Whether the instance field is set.
-
getInstance
Instance getInstance()
Only fields specified in update_mask are updated.
.google.cloud.filestore.v1.Instance instance = 2;
- Returns:
- The instance.
-
getInstanceOrBuilder
InstanceOrBuilder getInstanceOrBuilder()
Only fields specified in update_mask are updated.
.google.cloud.filestore.v1.Instance instance = 2;
-
-