Interface UpdateReplicationRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateReplicationRequest, UpdateReplicationRequest.Builder

    public interface UpdateReplicationRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasUpdateMask

        boolean hasUpdateMask()
         Required. Mask of fields to update.  At least one path must be supplied in
         this field.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. Mask of fields to update.  At least one path must be supplied in
         this field.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. Mask of fields to update.  At least one path must be supplied in
         this field.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasReplication

        boolean hasReplication()
         Required. A replication resource
         
        .google.cloud.netapp.v1.Replication replication = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the replication field is set.
      • getReplication

        Replication getReplication()
         Required. A replication resource
         
        .google.cloud.netapp.v1.Replication replication = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The replication.
      • getReplicationOrBuilder

        ReplicationOrBuilder getReplicationOrBuilder()
         Required. A replication resource
         
        .google.cloud.netapp.v1.Replication replication = 2 [(.google.api.field_behavior) = REQUIRED];