Interface UpdateShareRequestOrBuilder (1.9.0)

public interface UpdateShareRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getShare()

public abstract Share getShare()

Required. A share resource. Only fields specified in update_mask are updated.

.google.cloud.filestore.v1beta1.Share share = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Share

The share.

getShareOrBuilder()

public abstract ShareOrBuilder getShareOrBuilder()

Required. A share resource. Only fields specified in update_mask are updated.

.google.cloud.filestore.v1beta1.Share share = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ShareOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. 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"
  • "capacity_gb"
  • "labels"
  • "nfs_export_options"

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. 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"
  • "capacity_gb"
  • "labels"
  • "nfs_export_options"

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

hasShare()

public abstract boolean hasShare()

Required. A share resource. Only fields specified in update_mask are updated.

.google.cloud.filestore.v1beta1.Share share = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the share field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. 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"
  • "capacity_gb"
  • "labels"
  • "nfs_export_options"

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.